Class ModuleASResourceData
- java.lang.Object
-
- net.anotheria.anodoc.data.Module
-
- net.anotheria.anosite.gen.asresourcedata.data.ModuleASResourceData
-
- All Implemented Interfaces:
Serializable,net.anotheria.anodoc.data.IBasicStoreableObject,net.anotheria.anodoc.data.ICompositeDataObject
public class ModuleASResourceData extends net.anotheria.anodoc.data.Module- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringID_HOLDER_FILELINKstatic StringID_HOLDER_IMAGEstatic StringID_HOLDER_LOCALIZATIONBUNDLEstatic StringID_HOLDER_MAILTEMPLATEstatic StringID_HOLDER_PDFTEMPLATEstatic StringID_HOLDER_PUSHNOTIFICATIONTEMPLATEstatic StringID_HOLDER_TEXTRESOURCEstatic StringLIST_FILELINKstatic StringLIST_IMAGEstatic StringLIST_LOCALIZATIONBUNDLEstatic StringLIST_MAILTEMPLATEstatic StringLIST_PDFTEMPLATEstatic StringLIST_PUSHNOTIFICATIONTEMPLATEstatic StringLIST_TEXTRESOURCEstatic StringMODULE_ID
-
Constructor Summary
Constructors Constructor Description ModuleASResourceData()
-
Method Summary
-
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_TEXTRESOURCE
public static final String LIST_TEXTRESOURCE
- See Also:
- Constant Field Values
-
ID_HOLDER_TEXTRESOURCE
public static final String ID_HOLDER_TEXTRESOURCE
- See Also:
- Constant Field Values
-
LIST_LOCALIZATIONBUNDLE
public static final String LIST_LOCALIZATIONBUNDLE
- See Also:
- Constant Field Values
-
ID_HOLDER_LOCALIZATIONBUNDLE
public static final String ID_HOLDER_LOCALIZATIONBUNDLE
- See Also:
- Constant Field Values
-
LIST_MAILTEMPLATE
public static final String LIST_MAILTEMPLATE
- See Also:
- Constant Field Values
-
ID_HOLDER_MAILTEMPLATE
public static final String ID_HOLDER_MAILTEMPLATE
- See Also:
- Constant Field Values
-
LIST_PDFTEMPLATE
public static final String LIST_PDFTEMPLATE
- See Also:
- Constant Field Values
-
ID_HOLDER_PDFTEMPLATE
public static final String ID_HOLDER_PDFTEMPLATE
- See Also:
- Constant Field Values
-
LIST_PUSHNOTIFICATIONTEMPLATE
public static final String LIST_PUSHNOTIFICATIONTEMPLATE
- See Also:
- Constant Field Values
-
ID_HOLDER_PUSHNOTIFICATIONTEMPLATE
public static final String ID_HOLDER_PUSHNOTIFICATIONTEMPLATE
- See Also:
- Constant Field Values
-
LIST_IMAGE
public static final String LIST_IMAGE
- See Also:
- Constant Field Values
-
ID_HOLDER_IMAGE
public static final String ID_HOLDER_IMAGE
- See Also:
- Constant Field Values
-
LIST_FILELINK
public static final String LIST_FILELINK
- See Also:
- Constant Field Values
-
ID_HOLDER_FILELINK
public static final String ID_HOLDER_FILELINK
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTextResources
public List<TextResourceDocument> getTextResources()
-
getTextResource
public TextResourceDocument getTextResource(String id)
-
updateTextResource
public void updateTextResource(TextResourceDocument textresource)
-
deleteTextResource
public void deleteTextResource(String id)
-
createTextResource
public TextResourceDocument createTextResource(TextResourceDocument textresource)
-
importTextResource
public TextResourceDocument importTextResource(TextResourceDocument textresource)
-
getLocalizationBundles
public List<LocalizationBundleDocument> getLocalizationBundles()
-
getLocalizationBundle
public LocalizationBundleDocument getLocalizationBundle(String id)
-
updateLocalizationBundle
public void updateLocalizationBundle(LocalizationBundleDocument localizationbundle)
-
deleteLocalizationBundle
public void deleteLocalizationBundle(String id)
-
createLocalizationBundle
public LocalizationBundleDocument createLocalizationBundle(LocalizationBundleDocument localizationbundle)
-
importLocalizationBundle
public LocalizationBundleDocument importLocalizationBundle(LocalizationBundleDocument localizationbundle)
-
getMailTemplates
public List<MailTemplateDocument> getMailTemplates()
-
getMailTemplate
public MailTemplateDocument getMailTemplate(String id)
-
updateMailTemplate
public void updateMailTemplate(MailTemplateDocument mailtemplate)
-
deleteMailTemplate
public void deleteMailTemplate(String id)
-
createMailTemplate
public MailTemplateDocument createMailTemplate(MailTemplateDocument mailtemplate)
-
importMailTemplate
public MailTemplateDocument importMailTemplate(MailTemplateDocument mailtemplate)
-
getPdfTemplates
public List<PdfTemplateDocument> getPdfTemplates()
-
getPdfTemplate
public PdfTemplateDocument getPdfTemplate(String id)
-
updatePdfTemplate
public void updatePdfTemplate(PdfTemplateDocument pdftemplate)
-
deletePdfTemplate
public void deletePdfTemplate(String id)
-
createPdfTemplate
public PdfTemplateDocument createPdfTemplate(PdfTemplateDocument pdftemplate)
-
importPdfTemplate
public PdfTemplateDocument importPdfTemplate(PdfTemplateDocument pdftemplate)
-
getPushNotificationTemplates
public List<PushNotificationTemplateDocument> getPushNotificationTemplates()
-
getPushNotificationTemplate
public PushNotificationTemplateDocument getPushNotificationTemplate(String id)
-
updatePushNotificationTemplate
public void updatePushNotificationTemplate(PushNotificationTemplateDocument pushnotificationtemplate)
-
deletePushNotificationTemplate
public void deletePushNotificationTemplate(String id)
-
createPushNotificationTemplate
public PushNotificationTemplateDocument createPushNotificationTemplate(PushNotificationTemplateDocument pushnotificationtemplate)
-
importPushNotificationTemplate
public PushNotificationTemplateDocument importPushNotificationTemplate(PushNotificationTemplateDocument pushnotificationtemplate)
-
getImages
public List<ImageDocument> getImages()
-
getImage
public ImageDocument getImage(String id)
-
updateImage
public void updateImage(ImageDocument image)
-
deleteImage
public void deleteImage(String id)
-
createImage
public ImageDocument createImage(ImageDocument image)
-
importImage
public ImageDocument importImage(ImageDocument image)
-
getFileLinks
public List<FileLinkDocument> getFileLinks()
-
getFileLink
public FileLinkDocument getFileLink(String id)
-
updateFileLink
public void updateFileLink(FileLinkDocument filelink)
-
deleteFileLink
public void deleteFileLink(String id)
-
createFileLink
public FileLinkDocument createFileLink(FileLinkDocument filelink)
-
importFileLink
public FileLinkDocument importFileLink(FileLinkDocument filelink)
-
-