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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringID_HOLDER_PAGELAYOUTstatic StringID_HOLDER_PAGESTYLEstatic StringLIST_PAGELAYOUTstatic StringLIST_PAGESTYLEstatic StringMODULE_ID
-
Constructor Summary
Constructors Constructor Description ModuleASLayoutData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PageLayoutDocumentcreatePageLayout(PageLayoutDocument pagelayout)PageStyleDocumentcreatePageStyle(PageStyleDocument pagestyle)voiddeletePageLayout(String id)voiddeletePageStyle(String id)PageLayoutDocumentgetPageLayout(String id)List<PageLayoutDocument>getPageLayouts()PageStyleDocumentgetPageStyle(String id)List<PageStyleDocument>getPageStyles()PageLayoutDocumentimportPageLayout(PageLayoutDocument pagelayout)PageStyleDocumentimportPageStyle(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 Detail
-
MODULE_ID
public static final String MODULE_ID
- See Also:
- Constant Field Values
-
LIST_PAGESTYLE
public static final String LIST_PAGESTYLE
- See Also:
- Constant Field Values
-
ID_HOLDER_PAGESTYLE
public static final String ID_HOLDER_PAGESTYLE
- See Also:
- Constant Field Values
-
LIST_PAGELAYOUT
public static final String LIST_PAGELAYOUT
- See Also:
- Constant Field Values
-
ID_HOLDER_PAGELAYOUT
public static final String ID_HOLDER_PAGELAYOUT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPageStyles
public List<PageStyleDocument> getPageStyles()
-
getPageStyle
public PageStyleDocument getPageStyle(String id)
-
updatePageStyle
public void updatePageStyle(PageStyleDocument pagestyle)
-
deletePageStyle
public void deletePageStyle(String id)
-
createPageStyle
public PageStyleDocument createPageStyle(PageStyleDocument pagestyle)
-
importPageStyle
public PageStyleDocument importPageStyle(PageStyleDocument pagestyle)
-
getPageLayouts
public List<PageLayoutDocument> getPageLayouts()
-
getPageLayout
public PageLayoutDocument getPageLayout(String id)
-
updatePageLayout
public void updatePageLayout(PageLayoutDocument pagelayout)
-
deletePageLayout
public void deletePageLayout(String id)
-
createPageLayout
public PageLayoutDocument createPageLayout(PageLayoutDocument pagelayout)
-
importPageLayout
public PageLayoutDocument importPageLayout(PageLayoutDocument pagelayout)
-
-