public class ModuleASCustomData
extends net.anotheria.anodoc.data.Module
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID_HOLDER_CUSTOMBOXHANDLERDEF |
static java.lang.String |
ID_HOLDER_CUSTOMBOXTYPE |
static java.lang.String |
ID_HOLDER_CUSTOMGUARDDEF |
static java.lang.String |
LIST_CUSTOMBOXHANDLERDEF |
static java.lang.String |
LIST_CUSTOMBOXTYPE |
static java.lang.String |
LIST_CUSTOMGUARDDEF |
static java.lang.String |
MODULE_ID |
| Constructor and Description |
|---|
ModuleASCustomData() |
_getIdHolder, fillFromContainer, getCopyId, getDocument, getHolderNames, getId, getKeys, getList, getLog, getModuleFactory, getObject, getOwnerId, getSizeInBytes, getStatisticalInformation, getStorageId, putDocument, putList, setCopyId, setModuleFactory, setOwnerId, toString, toXMLNodepublic static final java.lang.String MODULE_ID
public static final java.lang.String LIST_CUSTOMBOXTYPE
public static final java.lang.String ID_HOLDER_CUSTOMBOXTYPE
public static final java.lang.String LIST_CUSTOMBOXHANDLERDEF
public static final java.lang.String ID_HOLDER_CUSTOMBOXHANDLERDEF
public static final java.lang.String LIST_CUSTOMGUARDDEF
public static final java.lang.String ID_HOLDER_CUSTOMGUARDDEF
public java.util.List<CustomBoxTypeDocument> getCustomBoxTypes()
public CustomBoxTypeDocument getCustomBoxType(java.lang.String id)
public void updateCustomBoxType(CustomBoxTypeDocument customboxtype)
public void deleteCustomBoxType(java.lang.String id)
public CustomBoxTypeDocument createCustomBoxType(CustomBoxTypeDocument customboxtype)
public CustomBoxTypeDocument importCustomBoxType(CustomBoxTypeDocument customboxtype)
public java.util.List<CustomBoxHandlerDefDocument> getCustomBoxHandlerDefs()
public CustomBoxHandlerDefDocument getCustomBoxHandlerDef(java.lang.String id)
public void updateCustomBoxHandlerDef(CustomBoxHandlerDefDocument customboxhandlerdef)
public void deleteCustomBoxHandlerDef(java.lang.String id)
public CustomBoxHandlerDefDocument createCustomBoxHandlerDef(CustomBoxHandlerDefDocument customboxhandlerdef)
public CustomBoxHandlerDefDocument importCustomBoxHandlerDef(CustomBoxHandlerDefDocument customboxhandlerdef)
public java.util.List<CustomGuardDefDocument> getCustomGuardDefs()
public CustomGuardDefDocument getCustomGuardDef(java.lang.String id)
public void updateCustomGuardDef(CustomGuardDefDocument customguarddef)
public void deleteCustomGuardDef(java.lang.String id)
public CustomGuardDefDocument createCustomGuardDef(CustomGuardDefDocument customguarddef)
public CustomGuardDefDocument importCustomGuardDef(CustomGuardDefDocument customguarddef)
Copyright © 2012-2023 anotheria.net. All Rights Reserved.