Uses of Interface
org.nuclos.api.businessobject.GenericBusinessObject
Packages that use GenericBusinessObject
- 
Uses of GenericBusinessObject in org.nuclos.api.context
Methods in org.nuclos.api.context with type parameters of type GenericBusinessObjectModifier and TypeMethodDescription<T extends GenericBusinessObject>
TCustomContext.getGenericBusinessObject(Class<T> t) This method returns theGenericBusinessObjectcontaining the entry-data to edit during runtime.<T extends GenericBusinessObject>
TDeleteContext.getGenericBusinessObject(Class<T> t) This method returns theGenericBusinessObjectcontaining the entry-data that has to be deleted.<T extends GenericBusinessObject>
TInsertContext.getGenericBusinessObject(Class<T> t) This method returns theGenericBusinessObjectcontaining the entry-data that has to be saved.<T extends GenericBusinessObject>
TPrintContext.getGenericBusinessObject(Class<T> t) returnsGenericBusinessObjectis not persisted automatically<T extends GenericBusinessObject>
TPrintFinalContext.getGenericBusinessObject(Class<T> t) returnsGenericBusinessObjectis not persisted automatically<T extends GenericBusinessObject>
TStateChangeContext.getGenericBusinessObject(Class<T> t) This method returns theGenericBusinessObjectthat State should be changed<T extends GenericBusinessObject>
TUpdateContext.getGenericBusinessObject(Class<T> t) This method returns theGenericBusinessObjectcontaining the entry-data that has been changed during runtime.<T extends GenericBusinessObject>
TGenerateContext.getParameterGenericObject(Class<T> t) This method returns aGenericBusinessObjectthat represent the Parameter<T extends GenericBusinessObject>
TGenerateContext.getSourceGenericObject(Class<T> t) This method returns theGenericBusinessObjectthat 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 ofGenericBusinessObjects that represent the Sources<T extends GenericBusinessObject>
TGenerateContext.getTargetGenericObject(Class<T> t) This method returns aGenericBusinessObjectthat represent the Target