Class ModuleASWebData
java.lang.Object
net.anotheria.anodoc.data.Module
net.anotheria.anosite.gen.aswebdata.data.ModuleASWebData
- All Implemented Interfaces:
Serializable,net.anotheria.anodoc.data.IBasicStoreableObject,net.anotheria.anodoc.data.ICompositeDataObject
public class ModuleASWebData
extends net.anotheria.anodoc.data.Module
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAttribute(AttributeDocument attribute) createBox(BoxDocument box) createPagex(PagexDocument pagex) voidvoidvoiddeletePagex(String id) getAttribute(String id) getBoxs()importAttribute(AttributeDocument attribute) importBox(BoxDocument box) importPagex(PagexDocument pagex) voidupdateAttribute(AttributeDocument attribute) voidupdateBox(BoxDocument box) voidupdatePagex(PagexDocument pagex) 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_PAGEX
- See Also:
-
ID_HOLDER_PAGEX
- See Also:
-
LIST_BOX
- See Also:
-
ID_HOLDER_BOX
- See Also:
-
LIST_ATTRIBUTE
- See Also:
-
ID_HOLDER_ATTRIBUTE
- See Also:
-
-
Constructor Details
-
ModuleASWebData
public ModuleASWebData()
-
-
Method Details
-
getPagexs
-
getPagex
-
updatePagex
-
deletePagex
-
createPagex
-
importPagex
-
getBoxs
-
getBox
-
updateBox
-
deleteBox
-
createBox
-
importBox
-
getAttributes
-
getAttribute
-
updateAttribute
-
deleteAttribute
-
createAttribute
-
importAttribute
-