Class ModuleASCustomData
java.lang.Object
net.anotheria.anodoc.data.Module
net.anotheria.anosite.gen.ascustomdata.data.ModuleASCustomData
- All Implemented Interfaces:
Serializable,net.anotheria.anodoc.data.IBasicStoreableObject,net.anotheria.anodoc.data.ICompositeDataObject
public class ModuleASCustomData
extends net.anotheria.anodoc.data.Module
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCustomBoxHandlerDef(CustomBoxHandlerDefDocument customboxhandlerdef) createCustomBoxType(CustomBoxTypeDocument customboxtype) createCustomGuardDef(CustomGuardDefDocument customguarddef) voidvoidvoidimportCustomBoxHandlerDef(CustomBoxHandlerDefDocument customboxhandlerdef) importCustomBoxType(CustomBoxTypeDocument customboxtype) importCustomGuardDef(CustomGuardDefDocument customguarddef) voidupdateCustomBoxHandlerDef(CustomBoxHandlerDefDocument customboxhandlerdef) voidupdateCustomBoxType(CustomBoxTypeDocument customboxtype) voidupdateCustomGuardDef(CustomGuardDefDocument customguarddef) 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_CUSTOMBOXTYPE
- See Also:
-
ID_HOLDER_CUSTOMBOXTYPE
- See Also:
-
LIST_CUSTOMBOXHANDLERDEF
- See Also:
-
ID_HOLDER_CUSTOMBOXHANDLERDEF
- See Also:
-
LIST_CUSTOMGUARDDEF
- See Also:
-
ID_HOLDER_CUSTOMGUARDDEF
- See Also:
-
-
Constructor Details
-
ModuleASCustomData
public ModuleASCustomData()
-
-
Method Details
-
getCustomBoxTypes
-
getCustomBoxType
-
updateCustomBoxType
-
deleteCustomBoxType
-
createCustomBoxType
-
importCustomBoxType
-
getCustomBoxHandlerDefs
-
getCustomBoxHandlerDef
-
updateCustomBoxHandlerDef
-
deleteCustomBoxHandlerDef
-
createCustomBoxHandlerDef
public CustomBoxHandlerDefDocument createCustomBoxHandlerDef(CustomBoxHandlerDefDocument customboxhandlerdef) -
importCustomBoxHandlerDef
public CustomBoxHandlerDefDocument importCustomBoxHandlerDef(CustomBoxHandlerDefDocument customboxhandlerdef) -
getCustomGuardDefs
-
getCustomGuardDef
-
updateCustomGuardDef
-
deleteCustomGuardDef
-
createCustomGuardDef
-
importCustomGuardDef
-