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