Class ModuleASLayoutData
java.lang.Object
net.anotheria.anodoc.data.Module
net.anotheria.anosite.gen.aslayoutdata.data.ModuleASLayoutData
- All Implemented Interfaces:
Serializable,net.anotheria.anodoc.data.IBasicStoreableObject,net.anotheria.anodoc.data.ICompositeDataObject
public class ModuleASLayoutData
extends net.anotheria.anodoc.data.Module
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatePageLayout(PageLayoutDocument pagelayout) createPageStyle(PageStyleDocument pagestyle) voidvoidgetPageLayout(String id) getPageStyle(String id) importPageLayout(PageLayoutDocument pagelayout) importPageStyle(PageStyleDocument pagestyle) voidupdatePageLayout(PageLayoutDocument pagelayout) voidupdatePageStyle(PageStyleDocument pagestyle) 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_PAGESTYLE
- See Also:
-
ID_HOLDER_PAGESTYLE
- See Also:
-
LIST_PAGELAYOUT
- See Also:
-
ID_HOLDER_PAGELAYOUT
- See Also:
-
-
Constructor Details
-
ModuleASLayoutData
public ModuleASLayoutData()
-
-
Method Details
-
getPageStyles
-
getPageStyle
-
updatePageStyle
-
deletePageStyle
-
createPageStyle
-
importPageStyle
-
getPageLayouts
-
getPageLayout
-
updatePageLayout
-
deletePageLayout
-
createPageLayout
-
importPageLayout
-