|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpMutableInteractorManager
This interface provides methods to modify the interactors associated to objects and attributes.
| Method Summary | |
|---|---|
void |
removeObjectInteractors()
Removes all interactors associated with representation objects. |
void |
removeObjectInteractors(IlpObject object)
Removes all the interactors associated with the given business object. |
void |
removeObjectInteractors(IlpRepresentationObject object)
Removes all the interactors associated with the given object. |
void |
setObjectInteractor(IlpObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given business object and attribute. |
void |
setObjectInteractor(IlpObject object,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given business object. |
void |
setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given object and attribute. |
void |
setObjectInteractor(IlpRepresentationObject object,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given object. |
void |
setObjectInteractor(Object key,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given key. |
| Methods inherited from interface ilog.cpl.interactor.IlpInteractorManager |
|---|
getObjectInteractor, getObjectInteractor, getObjectInteractor, getObjectInteractor, getObjectInteractor |
| Method Detail |
|---|
void setObjectInteractor(IlpRepresentationObject object,
IlpObjectInteractor interactor)
void setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
void setObjectInteractor(IlpObject object,
IlpObjectInteractor interactor)
void setObjectInteractor(IlpObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
void removeObjectInteractors(IlpRepresentationObject object)
void removeObjectInteractors(IlpObject object)
void setObjectInteractor(Object key,
IlpObjectInteractor interactor)
void removeObjectInteractors()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||