Class ModuleASCustomData
- java.lang.Object
-
- net.anotheria.anodoc.data.Module
-
- net.anotheria.anosite.gen.ascustomdata.data.ModuleASCustomData
-
- All Implemented Interfaces:
java.io.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 java.lang.StringID_HOLDER_CUSTOMBOXHANDLERDEFstatic java.lang.StringID_HOLDER_CUSTOMBOXTYPEstatic java.lang.StringID_HOLDER_CUSTOMGUARDDEFstatic java.lang.StringLIST_CUSTOMBOXHANDLERDEFstatic java.lang.StringLIST_CUSTOMBOXTYPEstatic java.lang.StringLIST_CUSTOMGUARDDEFstatic java.lang.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 java.lang.String MODULE_ID
- See Also:
- Constant Field Values
-
LIST_CUSTOMBOXTYPE
public static final java.lang.String LIST_CUSTOMBOXTYPE
- See Also:
- Constant Field Values
-
ID_HOLDER_CUSTOMBOXTYPE
public static final java.lang.String ID_HOLDER_CUSTOMBOXTYPE
- See Also:
- Constant Field Values
-
LIST_CUSTOMBOXHANDLERDEF
public static final java.lang.String LIST_CUSTOMBOXHANDLERDEF
- See Also:
- Constant Field Values
-
ID_HOLDER_CUSTOMBOXHANDLERDEF
public static final java.lang.String ID_HOLDER_CUSTOMBOXHANDLERDEF
- See Also:
- Constant Field Values
-
LIST_CUSTOMGUARDDEF
public static final java.lang.String LIST_CUSTOMGUARDDEF
- See Also:
- Constant Field Values
-
ID_HOLDER_CUSTOMGUARDDEF
public static final java.lang.String ID_HOLDER_CUSTOMGUARDDEF
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCustomBoxTypes
public java.util.List<CustomBoxTypeDocument> getCustomBoxTypes()
-
getCustomBoxType
public CustomBoxTypeDocument getCustomBoxType(java.lang.String id)
-
updateCustomBoxType
public void updateCustomBoxType(CustomBoxTypeDocument customboxtype)
-
deleteCustomBoxType
public void deleteCustomBoxType(java.lang.String id)
-
createCustomBoxType
public CustomBoxTypeDocument createCustomBoxType(CustomBoxTypeDocument customboxtype)
-
importCustomBoxType
public CustomBoxTypeDocument importCustomBoxType(CustomBoxTypeDocument customboxtype)
-
getCustomBoxHandlerDefs
public java.util.List<CustomBoxHandlerDefDocument> getCustomBoxHandlerDefs()
-
getCustomBoxHandlerDef
public CustomBoxHandlerDefDocument getCustomBoxHandlerDef(java.lang.String id)
-
updateCustomBoxHandlerDef
public void updateCustomBoxHandlerDef(CustomBoxHandlerDefDocument customboxhandlerdef)
-
deleteCustomBoxHandlerDef
public void deleteCustomBoxHandlerDef(java.lang.String id)
-
createCustomBoxHandlerDef
public CustomBoxHandlerDefDocument createCustomBoxHandlerDef(CustomBoxHandlerDefDocument customboxhandlerdef)
-
importCustomBoxHandlerDef
public CustomBoxHandlerDefDocument importCustomBoxHandlerDef(CustomBoxHandlerDefDocument customboxhandlerdef)
-
getCustomGuardDefs
public java.util.List<CustomGuardDefDocument> getCustomGuardDefs()
-
getCustomGuardDef
public CustomGuardDefDocument getCustomGuardDef(java.lang.String id)
-
updateCustomGuardDef
public void updateCustomGuardDef(CustomGuardDefDocument customguarddef)
-
deleteCustomGuardDef
public void deleteCustomGuardDef(java.lang.String id)
-
createCustomGuardDef
public CustomGuardDefDocument createCustomGuardDef(CustomGuardDefDocument customguarddef)
-
importCustomGuardDef
public CustomGuardDefDocument importCustomGuardDef(CustomGuardDefDocument customguarddef)
-
-