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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFileLink(FileLinkDocument filelink) createImage(ImageDocument image) createLocalizationBundle(LocalizationBundleDocument localizationbundle) createMailTemplate(MailTemplateDocument mailtemplate) createPdfTemplate(PdfTemplateDocument pdftemplate) createPushNotificationTemplate(PushNotificationTemplateDocument pushnotificationtemplate) createTextResource(TextResourceDocument textresource) voiddeleteFileLink(String id) voiddeleteImage(String id) voidvoidvoidvoidvoidgetFileLink(String id) getPdfTemplate(String id) importFileLink(FileLinkDocument filelink) importImage(ImageDocument image) importLocalizationBundle(LocalizationBundleDocument localizationbundle) importMailTemplate(MailTemplateDocument mailtemplate) importPdfTemplate(PdfTemplateDocument pdftemplate) importPushNotificationTemplate(PushNotificationTemplateDocument pushnotificationtemplate) importTextResource(TextResourceDocument textresource) voidupdateFileLink(FileLinkDocument filelink) voidupdateImage(ImageDocument image) voidupdateLocalizationBundle(LocalizationBundleDocument localizationbundle) voidupdateMailTemplate(MailTemplateDocument mailtemplate) voidupdatePdfTemplate(PdfTemplateDocument pdftemplate) voidupdatePushNotificationTemplate(PushNotificationTemplateDocument pushnotificationtemplate) voidupdateTextResource(TextResourceDocument textresource) 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_TEXTRESOURCE
- See Also:
-
ID_HOLDER_TEXTRESOURCE
- See Also:
-
LIST_LOCALIZATIONBUNDLE
- See Also:
-
ID_HOLDER_LOCALIZATIONBUNDLE
- See Also:
-
LIST_MAILTEMPLATE
- See Also:
-
ID_HOLDER_MAILTEMPLATE
- See Also:
-
LIST_PDFTEMPLATE
- See Also:
-
ID_HOLDER_PDFTEMPLATE
- See Also:
-
LIST_PUSHNOTIFICATIONTEMPLATE
- See Also:
-
ID_HOLDER_PUSHNOTIFICATIONTEMPLATE
- See Also:
-
LIST_IMAGE
- See Also:
-
ID_HOLDER_IMAGE
- See Also:
-
LIST_FILELINK
- See Also:
-
ID_HOLDER_FILELINK
- See Also:
-
-
Constructor Details
-
ModuleASResourceData
public ModuleASResourceData()
-
-
Method Details
-
getTextResources
-
getTextResource
-
updateTextResource
-
deleteTextResource
-
createTextResource
-
importTextResource
-
getLocalizationBundles
-
getLocalizationBundle
-
updateLocalizationBundle
-
deleteLocalizationBundle
-
createLocalizationBundle
public LocalizationBundleDocument createLocalizationBundle(LocalizationBundleDocument localizationbundle) -
importLocalizationBundle
public LocalizationBundleDocument importLocalizationBundle(LocalizationBundleDocument localizationbundle) -
getMailTemplates
-
getMailTemplate
-
updateMailTemplate
-
deleteMailTemplate
-
createMailTemplate
-
importMailTemplate
-
getPdfTemplates
-
getPdfTemplate
-
updatePdfTemplate
-
deletePdfTemplate
-
createPdfTemplate
-
importPdfTemplate
-
getPushNotificationTemplates
-
getPushNotificationTemplate
-
updatePushNotificationTemplate
public void updatePushNotificationTemplate(PushNotificationTemplateDocument pushnotificationtemplate) -
deletePushNotificationTemplate
-
createPushNotificationTemplate
public PushNotificationTemplateDocument createPushNotificationTemplate(PushNotificationTemplateDocument pushnotificationtemplate) -
importPushNotificationTemplate
public PushNotificationTemplateDocument importPushNotificationTemplate(PushNotificationTemplateDocument pushnotificationtemplate) -
getImages
-
getImage
-
updateImage
-
deleteImage
-
createImage
-
importImage
-
getFileLinks
-
getFileLink
-
updateFileLink
-
deleteFileLink
-
createFileLink
-
importFileLink
-