Class ModuleASGenericData
java.lang.Object
net.anotheria.anodoc.data.Module
net.anotheria.anosite.gen.asgenericdata.data.ModuleASGenericData
- All Implemented Interfaces:
Serializable,net.anotheria.anodoc.data.IBasicStoreableObject,net.anotheria.anodoc.data.ICompositeDataObject
public class ModuleASGenericData
extends net.anotheria.anodoc.data.Module
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateGenericBoxHandlerDef(GenericBoxHandlerDefDocument genericboxhandlerdef) createGenericBoxType(GenericBoxTypeDocument genericboxtype) createGenericGuardDef(GenericGuardDefDocument genericguarddef) voidvoidvoidimportGenericBoxHandlerDef(GenericBoxHandlerDefDocument genericboxhandlerdef) importGenericBoxType(GenericBoxTypeDocument genericboxtype) importGenericGuardDef(GenericGuardDefDocument genericguarddef) voidupdateGenericBoxHandlerDef(GenericBoxHandlerDefDocument genericboxhandlerdef) voidupdateGenericBoxType(GenericBoxTypeDocument genericboxtype) voidupdateGenericGuardDef(GenericGuardDefDocument genericguarddef) Methods inherited from class net.anotheria.anodoc.data.Module
_getIdHolder, fillFromContainer, getCopyId, getDocument, getHolderNames, getId, getKeys, getList, getLog, getModuleFactory, getObject, getOwnerId, getSizeInBytes, getStatisticalInformation, getStorageId, putDocument, putList, setCopyId, setModuleFactory, setOwnerId, toString, toXMLNode
-
Field Details
-
MODULE_ID
- See Also:
-
LIST_GENERICBOXTYPE
- See Also:
-
ID_HOLDER_GENERICBOXTYPE
- See Also:
-
LIST_GENERICBOXHANDLERDEF
- See Also:
-
ID_HOLDER_GENERICBOXHANDLERDEF
- See Also:
-
LIST_GENERICGUARDDEF
- See Also:
-
ID_HOLDER_GENERICGUARDDEF
- See Also:
-
-
Constructor Details
-
ModuleASGenericData
public ModuleASGenericData()
-
-
Method Details
-
getGenericBoxTypes
-
getGenericBoxType
-
updateGenericBoxType
-
deleteGenericBoxType
-
createGenericBoxType
-
importGenericBoxType
-
getGenericBoxHandlerDefs
-
getGenericBoxHandlerDef
-
updateGenericBoxHandlerDef
-
deleteGenericBoxHandlerDef
-
createGenericBoxHandlerDef
public GenericBoxHandlerDefDocument createGenericBoxHandlerDef(GenericBoxHandlerDefDocument genericboxhandlerdef) -
importGenericBoxHandlerDef
public GenericBoxHandlerDefDocument importGenericBoxHandlerDef(GenericBoxHandlerDefDocument genericboxhandlerdef) -
getGenericGuardDefs
-
getGenericGuardDef
-
updateGenericGuardDef
-
deleteGenericGuardDef
-
createGenericGuardDef
-
importGenericGuardDef
-