Class ModuleASGenericData
- java.lang.Object
-
- net.anotheria.anodoc.data.Module
-
- net.anotheria.anosite.gen.asgenericdata.data.ModuleASGenericData
-
- All Implemented Interfaces:
java.io.Serializable,net.anotheria.anodoc.data.IBasicStoreableObject,net.anotheria.anodoc.data.ICompositeDataObject
public class ModuleASGenericData extends net.anotheria.anodoc.data.Module- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringID_HOLDER_GENERICBOXHANDLERDEFstatic java.lang.StringID_HOLDER_GENERICBOXTYPEstatic java.lang.StringID_HOLDER_GENERICGUARDDEFstatic java.lang.StringLIST_GENERICBOXHANDLERDEFstatic java.lang.StringLIST_GENERICBOXTYPEstatic java.lang.StringLIST_GENERICGUARDDEFstatic java.lang.StringMODULE_ID
-
Constructor Summary
Constructors Constructor Description ModuleASGenericData()
-
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_GENERICBOXTYPE
public static final java.lang.String LIST_GENERICBOXTYPE
- See Also:
- Constant Field Values
-
ID_HOLDER_GENERICBOXTYPE
public static final java.lang.String ID_HOLDER_GENERICBOXTYPE
- See Also:
- Constant Field Values
-
LIST_GENERICBOXHANDLERDEF
public static final java.lang.String LIST_GENERICBOXHANDLERDEF
- See Also:
- Constant Field Values
-
ID_HOLDER_GENERICBOXHANDLERDEF
public static final java.lang.String ID_HOLDER_GENERICBOXHANDLERDEF
- See Also:
- Constant Field Values
-
LIST_GENERICGUARDDEF
public static final java.lang.String LIST_GENERICGUARDDEF
- See Also:
- Constant Field Values
-
ID_HOLDER_GENERICGUARDDEF
public static final java.lang.String ID_HOLDER_GENERICGUARDDEF
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGenericBoxTypes
public java.util.List<GenericBoxTypeDocument> getGenericBoxTypes()
-
getGenericBoxType
public GenericBoxTypeDocument getGenericBoxType(java.lang.String id)
-
updateGenericBoxType
public void updateGenericBoxType(GenericBoxTypeDocument genericboxtype)
-
deleteGenericBoxType
public void deleteGenericBoxType(java.lang.String id)
-
createGenericBoxType
public GenericBoxTypeDocument createGenericBoxType(GenericBoxTypeDocument genericboxtype)
-
importGenericBoxType
public GenericBoxTypeDocument importGenericBoxType(GenericBoxTypeDocument genericboxtype)
-
getGenericBoxHandlerDefs
public java.util.List<GenericBoxHandlerDefDocument> getGenericBoxHandlerDefs()
-
getGenericBoxHandlerDef
public GenericBoxHandlerDefDocument getGenericBoxHandlerDef(java.lang.String id)
-
updateGenericBoxHandlerDef
public void updateGenericBoxHandlerDef(GenericBoxHandlerDefDocument genericboxhandlerdef)
-
deleteGenericBoxHandlerDef
public void deleteGenericBoxHandlerDef(java.lang.String id)
-
createGenericBoxHandlerDef
public GenericBoxHandlerDefDocument createGenericBoxHandlerDef(GenericBoxHandlerDefDocument genericboxhandlerdef)
-
importGenericBoxHandlerDef
public GenericBoxHandlerDefDocument importGenericBoxHandlerDef(GenericBoxHandlerDefDocument genericboxhandlerdef)
-
getGenericGuardDefs
public java.util.List<GenericGuardDefDocument> getGenericGuardDefs()
-
getGenericGuardDef
public GenericGuardDefDocument getGenericGuardDef(java.lang.String id)
-
updateGenericGuardDef
public void updateGenericGuardDef(GenericGuardDefDocument genericguarddef)
-
deleteGenericGuardDef
public void deleteGenericGuardDef(java.lang.String id)
-
createGenericGuardDef
public GenericGuardDefDocument createGenericGuardDef(GenericGuardDefDocument genericguarddef)
-
importGenericGuardDef
public GenericGuardDefDocument importGenericGuardDef(GenericGuardDefDocument genericguarddef)
-
-