|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.domain.DomainObject
com.arsdigita.domain.ObservableDomainObject
com.arsdigita.kernel.ACSObject
com.arsdigita.search.intermedia.SearchableACSObject
This class is deprecated since it is Intermedia specific. All code should now be using the generic search API found in the com.arsdigita.search package.
Field Summary | |
static String |
versionId
Deprecated. |
Fields inherited from class com.arsdigita.kernel.ACSObject |
BASE_DATA_OBJECT_TYPE, CONTAINER, DEFAULT_DOMAIN_CLASS, DISPLAY_NAME, ID, OBJECT_TYPE |
Constructor Summary | |
SearchableACSObject(DataObject SearchableACSObjectData)
Deprecated. CONSTRUCTORS so that we are compatible with ACSObject |
|
SearchableACSObject(ObjectType type)
Deprecated. |
|
SearchableACSObject(OID oid)
Deprecated. |
|
SearchableACSObject(String typeName)
Deprecated. |
Method Summary | |
String |
getSearchLanguage()
Deprecated. Returns the language type of document. |
abstract String |
getSearchLinkText()
Deprecated. Returns a string to use as the text inside the link in the search results |
abstract byte[] |
getSearchRawContent()
Deprecated. Return the entire text body for indexing. |
abstract String |
getSearchSummary()
Deprecated. Searchable interface methods that must be implemented by any class that extends SearchableACSObject. |
abstract String |
getSearchUrlStub()
Deprecated. Returns a url stub used to link to more information about this object. |
abstract String |
getSearchXMLContent()
Deprecated. Returns an xml string of the text to index for this object. |
protected void |
initialize()
Deprecated. Called from base class (DomainObject) constructors. |
Methods inherited from class com.arsdigita.kernel.ACSObject |
assertPrivilege, beforeSave, checkPrivilege, doCreateCheck, doWriteCheck, getBaseDataObjectType, getContainer, getDefaultDomainClass, getDisplayName, getID, getSpecificObjectType, getSpecificOID, gimmeContainer, isContainerModified, setID, setID |
Methods inherited from class com.arsdigita.domain.ObservableDomainObject |
addObserver, getObservers |
Methods inherited from class com.arsdigita.domain.DomainObject |
add, add, addToAssociation, afterDelete, afterSave, beforeDelete, clear, delete, disconnect, equals, get, getObjectType, getOID, getSession, hashCode, isDeleted, isDisconnected, isModified, isNew, isPropertyModified, isValid, remove, remove, remove, removeFromAssociation, save, set, setAssociation, setAssociation, specializeDataObject, specializeDataObject, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String versionId
Constructor Detail |
public SearchableACSObject(DataObject SearchableACSObjectData)
public SearchableACSObject(String typeName)
public SearchableACSObject(ObjectType type)
public SearchableACSObject(OID oid) throws DataObjectNotFoundException
Method Detail |
protected void initialize()
ACSObject
initialize
in class ACSObject
public abstract String getSearchSummary()
getSearchSummary
in interface Searchable
public abstract String getSearchLinkText()
Searchable
getSearchLinkText
in interface Searchable
public abstract String getSearchUrlStub()
Searchable
getSearchUrlStub
in interface Searchable
public abstract String getSearchXMLContent()
Searchable
getSearchXMLContent
in interface Searchable
public abstract byte[] getSearchRawContent()
Searchable
getSearchRawContent
in interface Searchable
public String getSearchLanguage()
Searchable
getSearchLanguage
in interface Searchable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |