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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringID_HOLDER_CUSTOMBOXHANDLERDEFstatic StringID_HOLDER_CUSTOMBOXTYPEstatic StringID_HOLDER_CUSTOMGUARDDEFstatic StringLIST_CUSTOMBOXHANDLERDEFstatic StringLIST_CUSTOMBOXTYPEstatic StringLIST_CUSTOMGUARDDEFstatic StringMODULE_ID
-
Constructor Summary
Constructors Constructor Description ModuleASCustomData()
-
Method Summary
-
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 Detail
-
MODULE_ID
public static final String MODULE_ID
- See Also:
- Constant Field Values
-
LIST_CUSTOMBOXTYPE
public static final String LIST_CUSTOMBOXTYPE
- See Also:
- Constant Field Values
-
ID_HOLDER_CUSTOMBOXTYPE
public static final String ID_HOLDER_CUSTOMBOXTYPE
- See Also:
- Constant Field Values
-
LIST_CUSTOMBOXHANDLERDEF
public static final String LIST_CUSTOMBOXHANDLERDEF
- See Also:
- Constant Field Values
-
ID_HOLDER_CUSTOMBOXHANDLERDEF
public static final String ID_HOLDER_CUSTOMBOXHANDLERDEF
- See Also:
- Constant Field Values
-
LIST_CUSTOMGUARDDEF
public static final String LIST_CUSTOMGUARDDEF
- See Also:
- Constant Field Values
-
ID_HOLDER_CUSTOMGUARDDEF
public static final String ID_HOLDER_CUSTOMGUARDDEF
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCustomBoxTypes
public List<CustomBoxTypeDocument> getCustomBoxTypes()
-
getCustomBoxType
public CustomBoxTypeDocument getCustomBoxType(String id)
-
updateCustomBoxType
public void updateCustomBoxType(CustomBoxTypeDocument customboxtype)
-
deleteCustomBoxType
public void deleteCustomBoxType(String id)
-
createCustomBoxType
public CustomBoxTypeDocument createCustomBoxType(CustomBoxTypeDocument customboxtype)
-
importCustomBoxType
public CustomBoxTypeDocument importCustomBoxType(CustomBoxTypeDocument customboxtype)
-
getCustomBoxHandlerDefs
public List<CustomBoxHandlerDefDocument> getCustomBoxHandlerDefs()
-
getCustomBoxHandlerDef
public CustomBoxHandlerDefDocument getCustomBoxHandlerDef(String id)
-
updateCustomBoxHandlerDef
public void updateCustomBoxHandlerDef(CustomBoxHandlerDefDocument customboxhandlerdef)
-
deleteCustomBoxHandlerDef
public void deleteCustomBoxHandlerDef(String id)
-
createCustomBoxHandlerDef
public CustomBoxHandlerDefDocument createCustomBoxHandlerDef(CustomBoxHandlerDefDocument customboxhandlerdef)
-
importCustomBoxHandlerDef
public CustomBoxHandlerDefDocument importCustomBoxHandlerDef(CustomBoxHandlerDefDocument customboxhandlerdef)
-
getCustomGuardDefs
public List<CustomGuardDefDocument> getCustomGuardDefs()
-
getCustomGuardDef
public CustomGuardDefDocument getCustomGuardDef(String id)
-
updateCustomGuardDef
public void updateCustomGuardDef(CustomGuardDefDocument customguarddef)
-
deleteCustomGuardDef
public void deleteCustomGuardDef(String id)
-
createCustomGuardDef
public CustomGuardDefDocument createCustomGuardDef(CustomGuardDefDocument customguarddef)
-
importCustomGuardDef
public CustomGuardDefDocument importCustomGuardDef(CustomGuardDefDocument customguarddef)
-
-