public class ASResourceDataServiceFixtureImpl extends net.anotheria.asg.service.BaseFixtureService implements IASResourceDataService, net.anotheria.asg.service.IFixtureService
| 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 objects.
|
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 objects.
|
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 objects.
|
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 objects.
|
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 objects.
|
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 objects.
|
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 objects.
|
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(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... properties)
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(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... properties)
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(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... properties)
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(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... properties)
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(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... properties)
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(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... properties)
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(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... properties)
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 |
reset() |
FileLink |
updateFileLink(FileLink filelink)
Updates a FileLink object.
|
java.util.List<FileLink> |
updateFileLinks(java.util.List<FileLink> list)
Updates multiple new FileLink objects.
|
Image |
updateImage(Image image)
Updates a Image object.
|
java.util.List<Image> |
updateImages(java.util.List<Image> list)
Updates multiple new Image objects.
|
LocalizationBundle |
updateLocalizationBundle(LocalizationBundle localizationbundle)
Updates a LocalizationBundle object.
|
java.util.List<LocalizationBundle> |
updateLocalizationBundles(java.util.List<LocalizationBundle> list)
Updates multiple new LocalizationBundle objects.
|
MailTemplate |
updateMailTemplate(MailTemplate mailtemplate)
Updates a MailTemplate object.
|
java.util.List<MailTemplate> |
updateMailTemplates(java.util.List<MailTemplate> list)
Updates multiple new MailTemplate objects.
|
PdfTemplate |
updatePdfTemplate(PdfTemplate pdftemplate)
Updates a PdfTemplate object.
|
java.util.List<PdfTemplate> |
updatePdfTemplates(java.util.List<PdfTemplate> list)
Updates multiple new PdfTemplate objects.
|
PushNotificationTemplate |
updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)
Updates a PushNotificationTemplate object.
|
java.util.List<PushNotificationTemplate> |
updatePushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
Updates multiple new PushNotificationTemplate objects.
|
TextResource |
updateTextResource(TextResource textresource)
Updates a TextResource object.
|
java.util.List<TextResource> |
updateTextResources(java.util.List<TextResource> list)
Updates multiple new TextResource objects.
|
addServiceListener, fireObjectCreatedEvent, fireObjectDeletedEvent, fireObjectImportedEvent, fireObjectUpdatedEvent, firePersistenceChangedEvent, hasServiceListeners, removeServiceListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void reset()
reset in interface net.anotheria.asg.service.IFixtureServicepublic java.util.List<TextResource> getTextResources() throws ASResourceDataServiceException
IASResourceDataServicegetTextResources in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<TextResource> getTextResources(net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
IASResourceDataServicegetTextResources in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void deleteTextResource(TextResource textresource) throws ASResourceDataServiceException
IASResourceDataServicedeleteTextResource in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void deleteTextResource(java.lang.String id)
throws ASResourceDataServiceException
IASResourceDataServicedeleteTextResource in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void deleteTextResources(java.util.List<TextResource> list) throws ASResourceDataServiceException
deleteTextResources in interface IASResourceDataServiceASResourceDataServiceExceptionpublic TextResource getTextResource(java.lang.String id) throws ASResourceDataServiceException
IASResourceDataServicegetTextResource in interface IASResourceDataServiceASResourceDataServiceExceptionpublic TextResource importTextResource(TextResource textresource) throws ASResourceDataServiceException
IASResourceDataServiceimportTextResource in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<TextResource> importTextResources(java.util.List<TextResource> list) throws ASResourceDataServiceException
IASResourceDataServiceimportTextResources in interface IASResourceDataServiceASResourceDataServiceExceptionpublic TextResource createTextResource(TextResource textresource) throws ASResourceDataServiceException
IASResourceDataServicecreateTextResource in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<TextResource> createTextResources(java.util.List<TextResource> list) throws ASResourceDataServiceException
createTextResources in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<TextResource> updateTextResources(java.util.List<TextResource> list) throws ASResourceDataServiceException
updateTextResources in interface IASResourceDataServiceASResourceDataServiceExceptionpublic TextResource updateTextResource(TextResource textresource) throws ASResourceDataServiceException
IASResourceDataServiceupdateTextResource in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<TextResource> getTextResourcesByProperty(java.lang.String propertyName, java.lang.Object value) throws ASResourceDataServiceException
IASResourceDataServicegetTextResourcesByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<TextResource> getTextResourcesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
IASResourceDataServicegetTextResourcesByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic net.anotheria.anodoc.query2.QueryResult executeQueryOnTextResources(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASResourceDataServiceException
executeQueryOnTextResources in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<TextResource> getTextResourcesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) throws ASResourceDataServiceException
getTextResourcesByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<TextResource> getTextResourcesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASResourceDataServiceException
getTextResourcesByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic int getTextResourcesCount()
throws ASResourceDataServiceException
getTextResourcesCount in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<TextResource> getTextResources(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException
getTextResources in interface IASResourceDataServiceASResourceDataServiceExceptionpublic 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 java.util.List<LocalizationBundle> getLocalizationBundles() throws ASResourceDataServiceException
IASResourceDataServicegetLocalizationBundles in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<LocalizationBundle> getLocalizationBundles(net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
IASResourceDataServicegetLocalizationBundles in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void deleteLocalizationBundle(LocalizationBundle localizationbundle) throws ASResourceDataServiceException
IASResourceDataServicedeleteLocalizationBundle in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void deleteLocalizationBundle(java.lang.String id)
throws ASResourceDataServiceException
IASResourceDataServicedeleteLocalizationBundle in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void deleteLocalizationBundles(java.util.List<LocalizationBundle> list) throws ASResourceDataServiceException
deleteLocalizationBundles in interface IASResourceDataServiceASResourceDataServiceExceptionpublic LocalizationBundle getLocalizationBundle(java.lang.String id) throws ASResourceDataServiceException
IASResourceDataServicegetLocalizationBundle in interface IASResourceDataServiceASResourceDataServiceExceptionpublic LocalizationBundle importLocalizationBundle(LocalizationBundle localizationbundle) throws ASResourceDataServiceException
IASResourceDataServiceimportLocalizationBundle in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<LocalizationBundle> importLocalizationBundles(java.util.List<LocalizationBundle> list) throws ASResourceDataServiceException
IASResourceDataServiceimportLocalizationBundles in interface IASResourceDataServiceASResourceDataServiceExceptionpublic LocalizationBundle createLocalizationBundle(LocalizationBundle localizationbundle) throws ASResourceDataServiceException
IASResourceDataServicecreateLocalizationBundle in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<LocalizationBundle> createLocalizationBundles(java.util.List<LocalizationBundle> list) throws ASResourceDataServiceException
createLocalizationBundles in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<LocalizationBundle> updateLocalizationBundles(java.util.List<LocalizationBundle> list) throws ASResourceDataServiceException
updateLocalizationBundles in interface IASResourceDataServiceASResourceDataServiceExceptionpublic LocalizationBundle updateLocalizationBundle(LocalizationBundle localizationbundle) throws ASResourceDataServiceException
IASResourceDataServiceupdateLocalizationBundle in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<LocalizationBundle> getLocalizationBundlesByProperty(java.lang.String propertyName, java.lang.Object value) throws ASResourceDataServiceException
IASResourceDataServicegetLocalizationBundlesByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<LocalizationBundle> getLocalizationBundlesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
IASResourceDataServicegetLocalizationBundlesByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic net.anotheria.anodoc.query2.QueryResult executeQueryOnLocalizationBundles(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASResourceDataServiceException
executeQueryOnLocalizationBundles in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<LocalizationBundle> getLocalizationBundlesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) throws ASResourceDataServiceException
getLocalizationBundlesByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<LocalizationBundle> getLocalizationBundlesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASResourceDataServiceException
getLocalizationBundlesByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic int getLocalizationBundlesCount()
throws ASResourceDataServiceException
getLocalizationBundlesCount in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<LocalizationBundle> getLocalizationBundles(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException
getLocalizationBundles in interface IASResourceDataServiceASResourceDataServiceExceptionpublic 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 java.util.List<MailTemplate> getMailTemplates() throws ASResourceDataServiceException
IASResourceDataServicegetMailTemplates in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<MailTemplate> getMailTemplates(net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
IASResourceDataServicegetMailTemplates in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void deleteMailTemplate(MailTemplate mailtemplate) throws ASResourceDataServiceException
IASResourceDataServicedeleteMailTemplate in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void deleteMailTemplate(java.lang.String id)
throws ASResourceDataServiceException
IASResourceDataServicedeleteMailTemplate in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void deleteMailTemplates(java.util.List<MailTemplate> list) throws ASResourceDataServiceException
deleteMailTemplates in interface IASResourceDataServiceASResourceDataServiceExceptionpublic MailTemplate getMailTemplate(java.lang.String id) throws ASResourceDataServiceException
IASResourceDataServicegetMailTemplate in interface IASResourceDataServiceASResourceDataServiceExceptionpublic MailTemplate importMailTemplate(MailTemplate mailtemplate) throws ASResourceDataServiceException
IASResourceDataServiceimportMailTemplate in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<MailTemplate> importMailTemplates(java.util.List<MailTemplate> list) throws ASResourceDataServiceException
IASResourceDataServiceimportMailTemplates in interface IASResourceDataServiceASResourceDataServiceExceptionpublic MailTemplate createMailTemplate(MailTemplate mailtemplate) throws ASResourceDataServiceException
IASResourceDataServicecreateMailTemplate in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<MailTemplate> createMailTemplates(java.util.List<MailTemplate> list) throws ASResourceDataServiceException
createMailTemplates in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<MailTemplate> updateMailTemplates(java.util.List<MailTemplate> list) throws ASResourceDataServiceException
updateMailTemplates in interface IASResourceDataServiceASResourceDataServiceExceptionpublic MailTemplate updateMailTemplate(MailTemplate mailtemplate) throws ASResourceDataServiceException
IASResourceDataServiceupdateMailTemplate in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<MailTemplate> getMailTemplatesByProperty(java.lang.String propertyName, java.lang.Object value) throws ASResourceDataServiceException
IASResourceDataServicegetMailTemplatesByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<MailTemplate> getMailTemplatesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
IASResourceDataServicegetMailTemplatesByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic net.anotheria.anodoc.query2.QueryResult executeQueryOnMailTemplates(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASResourceDataServiceException
executeQueryOnMailTemplates in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<MailTemplate> getMailTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) throws ASResourceDataServiceException
getMailTemplatesByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<MailTemplate> getMailTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASResourceDataServiceException
getMailTemplatesByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic int getMailTemplatesCount()
throws ASResourceDataServiceException
getMailTemplatesCount in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<MailTemplate> getMailTemplates(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException
getMailTemplates in interface IASResourceDataServiceASResourceDataServiceExceptionpublic 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 java.util.List<PdfTemplate> getPdfTemplates() throws ASResourceDataServiceException
IASResourceDataServicegetPdfTemplates in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<PdfTemplate> getPdfTemplates(net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
IASResourceDataServicegetPdfTemplates in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void deletePdfTemplate(PdfTemplate pdftemplate) throws ASResourceDataServiceException
IASResourceDataServicedeletePdfTemplate in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void deletePdfTemplate(java.lang.String id)
throws ASResourceDataServiceException
IASResourceDataServicedeletePdfTemplate in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void deletePdfTemplates(java.util.List<PdfTemplate> list) throws ASResourceDataServiceException
deletePdfTemplates in interface IASResourceDataServiceASResourceDataServiceExceptionpublic PdfTemplate getPdfTemplate(java.lang.String id) throws ASResourceDataServiceException
IASResourceDataServicegetPdfTemplate in interface IASResourceDataServiceASResourceDataServiceExceptionpublic PdfTemplate importPdfTemplate(PdfTemplate pdftemplate) throws ASResourceDataServiceException
IASResourceDataServiceimportPdfTemplate in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<PdfTemplate> importPdfTemplates(java.util.List<PdfTemplate> list) throws ASResourceDataServiceException
IASResourceDataServiceimportPdfTemplates in interface IASResourceDataServiceASResourceDataServiceExceptionpublic PdfTemplate createPdfTemplate(PdfTemplate pdftemplate) throws ASResourceDataServiceException
IASResourceDataServicecreatePdfTemplate in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<PdfTemplate> createPdfTemplates(java.util.List<PdfTemplate> list) throws ASResourceDataServiceException
createPdfTemplates in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<PdfTemplate> updatePdfTemplates(java.util.List<PdfTemplate> list) throws ASResourceDataServiceException
updatePdfTemplates in interface IASResourceDataServiceASResourceDataServiceExceptionpublic PdfTemplate updatePdfTemplate(PdfTemplate pdftemplate) throws ASResourceDataServiceException
IASResourceDataServiceupdatePdfTemplate in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<PdfTemplate> getPdfTemplatesByProperty(java.lang.String propertyName, java.lang.Object value) throws ASResourceDataServiceException
IASResourceDataServicegetPdfTemplatesByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<PdfTemplate> getPdfTemplatesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
IASResourceDataServicegetPdfTemplatesByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic net.anotheria.anodoc.query2.QueryResult executeQueryOnPdfTemplates(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASResourceDataServiceException
executeQueryOnPdfTemplates in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<PdfTemplate> getPdfTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) throws ASResourceDataServiceException
getPdfTemplatesByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<PdfTemplate> getPdfTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASResourceDataServiceException
getPdfTemplatesByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic int getPdfTemplatesCount()
throws ASResourceDataServiceException
getPdfTemplatesCount in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<PdfTemplate> getPdfTemplates(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException
getPdfTemplates in interface IASResourceDataServiceASResourceDataServiceExceptionpublic 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 java.util.List<PushNotificationTemplate> getPushNotificationTemplates() throws ASResourceDataServiceException
IASResourceDataServicegetPushNotificationTemplates in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<PushNotificationTemplate> getPushNotificationTemplates(net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
IASResourceDataServicegetPushNotificationTemplates in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void deletePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) throws ASResourceDataServiceException
IASResourceDataServicedeletePushNotificationTemplate in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void deletePushNotificationTemplate(java.lang.String id)
throws ASResourceDataServiceException
IASResourceDataServicedeletePushNotificationTemplate in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void deletePushNotificationTemplates(java.util.List<PushNotificationTemplate> list) throws ASResourceDataServiceException
deletePushNotificationTemplates in interface IASResourceDataServiceASResourceDataServiceExceptionpublic PushNotificationTemplate getPushNotificationTemplate(java.lang.String id) throws ASResourceDataServiceException
IASResourceDataServicegetPushNotificationTemplate in interface IASResourceDataServiceASResourceDataServiceExceptionpublic PushNotificationTemplate importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) throws ASResourceDataServiceException
IASResourceDataServiceimportPushNotificationTemplate in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<PushNotificationTemplate> importPushNotificationTemplates(java.util.List<PushNotificationTemplate> list) throws ASResourceDataServiceException
IASResourceDataServiceimportPushNotificationTemplates in interface IASResourceDataServiceASResourceDataServiceExceptionpublic PushNotificationTemplate createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) throws ASResourceDataServiceException
IASResourceDataServicecreatePushNotificationTemplate in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<PushNotificationTemplate> createPushNotificationTemplates(java.util.List<PushNotificationTemplate> list) throws ASResourceDataServiceException
createPushNotificationTemplates in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<PushNotificationTemplate> updatePushNotificationTemplates(java.util.List<PushNotificationTemplate> list) throws ASResourceDataServiceException
updatePushNotificationTemplates in interface IASResourceDataServiceASResourceDataServiceExceptionpublic PushNotificationTemplate updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) throws ASResourceDataServiceException
IASResourceDataServiceupdatePushNotificationTemplate in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(java.lang.String propertyName, java.lang.Object value) throws ASResourceDataServiceException
IASResourceDataServicegetPushNotificationTemplatesByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
IASResourceDataServicegetPushNotificationTemplatesByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic net.anotheria.anodoc.query2.QueryResult executeQueryOnPushNotificationTemplates(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASResourceDataServiceException
executeQueryOnPushNotificationTemplates in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) throws ASResourceDataServiceException
getPushNotificationTemplatesByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASResourceDataServiceException
getPushNotificationTemplatesByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic int getPushNotificationTemplatesCount()
throws ASResourceDataServiceException
getPushNotificationTemplatesCount in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<PushNotificationTemplate> getPushNotificationTemplates(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException
getPushNotificationTemplates in interface IASResourceDataServiceASResourceDataServiceExceptionpublic 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 java.util.List<Image> getImages() throws ASResourceDataServiceException
IASResourceDataServicegetImages in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<Image> getImages(net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
IASResourceDataServicegetImages in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void deleteImage(Image image) throws ASResourceDataServiceException
IASResourceDataServicedeleteImage in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void deleteImage(java.lang.String id)
throws ASResourceDataServiceException
IASResourceDataServicedeleteImage in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void deleteImages(java.util.List<Image> list) throws ASResourceDataServiceException
deleteImages in interface IASResourceDataServiceASResourceDataServiceExceptionpublic Image getImage(java.lang.String id) throws ASResourceDataServiceException
IASResourceDataServicegetImage in interface IASResourceDataServiceASResourceDataServiceExceptionpublic Image importImage(Image image) throws ASResourceDataServiceException
IASResourceDataServiceimportImage in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<Image> importImages(java.util.List<Image> list) throws ASResourceDataServiceException
IASResourceDataServiceimportImages in interface IASResourceDataServiceASResourceDataServiceExceptionpublic Image createImage(Image image) throws ASResourceDataServiceException
IASResourceDataServicecreateImage in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<Image> createImages(java.util.List<Image> list) throws ASResourceDataServiceException
createImages in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<Image> updateImages(java.util.List<Image> list) throws ASResourceDataServiceException
updateImages in interface IASResourceDataServiceASResourceDataServiceExceptionpublic Image updateImage(Image image) throws ASResourceDataServiceException
IASResourceDataServiceupdateImage in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<Image> getImagesByProperty(java.lang.String propertyName, java.lang.Object value) throws ASResourceDataServiceException
IASResourceDataServicegetImagesByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<Image> getImagesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
IASResourceDataServicegetImagesByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic net.anotheria.anodoc.query2.QueryResult executeQueryOnImages(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASResourceDataServiceException
executeQueryOnImages in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<Image> getImagesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) throws ASResourceDataServiceException
getImagesByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<Image> getImagesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASResourceDataServiceException
getImagesByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic int getImagesCount()
throws ASResourceDataServiceException
getImagesCount in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<Image> getImages(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException
getImages in interface IASResourceDataServiceASResourceDataServiceExceptionpublic 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 java.util.List<FileLink> getFileLinks() throws ASResourceDataServiceException
IASResourceDataServicegetFileLinks in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<FileLink> getFileLinks(net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
IASResourceDataServicegetFileLinks in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void deleteFileLink(FileLink filelink) throws ASResourceDataServiceException
IASResourceDataServicedeleteFileLink in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void deleteFileLink(java.lang.String id)
throws ASResourceDataServiceException
IASResourceDataServicedeleteFileLink in interface IASResourceDataServiceASResourceDataServiceExceptionpublic void deleteFileLinks(java.util.List<FileLink> list) throws ASResourceDataServiceException
deleteFileLinks in interface IASResourceDataServiceASResourceDataServiceExceptionpublic FileLink getFileLink(java.lang.String id) throws ASResourceDataServiceException
IASResourceDataServicegetFileLink in interface IASResourceDataServiceASResourceDataServiceExceptionpublic FileLink importFileLink(FileLink filelink) throws ASResourceDataServiceException
IASResourceDataServiceimportFileLink in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<FileLink> importFileLinks(java.util.List<FileLink> list) throws ASResourceDataServiceException
IASResourceDataServiceimportFileLinks in interface IASResourceDataServiceASResourceDataServiceExceptionpublic FileLink createFileLink(FileLink filelink) throws ASResourceDataServiceException
IASResourceDataServicecreateFileLink in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<FileLink> createFileLinks(java.util.List<FileLink> list) throws ASResourceDataServiceException
createFileLinks in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<FileLink> updateFileLinks(java.util.List<FileLink> list) throws ASResourceDataServiceException
updateFileLinks in interface IASResourceDataServiceASResourceDataServiceExceptionpublic FileLink updateFileLink(FileLink filelink) throws ASResourceDataServiceException
IASResourceDataServiceupdateFileLink in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<FileLink> getFileLinksByProperty(java.lang.String propertyName, java.lang.Object value) throws ASResourceDataServiceException
IASResourceDataServicegetFileLinksByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<FileLink> getFileLinksByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
IASResourceDataServicegetFileLinksByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic net.anotheria.anodoc.query2.QueryResult executeQueryOnFileLinks(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASResourceDataServiceException
executeQueryOnFileLinks in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<FileLink> getFileLinksByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) throws ASResourceDataServiceException
getFileLinksByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<FileLink> getFileLinksByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASResourceDataServiceException
getFileLinksByProperty in interface IASResourceDataServiceASResourceDataServiceExceptionpublic int getFileLinksCount()
throws ASResourceDataServiceException
getFileLinksCount in interface IASResourceDataServiceASResourceDataServiceExceptionpublic java.util.List<FileLink> getFileLinks(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException
getFileLinks in interface IASResourceDataServiceASResourceDataServiceExceptionpublic 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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)
throws ASResourceDataServiceException
executeQueryOnAllObjects in interface IASResourceDataServiceASResourceDataServiceExceptionpublic 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.