Class ModuleASLayoutData
- java.lang.Object
-
- net.anotheria.anodoc.data.Module
-
- net.anotheria.anosite.gen.aslayoutdata.data.ModuleASLayoutData
-
- All Implemented Interfaces:
java.io.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 java.lang.StringID_HOLDER_PAGELAYOUTstatic java.lang.StringID_HOLDER_PAGESTYLEstatic java.lang.StringLIST_PAGELAYOUTstatic java.lang.StringLIST_PAGESTYLEstatic java.lang.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(java.lang.String id)voiddeletePageStyle(java.lang.String id)PageLayoutDocumentgetPageLayout(java.lang.String id)java.util.List<PageLayoutDocument>getPageLayouts()PageStyleDocumentgetPageStyle(java.lang.String id)java.util.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 java.lang.String MODULE_ID
- See Also:
- Constant Field Values
-
LIST_PAGESTYLE
public static final java.lang.String LIST_PAGESTYLE
- See Also:
- Constant Field Values
-
ID_HOLDER_PAGESTYLE
public static final java.lang.String ID_HOLDER_PAGESTYLE
- See Also:
- Constant Field Values
-
LIST_PAGELAYOUT
public static final java.lang.String LIST_PAGELAYOUT
- See Also:
- Constant Field Values
-
ID_HOLDER_PAGELAYOUT
public static final java.lang.String ID_HOLDER_PAGELAYOUT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPageStyles
public java.util.List<PageStyleDocument> getPageStyles()
-
getPageStyle
public PageStyleDocument getPageStyle(java.lang.String id)
-
updatePageStyle
public void updatePageStyle(PageStyleDocument pagestyle)
-
deletePageStyle
public void deletePageStyle(java.lang.String id)
-
createPageStyle
public PageStyleDocument createPageStyle(PageStyleDocument pagestyle)
-
importPageStyle
public PageStyleDocument importPageStyle(PageStyleDocument pagestyle)
-
getPageLayouts
public java.util.List<PageLayoutDocument> getPageLayouts()
-
getPageLayout
public PageLayoutDocument getPageLayout(java.lang.String id)
-
updatePageLayout
public void updatePageLayout(PageLayoutDocument pagelayout)
-
deletePageLayout
public void deletePageLayout(java.lang.String id)
-
createPageLayout
public PageLayoutDocument createPageLayout(PageLayoutDocument pagelayout)
-
importPageLayout
public PageLayoutDocument importPageLayout(PageLayoutDocument pagelayout)
-
-