|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.search.intermedia.SearchableObserver
Using this class is no longer required, it will be removed in a future release. A global observer checks to see if you implement Searchable, or prefereably have registered a MetadataProvider adapter
MetadataProvider
Field Summary | |
static String |
versionId
Deprecated. |
Constructor Summary | |
SearchableObserver(Searchable searchableObject)
Deprecated. Constructor. |
Method Summary | |
void |
add(DomainObject dobj,
String name,
DataObject dataObject)
Deprecated. Callback for an add operation on the observed DomainObject |
void |
afterDelete(DomainObject dobj)
Deprecated. Callback after a delete operation on the observed DomainObject |
void |
afterSave(DomainObject dobj)
Deprecated. Callback after a save operation on the observed DomainObject |
void |
beforeDelete(DomainObject dobj)
Deprecated. Callback before a delete operation on the observed DomainObject |
void |
beforeSave(DomainObject dobj)
Deprecated. Callback before a save operation on the observed DomainObject |
void |
clear(DomainObject dobj,
String name)
Deprecated. Callback for a clear operation on the observed DomainObject |
void |
remove(DomainObject dobj,
String name,
DataObject dataObject)
Deprecated. Callback for a remove operation on the observed DomainObject |
void |
set(DomainObject dobj,
String name,
Object old_value,
Object new_value)
Deprecated. Callback for a set operation on the observed DomainObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String versionId
Constructor Detail |
public SearchableObserver(Searchable searchableObject)
Method Detail |
public void set(DomainObject dobj, String name, Object old_value, Object new_value)
DomainObjectObserver
set
in interface DomainObjectObserver
dobj
- the observed domain objectname
- the name of the parameter being setold_value
- the old value of the parameter being setnew_value
- the old value of the parameter being setpublic void add(DomainObject dobj, String name, DataObject dataObject)
DomainObjectObserver
add
in interface DomainObjectObserver
dobj
- the observed domain objectname
- the name of the parameter being setpublic void remove(DomainObject dobj, String name, DataObject dataObject)
DomainObjectObserver
remove
in interface DomainObjectObserver
dobj
- the observed domain objectname
- the name of the parameter being setpublic void clear(DomainObject dobj, String name)
DomainObjectObserver
clear
in interface DomainObjectObserver
dobj
- the observed domain objectname
- the name of the parameter being setpublic void beforeSave(DomainObject dobj) throws PersistenceException
DomainObjectObserver
beforeSave
in interface DomainObjectObserver
dobj
- the observed domain object
PersistenceException
public void afterSave(DomainObject dobj) throws PersistenceException
DomainObjectObserver
afterSave
in interface DomainObjectObserver
dobj
- the observed domain object
PersistenceException
public void beforeDelete(DomainObject dobj) throws PersistenceException
DomainObjectObserver
beforeDelete
in interface DomainObjectObserver
dobj
- the observed domain object
PersistenceException
public void afterDelete(DomainObject dobj) throws PersistenceException
DomainObjectObserver
afterDelete
in interface DomainObjectObserver
dobj
- the observed domain object
PersistenceException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |