public class ASResourceDataServiceImpl extends BasicCMSService implements IASResourceDataService, net.anotheria.asg.util.listener.IModuleListener
MY_OWNER_ID, servicelog| Modifier and Type | Method and Description |
|---|---|
void |
copyMultilingualAttributesInAllImages(java.lang.String sourceLanguage,
java.lang.String targetLanguage)
In all documents of type Image copies all multilingual fields from sourceLanguage to targetLanguage.
|
void |
copyMultilingualAttributesInAllLocalizationBundles(java.lang.String sourceLanguage,
java.lang.String targetLanguage)
In all documents of type LocalizationBundle copies all multilingual fields from sourceLanguage to targetLanguage.
|
void |
copyMultilingualAttributesInAllMailTemplates(java.lang.String sourceLanguage,
java.lang.String targetLanguage)
In all documents of type MailTemplate copies all multilingual fields from sourceLanguage to targetLanguage.
|
void |
copyMultilingualAttributesInAllObjects(java.lang.String sourceLanguage,
java.lang.String targetLanguage)
Copies all multilingual fields from sourceLanguage to targetLanguage in all data objects (documents, vo) which are part of this module and managed by this service
|
void |
copyMultilingualAttributesInAllPdfTemplates(java.lang.String sourceLanguage,
java.lang.String targetLanguage)
In all documents of type PdfTemplate copies all multilingual fields from sourceLanguage to targetLanguage.
|
void |
copyMultilingualAttributesInAllPushNotificationTemplates(java.lang.String sourceLanguage,
java.lang.String targetLanguage)
In all documents of type PushNotificationTemplate copies all multilingual fields from sourceLanguage to targetLanguage.
|
void |
copyMultilingualAttributesInAllTextResources(java.lang.String sourceLanguage,
java.lang.String targetLanguage)
In all documents of type TextResource copies all multilingual fields from sourceLanguage to targetLanguage.
|
FileLink |
createFileLink(FileLink filelink)
Creates a new FileLink object.
|
java.util.List<FileLink> |
createFileLinks(java.util.List<FileLink> list)
Creates multiple new FileLink objects.
|
Image |
createImage(Image image)
Creates a new Image object.
|
java.util.List<Image> |
createImages(java.util.List<Image> list)
Creates multiple new Image objects.
|
LocalizationBundle |
createLocalizationBundle(LocalizationBundle localizationbundle)
Creates a new LocalizationBundle object.
|
java.util.List<LocalizationBundle> |
createLocalizationBundles(java.util.List<LocalizationBundle> list)
Creates multiple new LocalizationBundle objects.
|
MailTemplate |
createMailTemplate(MailTemplate mailtemplate)
Creates a new MailTemplate object.
|
java.util.List<MailTemplate> |
createMailTemplates(java.util.List<MailTemplate> list)
Creates multiple new MailTemplate objects.
|
PdfTemplate |
createPdfTemplate(PdfTemplate pdftemplate)
Creates a new PdfTemplate object.
|
java.util.List<PdfTemplate> |
createPdfTemplates(java.util.List<PdfTemplate> list)
Creates multiple new PdfTemplate objects.
|
PushNotificationTemplate |
createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)
Creates a new PushNotificationTemplate object.
|
java.util.List<PushNotificationTemplate> |
createPushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
Creates multiple new PushNotificationTemplate objects.
|
TextResource |
createTextResource(TextResource textresource)
Creates a new TextResource object.
|
java.util.List<TextResource> |
createTextResources(java.util.List<TextResource> list)
Creates multiple new TextResource objects.
|
void |
deleteFileLink(FileLink filelink)
Deletes a FileLink object.
|
void |
deleteFileLink(java.lang.String id)
Deletes a FileLink object by id.
|
void |
deleteFileLinks(java.util.List<FileLink> list)
Deletes multiple FileLink object.
|
void |
deleteImage(Image image)
Deletes a Image object.
|
void |
deleteImage(java.lang.String id)
Deletes a Image object by id.
|
void |
deleteImages(java.util.List<Image> list)
Deletes multiple Image object.
|
void |
deleteLocalizationBundle(LocalizationBundle localizationbundle)
Deletes a LocalizationBundle object.
|
void |
deleteLocalizationBundle(java.lang.String id)
Deletes a LocalizationBundle object by id.
|
void |
deleteLocalizationBundles(java.util.List<LocalizationBundle> list)
Deletes multiple LocalizationBundle object.
|
void |
deleteMailTemplate(MailTemplate mailtemplate)
Deletes a MailTemplate object.
|
void |
deleteMailTemplate(java.lang.String id)
Deletes a MailTemplate object by id.
|
void |
deleteMailTemplates(java.util.List<MailTemplate> list)
Deletes multiple MailTemplate object.
|
void |
deletePdfTemplate(PdfTemplate pdftemplate)
Deletes a PdfTemplate object.
|
void |
deletePdfTemplate(java.lang.String id)
Deletes a PdfTemplate object by id.
|
void |
deletePdfTemplates(java.util.List<PdfTemplate> list)
Deletes multiple PdfTemplate object.
|
void |
deletePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)
Deletes a PushNotificationTemplate object.
|
void |
deletePushNotificationTemplate(java.lang.String id)
Deletes a PushNotificationTemplate object by id.
|
void |
deletePushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
Deletes multiple PushNotificationTemplate object.
|
void |
deleteTextResource(java.lang.String id)
Deletes a TextResource object by id.
|
void |
deleteTextResource(TextResource textresource)
Deletes a TextResource object.
|
void |
deleteTextResources(java.util.List<TextResource> list)
Deletes multiple TextResource object.
|
void |
executeParsingForDocument(DocumentName documentName,
org.codehaus.jettison.json.JSONObject data)
Save transferred document by its own type.
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on all data objects (documents, vo) which are part of this module and managed by this service
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnFileLinks(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on FileLinks
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnImages(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on Images
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnLocalizationBundles(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on LocalizationBundles
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnMailTemplates(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on MailTemplates
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnPdfTemplates(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on PdfTemplates
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnPushNotificationTemplates(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on PushNotificationTemplates
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnTextResources(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on TextResources
|
net.anotheria.util.xml.XMLNode |
exportFileLinksToXML() |
net.anotheria.util.xml.XMLNode |
exportFileLinksToXML(java.util.List<FileLink> list)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportFileLinksToXML(java.lang.String[] languages) |
net.anotheria.util.xml.XMLNode |
exportFileLinksToXML(java.lang.String[] languages,
java.util.List<FileLink> list)
creates an xml element with selected contained data but only selected languages in multilingual attributes
|
net.anotheria.util.xml.XMLNode |
exportImagesToXML() |
net.anotheria.util.xml.XMLNode |
exportImagesToXML(java.util.List<Image> list)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportImagesToXML(java.lang.String[] languages) |
net.anotheria.util.xml.XMLNode |
exportImagesToXML(java.lang.String[] languages,
java.util.List<Image> list)
creates an xml element with selected contained data but only selected languages in multilingual attributes
|
net.anotheria.util.xml.XMLNode |
exportLocalizationBundlesToXML() |
net.anotheria.util.xml.XMLNode |
exportLocalizationBundlesToXML(java.util.List<LocalizationBundle> list)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportLocalizationBundlesToXML(java.lang.String[] languages) |
net.anotheria.util.xml.XMLNode |
exportLocalizationBundlesToXML(java.lang.String[] languages,
java.util.List<LocalizationBundle> list)
creates an xml element with selected contained data but only selected languages in multilingual attributes
|
net.anotheria.util.xml.XMLNode |
exportMailTemplatesToXML() |
net.anotheria.util.xml.XMLNode |
exportMailTemplatesToXML(java.util.List<MailTemplate> list)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportMailTemplatesToXML(java.lang.String[] languages) |
net.anotheria.util.xml.XMLNode |
exportMailTemplatesToXML(java.lang.String[] languages,
java.util.List<MailTemplate> list)
creates an xml element with selected contained data but only selected languages in multilingual attributes
|
net.anotheria.util.xml.XMLNode |
exportPdfTemplatesToXML() |
net.anotheria.util.xml.XMLNode |
exportPdfTemplatesToXML(java.util.List<PdfTemplate> list)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportPdfTemplatesToXML(java.lang.String[] languages) |
net.anotheria.util.xml.XMLNode |
exportPdfTemplatesToXML(java.lang.String[] languages,
java.util.List<PdfTemplate> list)
creates an xml element with selected contained data but only selected languages in multilingual attributes
|
net.anotheria.util.xml.XMLNode |
exportPushNotificationTemplatesToXML() |
net.anotheria.util.xml.XMLNode |
exportPushNotificationTemplatesToXML(java.util.List<PushNotificationTemplate> list)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportPushNotificationTemplatesToXML(java.lang.String[] languages) |
net.anotheria.util.xml.XMLNode |
exportPushNotificationTemplatesToXML(java.lang.String[] languages,
java.util.List<PushNotificationTemplate> list)
creates an xml element with selected contained data but only selected languages in multilingual attributes
|
net.anotheria.util.xml.XMLNode |
exportTextResourcesToXML() |
net.anotheria.util.xml.XMLNode |
exportTextResourcesToXML(java.util.List<TextResource> list)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportTextResourcesToXML(java.lang.String[] languages) |
net.anotheria.util.xml.XMLNode |
exportTextResourcesToXML(java.lang.String[] languages,
java.util.List<TextResource> list)
creates an xml element with selected contained data but only selected languages in multilingual attributes
|
net.anotheria.util.xml.XMLNode |
exportToXML()
creates an xml element with all contained data.
|
net.anotheria.util.xml.XMLNode |
exportToXML(java.lang.String[] languages)
creates an xml element with all contained data but only selected languages in multilingual attributes.
|
void |
fetchFileLink(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this FileLink document.
|
void |
fetchImage(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this Image document.
|
void |
fetchLocalizationBundle(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this LocalizationBundle document.
|
void |
fetchMailTemplate(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this MailTemplate document.
|
void |
fetchPdfTemplate(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this PdfTemplate document.
|
void |
fetchPushNotificationTemplate(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this PushNotificationTemplate document.
|
void |
fetchTextResource(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this TextResource document.
|
FileLink |
getFileLink(java.lang.String id)
Returns the FileLink object with the specified id.
|
java.util.List<FileLink> |
getFileLinks()
Returns all FileLinks objects stored.
|
java.util.List<FileLink> |
getFileLinks(java.util.List<java.lang.String> ids)
Returns the FileLink objects with the specified ids.
|
java.util.List<FileLink> |
getFileLinks(java.util.List<java.lang.String> ids,
net.anotheria.util.sorter.SortType sortType)
Returns the FileLink objects with the specified ids, sorted by given sorttype.
|
java.util.List<FileLink> |
getFileLinks(net.anotheria.util.slicer.Segment aSegment)
Returns FileLink objects segment.
|
java.util.List<FileLink> |
getFileLinks(net.anotheria.util.sorter.SortType sortType)
Returns all FileLinks objects sorted by given sortType.
|
java.util.List<FileLink> |
getFileLinksByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all FileLink objects, where property matches.
|
java.util.List<FileLink> |
getFileLinksByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns FileLink objects segment, where property matched.
|
java.util.List<FileLink> |
getFileLinksByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns FileLink objects segment, where property matched, sorted.
|
java.util.List<FileLink> |
getFileLinksByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all FileLink objects, where property matches, sorted
|
java.util.List<FileLink> |
getFileLinksByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all FileLink objects, where property with given name equals object.
|
java.util.List<FileLink> |
getFileLinksByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all FileLink objects, where property with given name equals object, sorted.
|
int |
getFileLinksCount()
Returns FileLink objects count.
|
Image |
getImage(java.lang.String id)
Returns the Image object with the specified id.
|
java.util.List<Image> |
getImages()
Returns all Images objects stored.
|
java.util.List<Image> |
getImages(java.util.List<java.lang.String> ids)
Returns the Image objects with the specified ids.
|
java.util.List<Image> |
getImages(java.util.List<java.lang.String> ids,
net.anotheria.util.sorter.SortType sortType)
Returns the Image objects with the specified ids, sorted by given sorttype.
|
java.util.List<Image> |
getImages(net.anotheria.util.slicer.Segment aSegment)
Returns Image objects segment.
|
java.util.List<Image> |
getImages(net.anotheria.util.sorter.SortType sortType)
Returns all Images objects sorted by given sortType.
|
java.util.List<Image> |
getImagesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Image objects, where property matches.
|
java.util.List<Image> |
getImagesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns Image objects segment, where property matched.
|
java.util.List<Image> |
getImagesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns Image objects segment, where property matched, sorted.
|
java.util.List<Image> |
getImagesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Image objects, where property matches, sorted
|
java.util.List<Image> |
getImagesByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all Image objects, where property with given name equals object.
|
java.util.List<Image> |
getImagesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all Image objects, where property with given name equals object, sorted.
|
int |
getImagesCount()
Returns Image objects count.
|
LocalizationBundle |
getLocalizationBundle(java.lang.String id)
Returns the LocalizationBundle object with the specified id.
|
java.util.List<LocalizationBundle> |
getLocalizationBundles()
Returns all LocalizationBundles objects stored.
|
java.util.List<LocalizationBundle> |
getLocalizationBundles(java.util.List<java.lang.String> ids)
Returns the LocalizationBundle objects with the specified ids.
|
java.util.List<LocalizationBundle> |
getLocalizationBundles(java.util.List<java.lang.String> ids,
net.anotheria.util.sorter.SortType sortType)
Returns the LocalizationBundle objects with the specified ids, sorted by given sorttype.
|
java.util.List<LocalizationBundle> |
getLocalizationBundles(net.anotheria.util.slicer.Segment aSegment)
Returns LocalizationBundle objects segment.
|
java.util.List<LocalizationBundle> |
getLocalizationBundles(net.anotheria.util.sorter.SortType sortType)
Returns all LocalizationBundles objects sorted by given sortType.
|
java.util.List<LocalizationBundle> |
getLocalizationBundlesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all LocalizationBundle objects, where property matches.
|
java.util.List<LocalizationBundle> |
getLocalizationBundlesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns LocalizationBundle objects segment, where property matched.
|
java.util.List<LocalizationBundle> |
getLocalizationBundlesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns LocalizationBundle objects segment, where property matched, sorted.
|
java.util.List<LocalizationBundle> |
getLocalizationBundlesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all LocalizationBundle objects, where property matches, sorted
|
java.util.List<LocalizationBundle> |
getLocalizationBundlesByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all LocalizationBundle objects, where property with given name equals object.
|
java.util.List<LocalizationBundle> |
getLocalizationBundlesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all LocalizationBundle objects, where property with given name equals object, sorted.
|
int |
getLocalizationBundlesCount()
Returns LocalizationBundle objects count.
|
MailTemplate |
getMailTemplate(java.lang.String id)
Returns the MailTemplate object with the specified id.
|
java.util.List<MailTemplate> |
getMailTemplates()
Returns all MailTemplates objects stored.
|
java.util.List<MailTemplate> |
getMailTemplates(java.util.List<java.lang.String> ids)
Returns the MailTemplate objects with the specified ids.
|
java.util.List<MailTemplate> |
getMailTemplates(java.util.List<java.lang.String> ids,
net.anotheria.util.sorter.SortType sortType)
Returns the MailTemplate objects with the specified ids, sorted by given sorttype.
|
java.util.List<MailTemplate> |
getMailTemplates(net.anotheria.util.slicer.Segment aSegment)
Returns MailTemplate objects segment.
|
java.util.List<MailTemplate> |
getMailTemplates(net.anotheria.util.sorter.SortType sortType)
Returns all MailTemplates objects sorted by given sortType.
|
java.util.List<MailTemplate> |
getMailTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all MailTemplate objects, where property matches.
|
java.util.List<MailTemplate> |
getMailTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns MailTemplate objects segment, where property matched.
|
java.util.List<MailTemplate> |
getMailTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns MailTemplate objects segment, where property matched, sorted.
|
java.util.List<MailTemplate> |
getMailTemplatesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all MailTemplate objects, where property matches, sorted
|
java.util.List<MailTemplate> |
getMailTemplatesByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all MailTemplate objects, where property with given name equals object.
|
java.util.List<MailTemplate> |
getMailTemplatesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all MailTemplate objects, where property with given name equals object, sorted.
|
int |
getMailTemplatesCount()
Returns MailTemplate objects count.
|
PdfTemplate |
getPdfTemplate(java.lang.String id)
Returns the PdfTemplate object with the specified id.
|
java.util.List<PdfTemplate> |
getPdfTemplates()
Returns all PdfTemplates objects stored.
|
java.util.List<PdfTemplate> |
getPdfTemplates(java.util.List<java.lang.String> ids)
Returns the PdfTemplate objects with the specified ids.
|
java.util.List<PdfTemplate> |
getPdfTemplates(java.util.List<java.lang.String> ids,
net.anotheria.util.sorter.SortType sortType)
Returns the PdfTemplate objects with the specified ids, sorted by given sorttype.
|
java.util.List<PdfTemplate> |
getPdfTemplates(net.anotheria.util.slicer.Segment aSegment)
Returns PdfTemplate objects segment.
|
java.util.List<PdfTemplate> |
getPdfTemplates(net.anotheria.util.sorter.SortType sortType)
Returns all PdfTemplates objects sorted by given sortType.
|
java.util.List<PdfTemplate> |
getPdfTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all PdfTemplate objects, where property matches.
|
java.util.List<PdfTemplate> |
getPdfTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns PdfTemplate objects segment, where property matched.
|
java.util.List<PdfTemplate> |
getPdfTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns PdfTemplate objects segment, where property matched, sorted.
|
java.util.List<PdfTemplate> |
getPdfTemplatesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all PdfTemplate objects, where property matches, sorted
|
java.util.List<PdfTemplate> |
getPdfTemplatesByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all PdfTemplate objects, where property with given name equals object.
|
java.util.List<PdfTemplate> |
getPdfTemplatesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all PdfTemplate objects, where property with given name equals object, sorted.
|
int |
getPdfTemplatesCount()
Returns PdfTemplate objects count.
|
PushNotificationTemplate |
getPushNotificationTemplate(java.lang.String id)
Returns the PushNotificationTemplate object with the specified id.
|
java.util.List<PushNotificationTemplate> |
getPushNotificationTemplates()
Returns all PushNotificationTemplates objects stored.
|
java.util.List<PushNotificationTemplate> |
getPushNotificationTemplates(java.util.List<java.lang.String> ids)
Returns the PushNotificationTemplate objects with the specified ids.
|
java.util.List<PushNotificationTemplate> |
getPushNotificationTemplates(java.util.List<java.lang.String> ids,
net.anotheria.util.sorter.SortType sortType)
Returns the PushNotificationTemplate objects with the specified ids, sorted by given sorttype.
|
java.util.List<PushNotificationTemplate> |
getPushNotificationTemplates(net.anotheria.util.slicer.Segment aSegment)
Returns PushNotificationTemplate objects segment.
|
java.util.List<PushNotificationTemplate> |
getPushNotificationTemplates(net.anotheria.util.sorter.SortType sortType)
Returns all PushNotificationTemplates objects sorted by given sortType.
|
java.util.List<PushNotificationTemplate> |
getPushNotificationTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all PushNotificationTemplate objects, where property matches.
|
java.util.List<PushNotificationTemplate> |
getPushNotificationTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns PushNotificationTemplate objects segment, where property matched.
|
java.util.List<PushNotificationTemplate> |
getPushNotificationTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns PushNotificationTemplate objects segment, where property matched, sorted.
|
java.util.List<PushNotificationTemplate> |
getPushNotificationTemplatesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all PushNotificationTemplate objects, where property matches, sorted
|
java.util.List<PushNotificationTemplate> |
getPushNotificationTemplatesByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all PushNotificationTemplate objects, where property with given name equals object.
|
java.util.List<PushNotificationTemplate> |
getPushNotificationTemplatesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all PushNotificationTemplate objects, where property with given name equals object, sorted.
|
int |
getPushNotificationTemplatesCount()
Returns PushNotificationTemplate objects count.
|
TextResource |
getTextResource(java.lang.String id)
Returns the TextResource object with the specified id.
|
java.util.List<TextResource> |
getTextResources()
Returns all TextResources objects stored.
|
java.util.List<TextResource> |
getTextResources(java.util.List<java.lang.String> ids)
Returns the TextResource objects with the specified ids.
|
java.util.List<TextResource> |
getTextResources(java.util.List<java.lang.String> ids,
net.anotheria.util.sorter.SortType sortType)
Returns the TextResource objects with the specified ids, sorted by given sorttype.
|
java.util.List<TextResource> |
getTextResources(net.anotheria.util.slicer.Segment aSegment)
Returns TextResource objects segment.
|
java.util.List<TextResource> |
getTextResources(net.anotheria.util.sorter.SortType sortType)
Returns all TextResources objects sorted by given sortType.
|
java.util.List<TextResource> |
getTextResourcesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all TextResource objects, where property matches.
|
java.util.List<TextResource> |
getTextResourcesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns TextResource objects segment, where property matched.
|
java.util.List<TextResource> |
getTextResourcesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns TextResource objects segment, where property matched, sorted.
|
java.util.List<TextResource> |
getTextResourcesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all TextResource objects, where property matches, sorted
|
java.util.List<TextResource> |
getTextResourcesByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all TextResource objects, where property with given name equals object.
|
java.util.List<TextResource> |
getTextResourcesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all TextResource objects, where property with given name equals object, sorted.
|
int |
getTextResourcesCount()
Returns TextResource objects count.
|
FileLink |
importFileLink(FileLink filelink)
Imports a new FileLink object.
|
java.util.List<FileLink> |
importFileLinks(java.util.List<FileLink> list)
Imports multiple new FileLink object.
|
Image |
importImage(Image image)
Imports a new Image object.
|
java.util.List<Image> |
importImages(java.util.List<Image> list)
Imports multiple new Image object.
|
LocalizationBundle |
importLocalizationBundle(LocalizationBundle localizationbundle)
Imports a new LocalizationBundle object.
|
java.util.List<LocalizationBundle> |
importLocalizationBundles(java.util.List<LocalizationBundle> list)
Imports multiple new LocalizationBundle object.
|
MailTemplate |
importMailTemplate(MailTemplate mailtemplate)
Imports a new MailTemplate object.
|
java.util.List<MailTemplate> |
importMailTemplates(java.util.List<MailTemplate> list)
Imports multiple new MailTemplate object.
|
PdfTemplate |
importPdfTemplate(PdfTemplate pdftemplate)
Imports a new PdfTemplate object.
|
java.util.List<PdfTemplate> |
importPdfTemplates(java.util.List<PdfTemplate> list)
Imports multiple new PdfTemplate object.
|
PushNotificationTemplate |
importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)
Imports a new PushNotificationTemplate object.
|
java.util.List<PushNotificationTemplate> |
importPushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
Imports multiple new PushNotificationTemplate object.
|
TextResource |
importTextResource(TextResource textresource)
Imports a new TextResource object.
|
java.util.List<TextResource> |
importTextResources(java.util.List<TextResource> list)
Imports multiple new TextResource object.
|
void |
moduleLoaded(net.anotheria.anodoc.data.Module module) |
FileLink |
updateFileLink(FileLink filelink)
Updates a FileLink object.
|
java.util.List<FileLink> |
updateFileLinks(java.util.List<FileLink> list)
Updates multiple FileLink objects.
|
Image |
updateImage(Image image)
Updates a Image object.
|
java.util.List<Image> |
updateImages(java.util.List<Image> list)
Updates multiple Image objects.
|
LocalizationBundle |
updateLocalizationBundle(LocalizationBundle localizationbundle)
Updates a LocalizationBundle object.
|
java.util.List<LocalizationBundle> |
updateLocalizationBundles(java.util.List<LocalizationBundle> list)
Updates multiple LocalizationBundle objects.
|
MailTemplate |
updateMailTemplate(MailTemplate mailtemplate)
Updates a MailTemplate object.
|
java.util.List<MailTemplate> |
updateMailTemplates(java.util.List<MailTemplate> list)
Updates multiple MailTemplate objects.
|
PdfTemplate |
updatePdfTemplate(PdfTemplate pdftemplate)
Updates a PdfTemplate object.
|
java.util.List<PdfTemplate> |
updatePdfTemplates(java.util.List<PdfTemplate> list)
Updates multiple PdfTemplate objects.
|
PushNotificationTemplate |
updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)
Updates a PushNotificationTemplate object.
|
java.util.List<PushNotificationTemplate> |
updatePushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
Updates multiple PushNotificationTemplate objects.
|
TextResource |
updateTextResource(TextResource textresource)
Updates a TextResource object.
|
java.util.List<TextResource> |
updateTextResources(java.util.List<TextResource> list)
Updates multiple TextResource objects.
|
addModuleListener, getModule, updateModulegetAnoAccessApplicationDataService, getAnoAccessConfigurationService, getASActionService, getASBrandService, getASCustomActionService, getASCustomDataService, getASExperimentService, getASFeatureService, getASFederatedDataService, getASGenericActionService, getASGenericDataService, getASLayoutDataService, getASResourceDataService, getASSiteConfigService, getASSiteDataService, getASUserDataService, getASWebDataService, getASWizardDataService, getImagesServiceaddServiceListener, fireObjectCreatedEvent, fireObjectDeletedEvent, fireObjectImportedEvent, fireObjectUpdatedEvent, firePersistenceChangedEvent, hasServiceListeners, removeServiceListenerpublic void moduleLoaded(net.anotheria.anodoc.data.Module module)
moduleLoaded in interface net.anotheria.asg.util.listener.IModuleListenerpublic java.util.List<TextResource> getTextResources()
IASResourceDataServicegetTextResources in interface IASResourceDataServicepublic java.util.List<TextResource> getTextResources(net.anotheria.util.sorter.SortType sortType)
IASResourceDataServicegetTextResources in interface IASResourceDataServicepublic java.util.List<TextResource> getTextResources(java.util.List<java.lang.String> ids)
public java.util.List<TextResource> getTextResources(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
public void deleteTextResource(TextResource textresource)
IASResourceDataServicedeleteTextResource in interface IASResourceDataServicepublic void deleteTextResource(java.lang.String id)
IASResourceDataServicedeleteTextResource in interface IASResourceDataServicepublic void deleteTextResources(java.util.List<TextResource> list)
IASResourceDataServicedeleteTextResources in interface IASResourceDataServicepublic TextResource getTextResource(java.lang.String id)
IASResourceDataServicegetTextResource in interface IASResourceDataServicepublic TextResource importTextResource(TextResource textresource)
IASResourceDataServiceimportTextResource in interface IASResourceDataServicepublic java.util.List<TextResource> importTextResources(java.util.List<TextResource> list)
IASResourceDataServiceimportTextResources in interface IASResourceDataServicepublic TextResource createTextResource(TextResource textresource)
IASResourceDataServicecreateTextResource in interface IASResourceDataServicepublic java.util.List<TextResource> createTextResources(java.util.List<TextResource> list)
IASResourceDataServicecreateTextResources in interface IASResourceDataServicepublic TextResource updateTextResource(TextResource textresource)
IASResourceDataServiceupdateTextResource in interface IASResourceDataServicepublic java.util.List<TextResource> updateTextResources(java.util.List<TextResource> list)
IASResourceDataServiceupdateTextResources in interface IASResourceDataServicepublic java.util.List<TextResource> getTextResourcesByProperty(java.lang.String propertyName, java.lang.Object value)
IASResourceDataServicegetTextResourcesByProperty in interface IASResourceDataServicepublic java.util.List<TextResource> getTextResourcesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
IASResourceDataServicegetTextResourcesByProperty in interface IASResourceDataServicepublic net.anotheria.anodoc.query2.QueryResult executeQueryOnTextResources(net.anotheria.anodoc.query2.DocumentQuery query)
executeQueryOnTextResources in interface IASResourceDataServicepublic java.util.List<TextResource> getTextResourcesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
getTextResourcesByProperty in interface IASResourceDataServicepublic java.util.List<TextResource> getTextResourcesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
getTextResourcesByProperty in interface IASResourceDataServicepublic int getTextResourcesCount()
getTextResourcesCount in interface IASResourceDataServicepublic java.util.List<TextResource> getTextResources(net.anotheria.util.slicer.Segment aSegment)
getTextResources in interface IASResourceDataServicepublic java.util.List<TextResource> getTextResourcesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
getTextResourcesByProperty in interface IASResourceDataServicepublic java.util.List<TextResource> getTextResourcesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
getTextResourcesByProperty in interface IASResourceDataServicepublic void fetchTextResource(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASResourceDataServiceException
IASResourceDataServicefetchTextResource in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void copyMultilingualAttributesInAllTextResources(java.lang.String sourceLanguage,
java.lang.String targetLanguage)
IASResourceDataServicecopyMultilingualAttributesInAllTextResources in interface IASResourceDataServicepublic java.util.List<LocalizationBundle> getLocalizationBundles()
IASResourceDataServicegetLocalizationBundles in interface IASResourceDataServicepublic java.util.List<LocalizationBundle> getLocalizationBundles(net.anotheria.util.sorter.SortType sortType)
IASResourceDataServicegetLocalizationBundles in interface IASResourceDataServicepublic java.util.List<LocalizationBundle> getLocalizationBundles(java.util.List<java.lang.String> ids)
public java.util.List<LocalizationBundle> getLocalizationBundles(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
public void deleteLocalizationBundle(LocalizationBundle localizationbundle)
IASResourceDataServicedeleteLocalizationBundle in interface IASResourceDataServicepublic void deleteLocalizationBundle(java.lang.String id)
IASResourceDataServicedeleteLocalizationBundle in interface IASResourceDataServicepublic void deleteLocalizationBundles(java.util.List<LocalizationBundle> list)
IASResourceDataServicedeleteLocalizationBundles in interface IASResourceDataServicepublic LocalizationBundle getLocalizationBundle(java.lang.String id)
IASResourceDataServicegetLocalizationBundle in interface IASResourceDataServicepublic LocalizationBundle importLocalizationBundle(LocalizationBundle localizationbundle)
IASResourceDataServiceimportLocalizationBundle in interface IASResourceDataServicepublic java.util.List<LocalizationBundle> importLocalizationBundles(java.util.List<LocalizationBundle> list)
IASResourceDataServiceimportLocalizationBundles in interface IASResourceDataServicepublic LocalizationBundle createLocalizationBundle(LocalizationBundle localizationbundle)
IASResourceDataServicecreateLocalizationBundle in interface IASResourceDataServicepublic java.util.List<LocalizationBundle> createLocalizationBundles(java.util.List<LocalizationBundle> list)
IASResourceDataServicecreateLocalizationBundles in interface IASResourceDataServicepublic LocalizationBundle updateLocalizationBundle(LocalizationBundle localizationbundle)
IASResourceDataServiceupdateLocalizationBundle in interface IASResourceDataServicepublic java.util.List<LocalizationBundle> updateLocalizationBundles(java.util.List<LocalizationBundle> list)
IASResourceDataServiceupdateLocalizationBundles in interface IASResourceDataServicepublic java.util.List<LocalizationBundle> getLocalizationBundlesByProperty(java.lang.String propertyName, java.lang.Object value)
IASResourceDataServicegetLocalizationBundlesByProperty in interface IASResourceDataServicepublic java.util.List<LocalizationBundle> getLocalizationBundlesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
IASResourceDataServicegetLocalizationBundlesByProperty in interface IASResourceDataServicepublic net.anotheria.anodoc.query2.QueryResult executeQueryOnLocalizationBundles(net.anotheria.anodoc.query2.DocumentQuery query)
executeQueryOnLocalizationBundles in interface IASResourceDataServicepublic java.util.List<LocalizationBundle> getLocalizationBundlesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
getLocalizationBundlesByProperty in interface IASResourceDataServicepublic java.util.List<LocalizationBundle> getLocalizationBundlesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
getLocalizationBundlesByProperty in interface IASResourceDataServicepublic int getLocalizationBundlesCount()
getLocalizationBundlesCount in interface IASResourceDataServicepublic java.util.List<LocalizationBundle> getLocalizationBundles(net.anotheria.util.slicer.Segment aSegment)
getLocalizationBundles in interface IASResourceDataServicepublic java.util.List<LocalizationBundle> getLocalizationBundlesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
getLocalizationBundlesByProperty in interface IASResourceDataServicepublic java.util.List<LocalizationBundle> getLocalizationBundlesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
getLocalizationBundlesByProperty in interface IASResourceDataServicepublic void fetchLocalizationBundle(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASResourceDataServiceException
IASResourceDataServicefetchLocalizationBundle in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void copyMultilingualAttributesInAllLocalizationBundles(java.lang.String sourceLanguage,
java.lang.String targetLanguage)
IASResourceDataServicecopyMultilingualAttributesInAllLocalizationBundles in interface IASResourceDataServicepublic java.util.List<MailTemplate> getMailTemplates()
IASResourceDataServicegetMailTemplates in interface IASResourceDataServicepublic java.util.List<MailTemplate> getMailTemplates(net.anotheria.util.sorter.SortType sortType)
IASResourceDataServicegetMailTemplates in interface IASResourceDataServicepublic java.util.List<MailTemplate> getMailTemplates(java.util.List<java.lang.String> ids)
public java.util.List<MailTemplate> getMailTemplates(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
public void deleteMailTemplate(MailTemplate mailtemplate)
IASResourceDataServicedeleteMailTemplate in interface IASResourceDataServicepublic void deleteMailTemplate(java.lang.String id)
IASResourceDataServicedeleteMailTemplate in interface IASResourceDataServicepublic void deleteMailTemplates(java.util.List<MailTemplate> list)
IASResourceDataServicedeleteMailTemplates in interface IASResourceDataServicepublic MailTemplate getMailTemplate(java.lang.String id)
IASResourceDataServicegetMailTemplate in interface IASResourceDataServicepublic MailTemplate importMailTemplate(MailTemplate mailtemplate)
IASResourceDataServiceimportMailTemplate in interface IASResourceDataServicepublic java.util.List<MailTemplate> importMailTemplates(java.util.List<MailTemplate> list)
IASResourceDataServiceimportMailTemplates in interface IASResourceDataServicepublic MailTemplate createMailTemplate(MailTemplate mailtemplate)
IASResourceDataServicecreateMailTemplate in interface IASResourceDataServicepublic java.util.List<MailTemplate> createMailTemplates(java.util.List<MailTemplate> list)
IASResourceDataServicecreateMailTemplates in interface IASResourceDataServicepublic MailTemplate updateMailTemplate(MailTemplate mailtemplate)
IASResourceDataServiceupdateMailTemplate in interface IASResourceDataServicepublic java.util.List<MailTemplate> updateMailTemplates(java.util.List<MailTemplate> list)
IASResourceDataServiceupdateMailTemplates in interface IASResourceDataServicepublic java.util.List<MailTemplate> getMailTemplatesByProperty(java.lang.String propertyName, java.lang.Object value)
IASResourceDataServicegetMailTemplatesByProperty in interface IASResourceDataServicepublic java.util.List<MailTemplate> getMailTemplatesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
IASResourceDataServicegetMailTemplatesByProperty in interface IASResourceDataServicepublic net.anotheria.anodoc.query2.QueryResult executeQueryOnMailTemplates(net.anotheria.anodoc.query2.DocumentQuery query)
executeQueryOnMailTemplates in interface IASResourceDataServicepublic java.util.List<MailTemplate> getMailTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
getMailTemplatesByProperty in interface IASResourceDataServicepublic java.util.List<MailTemplate> getMailTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
getMailTemplatesByProperty in interface IASResourceDataServicepublic int getMailTemplatesCount()
getMailTemplatesCount in interface IASResourceDataServicepublic java.util.List<MailTemplate> getMailTemplates(net.anotheria.util.slicer.Segment aSegment)
getMailTemplates in interface IASResourceDataServicepublic java.util.List<MailTemplate> getMailTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
getMailTemplatesByProperty in interface IASResourceDataServicepublic java.util.List<MailTemplate> getMailTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
getMailTemplatesByProperty in interface IASResourceDataServicepublic void fetchMailTemplate(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASResourceDataServiceException
IASResourceDataServicefetchMailTemplate in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void copyMultilingualAttributesInAllMailTemplates(java.lang.String sourceLanguage,
java.lang.String targetLanguage)
IASResourceDataServicecopyMultilingualAttributesInAllMailTemplates in interface IASResourceDataServicepublic java.util.List<PdfTemplate> getPdfTemplates()
IASResourceDataServicegetPdfTemplates in interface IASResourceDataServicepublic java.util.List<PdfTemplate> getPdfTemplates(net.anotheria.util.sorter.SortType sortType)
IASResourceDataServicegetPdfTemplates in interface IASResourceDataServicepublic java.util.List<PdfTemplate> getPdfTemplates(java.util.List<java.lang.String> ids)
public java.util.List<PdfTemplate> getPdfTemplates(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
public void deletePdfTemplate(PdfTemplate pdftemplate)
IASResourceDataServicedeletePdfTemplate in interface IASResourceDataServicepublic void deletePdfTemplate(java.lang.String id)
IASResourceDataServicedeletePdfTemplate in interface IASResourceDataServicepublic void deletePdfTemplates(java.util.List<PdfTemplate> list)
IASResourceDataServicedeletePdfTemplates in interface IASResourceDataServicepublic PdfTemplate getPdfTemplate(java.lang.String id)
IASResourceDataServicegetPdfTemplate in interface IASResourceDataServicepublic PdfTemplate importPdfTemplate(PdfTemplate pdftemplate)
IASResourceDataServiceimportPdfTemplate in interface IASResourceDataServicepublic java.util.List<PdfTemplate> importPdfTemplates(java.util.List<PdfTemplate> list)
IASResourceDataServiceimportPdfTemplates in interface IASResourceDataServicepublic PdfTemplate createPdfTemplate(PdfTemplate pdftemplate)
IASResourceDataServicecreatePdfTemplate in interface IASResourceDataServicepublic java.util.List<PdfTemplate> createPdfTemplates(java.util.List<PdfTemplate> list)
IASResourceDataServicecreatePdfTemplates in interface IASResourceDataServicepublic PdfTemplate updatePdfTemplate(PdfTemplate pdftemplate)
IASResourceDataServiceupdatePdfTemplate in interface IASResourceDataServicepublic java.util.List<PdfTemplate> updatePdfTemplates(java.util.List<PdfTemplate> list)
IASResourceDataServiceupdatePdfTemplates in interface IASResourceDataServicepublic java.util.List<PdfTemplate> getPdfTemplatesByProperty(java.lang.String propertyName, java.lang.Object value)
IASResourceDataServicegetPdfTemplatesByProperty in interface IASResourceDataServicepublic java.util.List<PdfTemplate> getPdfTemplatesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
IASResourceDataServicegetPdfTemplatesByProperty in interface IASResourceDataServicepublic net.anotheria.anodoc.query2.QueryResult executeQueryOnPdfTemplates(net.anotheria.anodoc.query2.DocumentQuery query)
executeQueryOnPdfTemplates in interface IASResourceDataServicepublic java.util.List<PdfTemplate> getPdfTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
getPdfTemplatesByProperty in interface IASResourceDataServicepublic java.util.List<PdfTemplate> getPdfTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
getPdfTemplatesByProperty in interface IASResourceDataServicepublic int getPdfTemplatesCount()
getPdfTemplatesCount in interface IASResourceDataServicepublic java.util.List<PdfTemplate> getPdfTemplates(net.anotheria.util.slicer.Segment aSegment)
getPdfTemplates in interface IASResourceDataServicepublic java.util.List<PdfTemplate> getPdfTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
getPdfTemplatesByProperty in interface IASResourceDataServicepublic java.util.List<PdfTemplate> getPdfTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
getPdfTemplatesByProperty in interface IASResourceDataServicepublic void fetchPdfTemplate(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASResourceDataServiceException
IASResourceDataServicefetchPdfTemplate in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void copyMultilingualAttributesInAllPdfTemplates(java.lang.String sourceLanguage,
java.lang.String targetLanguage)
IASResourceDataServicecopyMultilingualAttributesInAllPdfTemplates in interface IASResourceDataServicepublic java.util.List<PushNotificationTemplate> getPushNotificationTemplates()
IASResourceDataServicegetPushNotificationTemplates in interface IASResourceDataServicepublic java.util.List<PushNotificationTemplate> getPushNotificationTemplates(net.anotheria.util.sorter.SortType sortType)
IASResourceDataServicegetPushNotificationTemplates in interface IASResourceDataServicepublic java.util.List<PushNotificationTemplate> getPushNotificationTemplates(java.util.List<java.lang.String> ids)
public java.util.List<PushNotificationTemplate> getPushNotificationTemplates(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
public void deletePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)
IASResourceDataServicedeletePushNotificationTemplate in interface IASResourceDataServicepublic void deletePushNotificationTemplate(java.lang.String id)
IASResourceDataServicedeletePushNotificationTemplate in interface IASResourceDataServicepublic void deletePushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
IASResourceDataServicedeletePushNotificationTemplates in interface IASResourceDataServicepublic PushNotificationTemplate getPushNotificationTemplate(java.lang.String id)
IASResourceDataServicegetPushNotificationTemplate in interface IASResourceDataServicepublic PushNotificationTemplate importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)
IASResourceDataServiceimportPushNotificationTemplate in interface IASResourceDataServicepublic java.util.List<PushNotificationTemplate> importPushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
IASResourceDataServiceimportPushNotificationTemplates in interface IASResourceDataServicepublic PushNotificationTemplate createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)
IASResourceDataServicecreatePushNotificationTemplate in interface IASResourceDataServicepublic java.util.List<PushNotificationTemplate> createPushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
IASResourceDataServicecreatePushNotificationTemplates in interface IASResourceDataServicepublic PushNotificationTemplate updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)
IASResourceDataServiceupdatePushNotificationTemplate in interface IASResourceDataServicepublic java.util.List<PushNotificationTemplate> updatePushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
IASResourceDataServiceupdatePushNotificationTemplates in interface IASResourceDataServicepublic java.util.List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(java.lang.String propertyName, java.lang.Object value)
IASResourceDataServicegetPushNotificationTemplatesByProperty in interface IASResourceDataServicepublic java.util.List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
IASResourceDataServicegetPushNotificationTemplatesByProperty in interface IASResourceDataServicepublic net.anotheria.anodoc.query2.QueryResult executeQueryOnPushNotificationTemplates(net.anotheria.anodoc.query2.DocumentQuery query)
executeQueryOnPushNotificationTemplates in interface IASResourceDataServicepublic java.util.List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
getPushNotificationTemplatesByProperty in interface IASResourceDataServicepublic java.util.List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
getPushNotificationTemplatesByProperty in interface IASResourceDataServicepublic int getPushNotificationTemplatesCount()
getPushNotificationTemplatesCount in interface IASResourceDataServicepublic java.util.List<PushNotificationTemplate> getPushNotificationTemplates(net.anotheria.util.slicer.Segment aSegment)
getPushNotificationTemplates in interface IASResourceDataServicepublic java.util.List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
getPushNotificationTemplatesByProperty in interface IASResourceDataServicepublic java.util.List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
getPushNotificationTemplatesByProperty in interface IASResourceDataServicepublic void fetchPushNotificationTemplate(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASResourceDataServiceException
IASResourceDataServicefetchPushNotificationTemplate in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void copyMultilingualAttributesInAllPushNotificationTemplates(java.lang.String sourceLanguage,
java.lang.String targetLanguage)
IASResourceDataServicecopyMultilingualAttributesInAllPushNotificationTemplates in interface IASResourceDataServicepublic java.util.List<Image> getImages()
IASResourceDataServicegetImages in interface IASResourceDataServicepublic java.util.List<Image> getImages(net.anotheria.util.sorter.SortType sortType)
IASResourceDataServicegetImages in interface IASResourceDataServicepublic java.util.List<Image> getImages(java.util.List<java.lang.String> ids)
public java.util.List<Image> getImages(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
public void deleteImage(Image image)
IASResourceDataServicedeleteImage in interface IASResourceDataServicepublic void deleteImage(java.lang.String id)
IASResourceDataServicedeleteImage in interface IASResourceDataServicepublic void deleteImages(java.util.List<Image> list)
IASResourceDataServicedeleteImages in interface IASResourceDataServicepublic Image getImage(java.lang.String id)
IASResourceDataServicegetImage in interface IASResourceDataServicepublic Image importImage(Image image)
IASResourceDataServiceimportImage in interface IASResourceDataServicepublic java.util.List<Image> importImages(java.util.List<Image> list)
IASResourceDataServiceimportImages in interface IASResourceDataServicepublic Image createImage(Image image)
IASResourceDataServicecreateImage in interface IASResourceDataServicepublic java.util.List<Image> createImages(java.util.List<Image> list)
IASResourceDataServicecreateImages in interface IASResourceDataServicepublic Image updateImage(Image image)
IASResourceDataServiceupdateImage in interface IASResourceDataServicepublic java.util.List<Image> updateImages(java.util.List<Image> list)
IASResourceDataServiceupdateImages in interface IASResourceDataServicepublic java.util.List<Image> getImagesByProperty(java.lang.String propertyName, java.lang.Object value)
IASResourceDataServicegetImagesByProperty in interface IASResourceDataServicepublic java.util.List<Image> getImagesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
IASResourceDataServicegetImagesByProperty in interface IASResourceDataServicepublic net.anotheria.anodoc.query2.QueryResult executeQueryOnImages(net.anotheria.anodoc.query2.DocumentQuery query)
executeQueryOnImages in interface IASResourceDataServicepublic java.util.List<Image> getImagesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
getImagesByProperty in interface IASResourceDataServicepublic java.util.List<Image> getImagesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
getImagesByProperty in interface IASResourceDataServicepublic int getImagesCount()
getImagesCount in interface IASResourceDataServicepublic java.util.List<Image> getImages(net.anotheria.util.slicer.Segment aSegment)
getImages in interface IASResourceDataServicepublic java.util.List<Image> getImagesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
getImagesByProperty in interface IASResourceDataServicepublic java.util.List<Image> getImagesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
getImagesByProperty in interface IASResourceDataServicepublic void fetchImage(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASResourceDataServiceException
IASResourceDataServicefetchImage in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void copyMultilingualAttributesInAllImages(java.lang.String sourceLanguage,
java.lang.String targetLanguage)
IASResourceDataServicecopyMultilingualAttributesInAllImages in interface IASResourceDataServicepublic java.util.List<FileLink> getFileLinks()
IASResourceDataServicegetFileLinks in interface IASResourceDataServicepublic java.util.List<FileLink> getFileLinks(net.anotheria.util.sorter.SortType sortType)
IASResourceDataServicegetFileLinks in interface IASResourceDataServicepublic java.util.List<FileLink> getFileLinks(java.util.List<java.lang.String> ids)
public java.util.List<FileLink> getFileLinks(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
public void deleteFileLink(FileLink filelink)
IASResourceDataServicedeleteFileLink in interface IASResourceDataServicepublic void deleteFileLink(java.lang.String id)
IASResourceDataServicedeleteFileLink in interface IASResourceDataServicepublic void deleteFileLinks(java.util.List<FileLink> list)
IASResourceDataServicedeleteFileLinks in interface IASResourceDataServicepublic FileLink getFileLink(java.lang.String id)
IASResourceDataServicegetFileLink in interface IASResourceDataServicepublic FileLink importFileLink(FileLink filelink)
IASResourceDataServiceimportFileLink in interface IASResourceDataServicepublic java.util.List<FileLink> importFileLinks(java.util.List<FileLink> list)
IASResourceDataServiceimportFileLinks in interface IASResourceDataServicepublic FileLink createFileLink(FileLink filelink)
IASResourceDataServicecreateFileLink in interface IASResourceDataServicepublic java.util.List<FileLink> createFileLinks(java.util.List<FileLink> list)
IASResourceDataServicecreateFileLinks in interface IASResourceDataServicepublic FileLink updateFileLink(FileLink filelink)
IASResourceDataServiceupdateFileLink in interface IASResourceDataServicepublic java.util.List<FileLink> updateFileLinks(java.util.List<FileLink> list)
IASResourceDataServiceupdateFileLinks in interface IASResourceDataServicepublic java.util.List<FileLink> getFileLinksByProperty(java.lang.String propertyName, java.lang.Object value)
IASResourceDataServicegetFileLinksByProperty in interface IASResourceDataServicepublic java.util.List<FileLink> getFileLinksByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
IASResourceDataServicegetFileLinksByProperty in interface IASResourceDataServicepublic net.anotheria.anodoc.query2.QueryResult executeQueryOnFileLinks(net.anotheria.anodoc.query2.DocumentQuery query)
executeQueryOnFileLinks in interface IASResourceDataServicepublic java.util.List<FileLink> getFileLinksByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
getFileLinksByProperty in interface IASResourceDataServicepublic java.util.List<FileLink> getFileLinksByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
getFileLinksByProperty in interface IASResourceDataServicepublic int getFileLinksCount()
getFileLinksCount in interface IASResourceDataServicepublic java.util.List<FileLink> getFileLinks(net.anotheria.util.slicer.Segment aSegment)
getFileLinks in interface IASResourceDataServicepublic java.util.List<FileLink> getFileLinksByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
getFileLinksByProperty in interface IASResourceDataServicepublic java.util.List<FileLink> getFileLinksByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
getFileLinksByProperty in interface IASResourceDataServicepublic void fetchFileLink(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASResourceDataServiceException
IASResourceDataServicefetchFileLink in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) throws ASResourceDataServiceException
IASResourceDataServiceexecuteParsingForDocument in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void copyMultilingualAttributesInAllObjects(java.lang.String sourceLanguage,
java.lang.String targetLanguage)
copyMultilingualAttributesInAllObjects in interface IASResourceDataServicepublic net.anotheria.anodoc.query2.QueryResult executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query)
executeQueryOnAllObjects in interface IASResourceDataServicepublic net.anotheria.util.xml.XMLNode exportTextResourcesToXML()
public net.anotheria.util.xml.XMLNode exportTextResourcesToXML(java.util.List<TextResource> list)
IASResourceDataServiceexportTextResourcesToXML in interface IASResourceDataServicepublic net.anotheria.util.xml.XMLNode exportTextResourcesToXML(java.lang.String[] languages)
public net.anotheria.util.xml.XMLNode exportTextResourcesToXML(java.lang.String[] languages,
java.util.List<TextResource> list)
IASResourceDataServiceexportTextResourcesToXML in interface IASResourceDataServicepublic net.anotheria.util.xml.XMLNode exportLocalizationBundlesToXML()
public net.anotheria.util.xml.XMLNode exportLocalizationBundlesToXML(java.util.List<LocalizationBundle> list)
IASResourceDataServiceexportLocalizationBundlesToXML in interface IASResourceDataServicepublic net.anotheria.util.xml.XMLNode exportLocalizationBundlesToXML(java.lang.String[] languages)
public net.anotheria.util.xml.XMLNode exportLocalizationBundlesToXML(java.lang.String[] languages,
java.util.List<LocalizationBundle> list)
IASResourceDataServiceexportLocalizationBundlesToXML in interface IASResourceDataServicepublic net.anotheria.util.xml.XMLNode exportMailTemplatesToXML()
public net.anotheria.util.xml.XMLNode exportMailTemplatesToXML(java.util.List<MailTemplate> list)
IASResourceDataServiceexportMailTemplatesToXML in interface IASResourceDataServicepublic net.anotheria.util.xml.XMLNode exportMailTemplatesToXML(java.lang.String[] languages)
public net.anotheria.util.xml.XMLNode exportMailTemplatesToXML(java.lang.String[] languages,
java.util.List<MailTemplate> list)
IASResourceDataServiceexportMailTemplatesToXML in interface IASResourceDataServicepublic net.anotheria.util.xml.XMLNode exportPdfTemplatesToXML()
public net.anotheria.util.xml.XMLNode exportPdfTemplatesToXML(java.util.List<PdfTemplate> list)
IASResourceDataServiceexportPdfTemplatesToXML in interface IASResourceDataServicepublic net.anotheria.util.xml.XMLNode exportPdfTemplatesToXML(java.lang.String[] languages)
public net.anotheria.util.xml.XMLNode exportPdfTemplatesToXML(java.lang.String[] languages,
java.util.List<PdfTemplate> list)
IASResourceDataServiceexportPdfTemplatesToXML in interface IASResourceDataServicepublic net.anotheria.util.xml.XMLNode exportPushNotificationTemplatesToXML()
public net.anotheria.util.xml.XMLNode exportPushNotificationTemplatesToXML(java.util.List<PushNotificationTemplate> list)
IASResourceDataServiceexportPushNotificationTemplatesToXML in interface IASResourceDataServicepublic net.anotheria.util.xml.XMLNode exportPushNotificationTemplatesToXML(java.lang.String[] languages)
public net.anotheria.util.xml.XMLNode exportPushNotificationTemplatesToXML(java.lang.String[] languages,
java.util.List<PushNotificationTemplate> list)
IASResourceDataServiceexportPushNotificationTemplatesToXML in interface IASResourceDataServicepublic net.anotheria.util.xml.XMLNode exportImagesToXML()
public net.anotheria.util.xml.XMLNode exportImagesToXML(java.util.List<Image> list)
IASResourceDataServiceexportImagesToXML in interface IASResourceDataServicepublic net.anotheria.util.xml.XMLNode exportImagesToXML(java.lang.String[] languages)
public net.anotheria.util.xml.XMLNode exportImagesToXML(java.lang.String[] languages,
java.util.List<Image> list)
IASResourceDataServiceexportImagesToXML in interface IASResourceDataServicepublic net.anotheria.util.xml.XMLNode exportFileLinksToXML()
public net.anotheria.util.xml.XMLNode exportFileLinksToXML(java.util.List<FileLink> list)
IASResourceDataServiceexportFileLinksToXML in interface IASResourceDataServicepublic net.anotheria.util.xml.XMLNode exportFileLinksToXML(java.lang.String[] languages)
public net.anotheria.util.xml.XMLNode exportFileLinksToXML(java.lang.String[] languages,
java.util.List<FileLink> list)
IASResourceDataServiceexportFileLinksToXML in interface IASResourceDataServicepublic net.anotheria.util.xml.XMLNode exportToXML()
IASResourceDataServiceexportToXML in interface IASResourceDataServicepublic net.anotheria.util.xml.XMLNode exportToXML(java.lang.String[] languages)
IASResourceDataServiceexportToXML in interface IASResourceDataServiceCopyright © 2012-2023 anotheria.net. All Rights Reserved.