Uses of Interface
org.nuclos.api.businessobject.GenericBusinessObject
-
Uses of GenericBusinessObject in org.nuclos.api.context
Modifier and TypeMethodDescription<T extends GenericBusinessObject>
TCustomContext.getGenericBusinessObject
(Class<T> t) This method returns theGenericBusinessObject
containing the entry-data to edit during runtime.<T extends GenericBusinessObject>
TDeleteContext.getGenericBusinessObject
(Class<T> t) This method returns theGenericBusinessObject
containing the entry-data that has to be deleted.<T extends GenericBusinessObject>
TInsertContext.getGenericBusinessObject
(Class<T> t) This method returns theGenericBusinessObject
containing the entry-data that has to be saved.<T extends GenericBusinessObject>
TPrintContext.getGenericBusinessObject
(Class<T> t) returnsGenericBusinessObject
is not persisted automatically<T extends GenericBusinessObject>
TPrintFinalContext.getGenericBusinessObject
(Class<T> t) returnsGenericBusinessObject
is not persisted automatically<T extends GenericBusinessObject>
TStateChangeContext.getGenericBusinessObject
(Class<T> t) This method returns theGenericBusinessObject
that State should be changed<T extends GenericBusinessObject>
TUpdateContext.getGenericBusinessObject
(Class<T> t) This method returns theGenericBusinessObject
containing the entry-data that has been changed during runtime.<T extends GenericBusinessObject>
TGenerateContext.getParameterGenericObject
(Class<T> t) This method returns aGenericBusinessObject
that represent the Parameter<T extends GenericBusinessObject>
TGenerateContext.getSourceGenericObject
(Class<T> t) This method returns theGenericBusinessObject
that represents the source; if there is more than one SourceObject a BusinessException will be thrown; In this case use getSourceObjects(Class<T> t) instead<T extends GenericBusinessObject>
Collection<T>GenerateContext.getSourceGenericObjects
(Class<T> t) This method returns a list ofGenericBusinessObject
s that represent the Sources<T extends GenericBusinessObject>
TGenerateContext.getTargetGenericObject
(Class<T> t) This method returns aGenericBusinessObject
that represent the Target