public interface IlpMutableInteractorManager extends IlpInteractorManager
Modifier and Type | Method and Description |
---|---|
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.
|
getObjectInteractor, getObjectInteractor, getObjectInteractor, getObjectInteractor, getObjectInteractor
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()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.