Class ASResourceDataServiceFixtureImpl
java.lang.Object
net.anotheria.asg.service.AbstractASGService
net.anotheria.asg.service.BaseFixtureService
net.anotheria.anosite.gen.asresourcedata.service.fixture.ASResourceDataServiceFixtureImpl
- All Implemented Interfaces:
net.anotheria.anoprise.metafactory.Service,IASResourceDataService,net.anotheria.asg.service.ASGService,net.anotheria.asg.service.IFixtureService
public class ASResourceDataServiceFixtureImpl
extends net.anotheria.asg.service.BaseFixtureService
implements IASResourceDataService, net.anotheria.asg.service.IFixtureService
-
Method Summary
Modifier and TypeMethodDescriptionvoidcopyMultilingualAttributesInAllImages(String sourceLanguage, String targetLanguage) In all documents of type Image copies all multilingual fields from sourceLanguage to targetLanguage.voidcopyMultilingualAttributesInAllLocalizationBundles(String sourceLanguage, String targetLanguage) In all documents of type LocalizationBundle copies all multilingual fields from sourceLanguage to targetLanguage.voidcopyMultilingualAttributesInAllMailTemplates(String sourceLanguage, String targetLanguage) In all documents of type MailTemplate copies all multilingual fields from sourceLanguage to targetLanguage.voidcopyMultilingualAttributesInAllObjects(String sourceLanguage, 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 servicevoidcopyMultilingualAttributesInAllPdfTemplates(String sourceLanguage, String targetLanguage) In all documents of type PdfTemplate copies all multilingual fields from sourceLanguage to targetLanguage.voidcopyMultilingualAttributesInAllPushNotificationTemplates(String sourceLanguage, String targetLanguage) In all documents of type PushNotificationTemplate copies all multilingual fields from sourceLanguage to targetLanguage.voidcopyMultilingualAttributesInAllTextResources(String sourceLanguage, String targetLanguage) In all documents of type TextResource copies all multilingual fields from sourceLanguage to targetLanguage.createFileLink(FileLink filelink) Creates a new FileLink object.createFileLinks(List<FileLink> list) Creates multiple new FileLink objects.createImage(Image image) Creates a new Image object.createImages(List<Image> list) Creates multiple new Image objects.createLocalizationBundle(LocalizationBundle localizationbundle) Creates a new LocalizationBundle object.Creates multiple new LocalizationBundle objects.createMailTemplate(MailTemplate mailtemplate) Creates a new MailTemplate object.createMailTemplates(List<MailTemplate> list) Creates multiple new MailTemplate objects.createPdfTemplate(PdfTemplate pdftemplate) Creates a new PdfTemplate object.createPdfTemplates(List<PdfTemplate> list) Creates multiple new PdfTemplate objects.createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) Creates a new PushNotificationTemplate object.Creates multiple new PushNotificationTemplate objects.createTextResource(TextResource textresource) Creates a new TextResource object.createTextResources(List<TextResource> list) Creates multiple new TextResource objects.voiddeleteFileLink(String id) Deletes a FileLink object by id.voiddeleteFileLink(FileLink filelink) Deletes a FileLink object.voiddeleteFileLinks(List<FileLink> list) Deletes multiple FileLink objects.voiddeleteImage(String id) Deletes a Image object by id.voiddeleteImage(Image image) Deletes a Image object.voiddeleteImages(List<Image> list) Deletes multiple Image objects.voidDeletes a LocalizationBundle object by id.voiddeleteLocalizationBundle(LocalizationBundle localizationbundle) Deletes a LocalizationBundle object.voidDeletes multiple LocalizationBundle objects.voidDeletes a MailTemplate object by id.voiddeleteMailTemplate(MailTemplate mailtemplate) Deletes a MailTemplate object.voiddeleteMailTemplates(List<MailTemplate> list) Deletes multiple MailTemplate objects.voidDeletes a PdfTemplate object by id.voiddeletePdfTemplate(PdfTemplate pdftemplate) Deletes a PdfTemplate object.voiddeletePdfTemplates(List<PdfTemplate> list) Deletes multiple PdfTemplate objects.voidDeletes a PushNotificationTemplate object by id.voiddeletePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) Deletes a PushNotificationTemplate object.voidDeletes multiple PushNotificationTemplate objects.voidDeletes a TextResource object by id.voiddeleteTextResource(TextResource textresource) Deletes a TextResource object.voiddeleteTextResources(List<TextResource> list) Deletes multiple TextResource objects.voidexecuteParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) Save transferred document by its own type.net.anotheria.anodoc.query2.QueryResultexecuteQueryOnAllObjects(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 servicenet.anotheria.anodoc.query2.QueryResultexecuteQueryOnFileLinks(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on FileLinksnet.anotheria.anodoc.query2.QueryResultexecuteQueryOnImages(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on Imagesnet.anotheria.anodoc.query2.QueryResultexecuteQueryOnLocalizationBundles(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on LocalizationBundlesnet.anotheria.anodoc.query2.QueryResultexecuteQueryOnMailTemplates(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on MailTemplatesnet.anotheria.anodoc.query2.QueryResultexecuteQueryOnPdfTemplates(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on PdfTemplatesnet.anotheria.anodoc.query2.QueryResultexecuteQueryOnPushNotificationTemplates(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on PushNotificationTemplatesnet.anotheria.anodoc.query2.QueryResultexecuteQueryOnTextResources(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on TextResourcesnet.anotheria.util.xml.XMLNodenet.anotheria.util.xml.XMLNodeexportFileLinksToXML(String[] languages) net.anotheria.util.xml.XMLNodeexportFileLinksToXML(String[] languages, List<FileLink> list) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportFileLinksToXML(List<FileLink> list) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodenet.anotheria.util.xml.XMLNodeexportImagesToXML(String[] languages) net.anotheria.util.xml.XMLNodeexportImagesToXML(String[] languages, List<Image> list) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportImagesToXML(List<Image> list) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodenet.anotheria.util.xml.XMLNodeexportLocalizationBundlesToXML(String[] languages) net.anotheria.util.xml.XMLNodeexportLocalizationBundlesToXML(String[] languages, List<LocalizationBundle> list) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeCreates an xml element with selected contained data.net.anotheria.util.xml.XMLNodenet.anotheria.util.xml.XMLNodeexportMailTemplatesToXML(String[] languages) net.anotheria.util.xml.XMLNodeexportMailTemplatesToXML(String[] languages, List<MailTemplate> list) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeCreates an xml element with selected contained data.net.anotheria.util.xml.XMLNodenet.anotheria.util.xml.XMLNodeexportPdfTemplatesToXML(String[] languages) net.anotheria.util.xml.XMLNodeexportPdfTemplatesToXML(String[] languages, List<PdfTemplate> list) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeCreates an xml element with selected contained data.net.anotheria.util.xml.XMLNodenet.anotheria.util.xml.XMLNodeexportPushNotificationTemplatesToXML(String[] languages) net.anotheria.util.xml.XMLNodeexportPushNotificationTemplatesToXML(String[] languages, List<PushNotificationTemplate> list) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeCreates an xml element with selected contained data.net.anotheria.util.xml.XMLNodenet.anotheria.util.xml.XMLNodeexportTextResourcesToXML(String[] languages) net.anotheria.util.xml.XMLNodeexportTextResourcesToXML(String[] languages, List<TextResource> list) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeCreates an xml element with selected contained data.net.anotheria.util.xml.XMLNodecreates an xml element with all contained data.net.anotheria.util.xml.XMLNodeexportToXML(String[] languages) creates an xml element with all contained data but only selected languages in multilingual attributes.voidfetchFileLink(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this FileLink document.voidfetchImage(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this Image document.voidfetchLocalizationBundle(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this LocalizationBundle document.voidfetchMailTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this MailTemplate document.voidfetchPdfTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this PdfTemplate document.voidfetchPushNotificationTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this PushNotificationTemplate document.voidfetchTextResource(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this TextResource document.getFileLink(String id) Returns the FileLink object with the specified id.Returns all FileLinks objects stored.getFileLinks(net.anotheria.util.slicer.Segment aSegment) Returns FileLink objects segment.getFileLinks(net.anotheria.util.sorter.SortType sortType) Returns all FileLinks objects sorted by given sortType.getFileLinksByProperty(String propertyName, Object value) Returns all FileLink objects, where property with given name equals object.getFileLinksByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all FileLink objects, where property with given name equals object, sorted.getFileLinksByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) Returns all FileLink objects, where property matches.getFileLinksByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns FileLink objects segment, where property matched.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.getFileLinksByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all FileLink objects, where property matches, sortedintReturns FileLink objects count.Returns the Image object with the specified id.Returns all Images objects stored.getImages(net.anotheria.util.slicer.Segment aSegment) Returns Image objects segment.getImages(net.anotheria.util.sorter.SortType sortType) Returns all Images objects sorted by given sortType.getImagesByProperty(String propertyName, Object value) Returns all Image objects, where property with given name equals object.getImagesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all Image objects, where property with given name equals object, sorted.getImagesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) Returns all Image objects, where property matches.getImagesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns Image objects segment, where property matched.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.getImagesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Image objects, where property matches, sortedintReturns Image objects count.Returns the LocalizationBundle object with the specified id.Returns all LocalizationBundles objects stored.getLocalizationBundles(net.anotheria.util.slicer.Segment aSegment) Returns LocalizationBundle objects segment.getLocalizationBundles(net.anotheria.util.sorter.SortType sortType) Returns all LocalizationBundles objects sorted by given sortType.getLocalizationBundlesByProperty(String propertyName, Object value) Returns all LocalizationBundle objects, where property with given name equals object.getLocalizationBundlesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all LocalizationBundle objects, where property with given name equals object, sorted.getLocalizationBundlesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) Returns all LocalizationBundle objects, where property matches.getLocalizationBundlesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns LocalizationBundle objects segment, where property matched.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.getLocalizationBundlesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all LocalizationBundle objects, where property matches, sortedintReturns LocalizationBundle objects count.Returns the MailTemplate object with the specified id.Returns all MailTemplates objects stored.getMailTemplates(net.anotheria.util.slicer.Segment aSegment) Returns MailTemplate objects segment.getMailTemplates(net.anotheria.util.sorter.SortType sortType) Returns all MailTemplates objects sorted by given sortType.getMailTemplatesByProperty(String propertyName, Object value) Returns all MailTemplate objects, where property with given name equals object.getMailTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all MailTemplate objects, where property with given name equals object, sorted.getMailTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) Returns all MailTemplate objects, where property matches.getMailTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns MailTemplate objects segment, where property matched.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.getMailTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all MailTemplate objects, where property matches, sortedintReturns MailTemplate objects count.getPdfTemplate(String id) Returns the PdfTemplate object with the specified id.Returns all PdfTemplates objects stored.getPdfTemplates(net.anotheria.util.slicer.Segment aSegment) Returns PdfTemplate objects segment.getPdfTemplates(net.anotheria.util.sorter.SortType sortType) Returns all PdfTemplates objects sorted by given sortType.getPdfTemplatesByProperty(String propertyName, Object value) Returns all PdfTemplate objects, where property with given name equals object.getPdfTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all PdfTemplate objects, where property with given name equals object, sorted.getPdfTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) Returns all PdfTemplate objects, where property matches.getPdfTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns PdfTemplate objects segment, where property matched.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.getPdfTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all PdfTemplate objects, where property matches, sortedintReturns PdfTemplate objects count.Returns the PushNotificationTemplate object with the specified id.Returns all PushNotificationTemplates objects stored.getPushNotificationTemplates(net.anotheria.util.slicer.Segment aSegment) Returns PushNotificationTemplate objects segment.getPushNotificationTemplates(net.anotheria.util.sorter.SortType sortType) Returns all PushNotificationTemplates objects sorted by given sortType.getPushNotificationTemplatesByProperty(String propertyName, Object value) Returns all PushNotificationTemplate objects, where property with given name equals object.getPushNotificationTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all PushNotificationTemplate objects, where property with given name equals object, sorted.getPushNotificationTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) Returns all PushNotificationTemplate objects, where property matches.getPushNotificationTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns PushNotificationTemplate objects segment, where property matched.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.getPushNotificationTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all PushNotificationTemplate objects, where property matches, sortedintReturns PushNotificationTemplate objects count.Returns the TextResource object with the specified id.Returns all TextResources objects stored.getTextResources(net.anotheria.util.slicer.Segment aSegment) Returns TextResource objects segment.getTextResources(net.anotheria.util.sorter.SortType sortType) Returns all TextResources objects sorted by given sortType.getTextResourcesByProperty(String propertyName, Object value) Returns all TextResource objects, where property with given name equals object.getTextResourcesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all TextResource objects, where property with given name equals object, sorted.getTextResourcesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) Returns all TextResource objects, where property matches.getTextResourcesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns TextResource objects segment, where property matched.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.getTextResourcesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all TextResource objects, where property matches, sortedintReturns TextResource objects count.importFileLink(FileLink filelink) Imports a new FileLink object.importFileLinks(List<FileLink> list) Imports multiple new FileLink object.importImage(Image image) Imports a new Image object.importImages(List<Image> list) Imports multiple new Image object.importLocalizationBundle(LocalizationBundle localizationbundle) Imports a new LocalizationBundle object.Imports multiple new LocalizationBundle object.importMailTemplate(MailTemplate mailtemplate) Imports a new MailTemplate object.importMailTemplates(List<MailTemplate> list) Imports multiple new MailTemplate object.importPdfTemplate(PdfTemplate pdftemplate) Imports a new PdfTemplate object.importPdfTemplates(List<PdfTemplate> list) Imports multiple new PdfTemplate object.importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) Imports a new PushNotificationTemplate object.Imports multiple new PushNotificationTemplate object.importTextResource(TextResource textresource) Imports a new TextResource object.importTextResources(List<TextResource> list) Imports multiple new TextResource object.voidreset()updateFileLink(FileLink filelink) Updates a FileLink object.updateFileLinks(List<FileLink> list) Updates multiple new FileLink objects.updateImage(Image image) Updates a Image object.updateImages(List<Image> list) Updates multiple new Image objects.updateLocalizationBundle(LocalizationBundle localizationbundle) Updates a LocalizationBundle object.Updates multiple new LocalizationBundle objects.updateMailTemplate(MailTemplate mailtemplate) Updates a MailTemplate object.updateMailTemplates(List<MailTemplate> list) Updates multiple new MailTemplate objects.updatePdfTemplate(PdfTemplate pdftemplate) Updates a PdfTemplate object.updatePdfTemplates(List<PdfTemplate> list) Updates multiple new PdfTemplate objects.updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) Updates a PushNotificationTemplate object.Updates multiple new PushNotificationTemplate objects.updateTextResource(TextResource textresource) Updates a TextResource object.updateTextResources(List<TextResource> list) Updates multiple new TextResource objects.Methods inherited from class net.anotheria.asg.service.BaseFixtureService
setUp, tearDownMethods inherited from class net.anotheria.asg.service.AbstractASGService
addServiceListener, fireObjectCreatedEvent, fireObjectDeletedEvent, fireObjectImportedEvent, fireObjectUpdatedEvent, firePersistenceChangedEvent, hasServiceListeners, removeServiceListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.anotheria.asg.service.ASGService
addServiceListener, hasServiceListeners, removeServiceListenerMethods inherited from interface net.anotheria.asg.service.IFixtureService
setUp, tearDown
-
Method Details
-
reset
public void reset()- Specified by:
resetin interfacenet.anotheria.asg.service.IFixtureService
-
getTextResources
Description copied from interface:IASResourceDataServiceReturns all TextResources objects stored.- Specified by:
getTextResourcesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getTextResources
public List<TextResource> getTextResources(net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceReturns all TextResources objects sorted by given sortType.- Specified by:
getTextResourcesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteTextResource
Description copied from interface:IASResourceDataServiceDeletes a TextResource object.- Specified by:
deleteTextResourcein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteTextResource
Description copied from interface:IASResourceDataServiceDeletes a TextResource object by id.- Specified by:
deleteTextResourcein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteTextResources
Deletes multiple TextResource objects.- Specified by:
deleteTextResourcesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getTextResource
Description copied from interface:IASResourceDataServiceReturns the TextResource object with the specified id.- Specified by:
getTextResourcein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
importTextResource
public TextResource importTextResource(TextResource textresource) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceImports a new TextResource object. Returns the created version.- Specified by:
importTextResourcein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
importTextResources
public List<TextResource> importTextResources(List<TextResource> list) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceImports multiple new TextResource object. Returns the created versions.- Specified by:
importTextResourcesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createTextResource
public TextResource createTextResource(TextResource textresource) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceCreates a new TextResource object. Returns the created version.- Specified by:
createTextResourcein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createTextResources
public List<TextResource> createTextResources(List<TextResource> list) throws ASResourceDataServiceException Creates multiple new TextResource objects. Returns the created versions.- Specified by:
createTextResourcesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateTextResources
public List<TextResource> updateTextResources(List<TextResource> list) throws ASResourceDataServiceException Updates multiple new TextResource objects. Returns the updated versions.- Specified by:
updateTextResourcesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateTextResource
public TextResource updateTextResource(TextResource textresource) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceUpdates a TextResource object. Returns the updated version.- Specified by:
updateTextResourcein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getTextResourcesByProperty
public List<TextResource> getTextResourcesByProperty(String propertyName, Object value) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceReturns all TextResource objects, where property with given name equals object.- Specified by:
getTextResourcesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getTextResourcesByProperty
public List<TextResource> getTextResourcesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceReturns all TextResource objects, where property with given name equals object, sorted.- Specified by:
getTextResourcesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
executeQueryOnTextResources
public net.anotheria.anodoc.query2.QueryResult executeQueryOnTextResources(net.anotheria.anodoc.query2.DocumentQuery query) throws ASResourceDataServiceException Executes a query on TextResources- Specified by:
executeQueryOnTextResourcesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getTextResourcesByProperty
public List<TextResource> getTextResourcesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) throws ASResourceDataServiceException Returns all TextResource objects, where property matches.- Specified by:
getTextResourcesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getTextResourcesByProperty
public List<TextResource> getTextResourcesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASResourceDataServiceException Returns all TextResource objects, where property matches, sorted- Specified by:
getTextResourcesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getTextResourcesCount
Returns TextResource objects count.- Specified by:
getTextResourcesCountin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getTextResources
public List<TextResource> getTextResources(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException Returns TextResource objects segment.- Specified by:
getTextResourcesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getTextResourcesByProperty
public List<TextResource> getTextResourcesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns TextResource objects segment, where property matched.- Specified by:
getTextResourcesByPropertyin interfaceIASResourceDataService
-
getTextResourcesByProperty
public 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.- Specified by:
getTextResourcesByPropertyin interfaceIASResourceDataService
-
getLocalizationBundles
Description copied from interface:IASResourceDataServiceReturns all LocalizationBundles objects stored.- Specified by:
getLocalizationBundlesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getLocalizationBundles
public List<LocalizationBundle> getLocalizationBundles(net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceReturns all LocalizationBundles objects sorted by given sortType.- Specified by:
getLocalizationBundlesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteLocalizationBundle
public void deleteLocalizationBundle(LocalizationBundle localizationbundle) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceDeletes a LocalizationBundle object.- Specified by:
deleteLocalizationBundlein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteLocalizationBundle
Description copied from interface:IASResourceDataServiceDeletes a LocalizationBundle object by id.- Specified by:
deleteLocalizationBundlein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteLocalizationBundles
public void deleteLocalizationBundles(List<LocalizationBundle> list) throws ASResourceDataServiceException Deletes multiple LocalizationBundle objects.- Specified by:
deleteLocalizationBundlesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getLocalizationBundle
Description copied from interface:IASResourceDataServiceReturns the LocalizationBundle object with the specified id.- Specified by:
getLocalizationBundlein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
importLocalizationBundle
public LocalizationBundle importLocalizationBundle(LocalizationBundle localizationbundle) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceImports a new LocalizationBundle object. Returns the created version.- Specified by:
importLocalizationBundlein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
importLocalizationBundles
public List<LocalizationBundle> importLocalizationBundles(List<LocalizationBundle> list) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceImports multiple new LocalizationBundle object. Returns the created versions.- Specified by:
importLocalizationBundlesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createLocalizationBundle
public LocalizationBundle createLocalizationBundle(LocalizationBundle localizationbundle) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceCreates a new LocalizationBundle object. Returns the created version.- Specified by:
createLocalizationBundlein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createLocalizationBundles
public List<LocalizationBundle> createLocalizationBundles(List<LocalizationBundle> list) throws ASResourceDataServiceException Creates multiple new LocalizationBundle objects. Returns the created versions.- Specified by:
createLocalizationBundlesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateLocalizationBundles
public List<LocalizationBundle> updateLocalizationBundles(List<LocalizationBundle> list) throws ASResourceDataServiceException Updates multiple new LocalizationBundle objects. Returns the updated versions.- Specified by:
updateLocalizationBundlesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateLocalizationBundle
public LocalizationBundle updateLocalizationBundle(LocalizationBundle localizationbundle) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceUpdates a LocalizationBundle object. Returns the updated version.- Specified by:
updateLocalizationBundlein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getLocalizationBundlesByProperty
public List<LocalizationBundle> getLocalizationBundlesByProperty(String propertyName, Object value) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceReturns all LocalizationBundle objects, where property with given name equals object.- Specified by:
getLocalizationBundlesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getLocalizationBundlesByProperty
public List<LocalizationBundle> getLocalizationBundlesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceReturns all LocalizationBundle objects, where property with given name equals object, sorted.- Specified by:
getLocalizationBundlesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
executeQueryOnLocalizationBundles
public net.anotheria.anodoc.query2.QueryResult executeQueryOnLocalizationBundles(net.anotheria.anodoc.query2.DocumentQuery query) throws ASResourceDataServiceException Executes a query on LocalizationBundles- Specified by:
executeQueryOnLocalizationBundlesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getLocalizationBundlesByProperty
public List<LocalizationBundle> getLocalizationBundlesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) throws ASResourceDataServiceException Returns all LocalizationBundle objects, where property matches.- Specified by:
getLocalizationBundlesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getLocalizationBundlesByProperty
public List<LocalizationBundle> getLocalizationBundlesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASResourceDataServiceException Returns all LocalizationBundle objects, where property matches, sorted- Specified by:
getLocalizationBundlesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getLocalizationBundlesCount
Returns LocalizationBundle objects count.- Specified by:
getLocalizationBundlesCountin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getLocalizationBundles
public List<LocalizationBundle> getLocalizationBundles(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException Returns LocalizationBundle objects segment.- Specified by:
getLocalizationBundlesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getLocalizationBundlesByProperty
public List<LocalizationBundle> getLocalizationBundlesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns LocalizationBundle objects segment, where property matched.- Specified by:
getLocalizationBundlesByPropertyin interfaceIASResourceDataService
-
getLocalizationBundlesByProperty
public 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.- Specified by:
getLocalizationBundlesByPropertyin interfaceIASResourceDataService
-
getMailTemplates
Description copied from interface:IASResourceDataServiceReturns all MailTemplates objects stored.- Specified by:
getMailTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getMailTemplates
public List<MailTemplate> getMailTemplates(net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceReturns all MailTemplates objects sorted by given sortType.- Specified by:
getMailTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteMailTemplate
Description copied from interface:IASResourceDataServiceDeletes a MailTemplate object.- Specified by:
deleteMailTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteMailTemplate
Description copied from interface:IASResourceDataServiceDeletes a MailTemplate object by id.- Specified by:
deleteMailTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteMailTemplates
Deletes multiple MailTemplate objects.- Specified by:
deleteMailTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getMailTemplate
Description copied from interface:IASResourceDataServiceReturns the MailTemplate object with the specified id.- Specified by:
getMailTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
importMailTemplate
public MailTemplate importMailTemplate(MailTemplate mailtemplate) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceImports a new MailTemplate object. Returns the created version.- Specified by:
importMailTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
importMailTemplates
public List<MailTemplate> importMailTemplates(List<MailTemplate> list) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceImports multiple new MailTemplate object. Returns the created versions.- Specified by:
importMailTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createMailTemplate
public MailTemplate createMailTemplate(MailTemplate mailtemplate) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceCreates a new MailTemplate object. Returns the created version.- Specified by:
createMailTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createMailTemplates
public List<MailTemplate> createMailTemplates(List<MailTemplate> list) throws ASResourceDataServiceException Creates multiple new MailTemplate objects. Returns the created versions.- Specified by:
createMailTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateMailTemplates
public List<MailTemplate> updateMailTemplates(List<MailTemplate> list) throws ASResourceDataServiceException Updates multiple new MailTemplate objects. Returns the updated versions.- Specified by:
updateMailTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateMailTemplate
public MailTemplate updateMailTemplate(MailTemplate mailtemplate) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceUpdates a MailTemplate object. Returns the updated version.- Specified by:
updateMailTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getMailTemplatesByProperty
public List<MailTemplate> getMailTemplatesByProperty(String propertyName, Object value) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceReturns all MailTemplate objects, where property with given name equals object.- Specified by:
getMailTemplatesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getMailTemplatesByProperty
public List<MailTemplate> getMailTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceReturns all MailTemplate objects, where property with given name equals object, sorted.- Specified by:
getMailTemplatesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
executeQueryOnMailTemplates
public net.anotheria.anodoc.query2.QueryResult executeQueryOnMailTemplates(net.anotheria.anodoc.query2.DocumentQuery query) throws ASResourceDataServiceException Executes a query on MailTemplates- Specified by:
executeQueryOnMailTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getMailTemplatesByProperty
public List<MailTemplate> getMailTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) throws ASResourceDataServiceException Returns all MailTemplate objects, where property matches.- Specified by:
getMailTemplatesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getMailTemplatesByProperty
public List<MailTemplate> getMailTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASResourceDataServiceException Returns all MailTemplate objects, where property matches, sorted- Specified by:
getMailTemplatesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getMailTemplatesCount
Returns MailTemplate objects count.- Specified by:
getMailTemplatesCountin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getMailTemplates
public List<MailTemplate> getMailTemplates(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException Returns MailTemplate objects segment.- Specified by:
getMailTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getMailTemplatesByProperty
public List<MailTemplate> getMailTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns MailTemplate objects segment, where property matched.- Specified by:
getMailTemplatesByPropertyin interfaceIASResourceDataService
-
getMailTemplatesByProperty
public 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.- Specified by:
getMailTemplatesByPropertyin interfaceIASResourceDataService
-
getPdfTemplates
Description copied from interface:IASResourceDataServiceReturns all PdfTemplates objects stored.- Specified by:
getPdfTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPdfTemplates
public List<PdfTemplate> getPdfTemplates(net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceReturns all PdfTemplates objects sorted by given sortType.- Specified by:
getPdfTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deletePdfTemplate
Description copied from interface:IASResourceDataServiceDeletes a PdfTemplate object.- Specified by:
deletePdfTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deletePdfTemplate
Description copied from interface:IASResourceDataServiceDeletes a PdfTemplate object by id.- Specified by:
deletePdfTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deletePdfTemplates
Deletes multiple PdfTemplate objects.- Specified by:
deletePdfTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPdfTemplate
Description copied from interface:IASResourceDataServiceReturns the PdfTemplate object with the specified id.- Specified by:
getPdfTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
importPdfTemplate
Description copied from interface:IASResourceDataServiceImports a new PdfTemplate object. Returns the created version.- Specified by:
importPdfTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
importPdfTemplates
public List<PdfTemplate> importPdfTemplates(List<PdfTemplate> list) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceImports multiple new PdfTemplate object. Returns the created versions.- Specified by:
importPdfTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createPdfTemplate
Description copied from interface:IASResourceDataServiceCreates a new PdfTemplate object. Returns the created version.- Specified by:
createPdfTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createPdfTemplates
public List<PdfTemplate> createPdfTemplates(List<PdfTemplate> list) throws ASResourceDataServiceException Creates multiple new PdfTemplate objects. Returns the created versions.- Specified by:
createPdfTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updatePdfTemplates
public List<PdfTemplate> updatePdfTemplates(List<PdfTemplate> list) throws ASResourceDataServiceException Updates multiple new PdfTemplate objects. Returns the updated versions.- Specified by:
updatePdfTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updatePdfTemplate
Description copied from interface:IASResourceDataServiceUpdates a PdfTemplate object. Returns the updated version.- Specified by:
updatePdfTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPdfTemplatesByProperty
public List<PdfTemplate> getPdfTemplatesByProperty(String propertyName, Object value) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceReturns all PdfTemplate objects, where property with given name equals object.- Specified by:
getPdfTemplatesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPdfTemplatesByProperty
public List<PdfTemplate> getPdfTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceReturns all PdfTemplate objects, where property with given name equals object, sorted.- Specified by:
getPdfTemplatesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
executeQueryOnPdfTemplates
public net.anotheria.anodoc.query2.QueryResult executeQueryOnPdfTemplates(net.anotheria.anodoc.query2.DocumentQuery query) throws ASResourceDataServiceException Executes a query on PdfTemplates- Specified by:
executeQueryOnPdfTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPdfTemplatesByProperty
public List<PdfTemplate> getPdfTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) throws ASResourceDataServiceException Returns all PdfTemplate objects, where property matches.- Specified by:
getPdfTemplatesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPdfTemplatesByProperty
public List<PdfTemplate> getPdfTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASResourceDataServiceException Returns all PdfTemplate objects, where property matches, sorted- Specified by:
getPdfTemplatesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPdfTemplatesCount
Returns PdfTemplate objects count.- Specified by:
getPdfTemplatesCountin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPdfTemplates
public List<PdfTemplate> getPdfTemplates(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException Returns PdfTemplate objects segment.- Specified by:
getPdfTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPdfTemplatesByProperty
public List<PdfTemplate> getPdfTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns PdfTemplate objects segment, where property matched.- Specified by:
getPdfTemplatesByPropertyin interfaceIASResourceDataService
-
getPdfTemplatesByProperty
public 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.- Specified by:
getPdfTemplatesByPropertyin interfaceIASResourceDataService
-
getPushNotificationTemplates
public List<PushNotificationTemplate> getPushNotificationTemplates() throws ASResourceDataServiceExceptionDescription copied from interface:IASResourceDataServiceReturns all PushNotificationTemplates objects stored.- Specified by:
getPushNotificationTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPushNotificationTemplates
public List<PushNotificationTemplate> getPushNotificationTemplates(net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceReturns all PushNotificationTemplates objects sorted by given sortType.- Specified by:
getPushNotificationTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deletePushNotificationTemplate
public void deletePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceDeletes a PushNotificationTemplate object.- Specified by:
deletePushNotificationTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deletePushNotificationTemplate
Description copied from interface:IASResourceDataServiceDeletes a PushNotificationTemplate object by id.- Specified by:
deletePushNotificationTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deletePushNotificationTemplates
public void deletePushNotificationTemplates(List<PushNotificationTemplate> list) throws ASResourceDataServiceException Deletes multiple PushNotificationTemplate objects.- Specified by:
deletePushNotificationTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPushNotificationTemplate
public PushNotificationTemplate getPushNotificationTemplate(String id) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceReturns the PushNotificationTemplate object with the specified id.- Specified by:
getPushNotificationTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
importPushNotificationTemplate
public PushNotificationTemplate importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceImports a new PushNotificationTemplate object. Returns the created version.- Specified by:
importPushNotificationTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
importPushNotificationTemplates
public List<PushNotificationTemplate> importPushNotificationTemplates(List<PushNotificationTemplate> list) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceImports multiple new PushNotificationTemplate object. Returns the created versions.- Specified by:
importPushNotificationTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createPushNotificationTemplate
public PushNotificationTemplate createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceCreates a new PushNotificationTemplate object. Returns the created version.- Specified by:
createPushNotificationTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createPushNotificationTemplates
public List<PushNotificationTemplate> createPushNotificationTemplates(List<PushNotificationTemplate> list) throws ASResourceDataServiceException Creates multiple new PushNotificationTemplate objects. Returns the created versions.- Specified by:
createPushNotificationTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updatePushNotificationTemplates
public List<PushNotificationTemplate> updatePushNotificationTemplates(List<PushNotificationTemplate> list) throws ASResourceDataServiceException Updates multiple new PushNotificationTemplate objects. Returns the updated versions.- Specified by:
updatePushNotificationTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updatePushNotificationTemplate
public PushNotificationTemplate updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceUpdates a PushNotificationTemplate object. Returns the updated version.- Specified by:
updatePushNotificationTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPushNotificationTemplatesByProperty
public List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(String propertyName, Object value) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceReturns all PushNotificationTemplate objects, where property with given name equals object.- Specified by:
getPushNotificationTemplatesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPushNotificationTemplatesByProperty
public List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceReturns all PushNotificationTemplate objects, where property with given name equals object, sorted.- Specified by:
getPushNotificationTemplatesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
executeQueryOnPushNotificationTemplates
public net.anotheria.anodoc.query2.QueryResult executeQueryOnPushNotificationTemplates(net.anotheria.anodoc.query2.DocumentQuery query) throws ASResourceDataServiceException Executes a query on PushNotificationTemplates- Specified by:
executeQueryOnPushNotificationTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPushNotificationTemplatesByProperty
public List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) throws ASResourceDataServiceException Returns all PushNotificationTemplate objects, where property matches.- Specified by:
getPushNotificationTemplatesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPushNotificationTemplatesByProperty
public List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASResourceDataServiceException Returns all PushNotificationTemplate objects, where property matches, sorted- Specified by:
getPushNotificationTemplatesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPushNotificationTemplatesCount
Returns PushNotificationTemplate objects count.- Specified by:
getPushNotificationTemplatesCountin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPushNotificationTemplates
public List<PushNotificationTemplate> getPushNotificationTemplates(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException Returns PushNotificationTemplate objects segment.- Specified by:
getPushNotificationTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPushNotificationTemplatesByProperty
public List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns PushNotificationTemplate objects segment, where property matched.- Specified by:
getPushNotificationTemplatesByPropertyin interfaceIASResourceDataService
-
getPushNotificationTemplatesByProperty
public 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.- Specified by:
getPushNotificationTemplatesByPropertyin interfaceIASResourceDataService
-
getImages
Description copied from interface:IASResourceDataServiceReturns all Images objects stored.- Specified by:
getImagesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getImages
public List<Image> getImages(net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceReturns all Images objects sorted by given sortType.- Specified by:
getImagesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteImage
Description copied from interface:IASResourceDataServiceDeletes a Image object.- Specified by:
deleteImagein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteImage
Description copied from interface:IASResourceDataServiceDeletes a Image object by id.- Specified by:
deleteImagein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteImages
Deletes multiple Image objects.- Specified by:
deleteImagesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getImage
Description copied from interface:IASResourceDataServiceReturns the Image object with the specified id.- Specified by:
getImagein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
importImage
Description copied from interface:IASResourceDataServiceImports a new Image object. Returns the created version.- Specified by:
importImagein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
importImages
Description copied from interface:IASResourceDataServiceImports multiple new Image object. Returns the created versions.- Specified by:
importImagesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createImage
Description copied from interface:IASResourceDataServiceCreates a new Image object. Returns the created version.- Specified by:
createImagein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createImages
Creates multiple new Image objects. Returns the created versions.- Specified by:
createImagesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateImages
Updates multiple new Image objects. Returns the updated versions.- Specified by:
updateImagesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateImage
Description copied from interface:IASResourceDataServiceUpdates a Image object. Returns the updated version.- Specified by:
updateImagein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getImagesByProperty
public List<Image> getImagesByProperty(String propertyName, Object value) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceReturns all Image objects, where property with given name equals object.- Specified by:
getImagesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getImagesByProperty
public List<Image> getImagesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceReturns all Image objects, where property with given name equals object, sorted.- Specified by:
getImagesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
executeQueryOnImages
public net.anotheria.anodoc.query2.QueryResult executeQueryOnImages(net.anotheria.anodoc.query2.DocumentQuery query) throws ASResourceDataServiceException Executes a query on Images- Specified by:
executeQueryOnImagesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getImagesByProperty
public List<Image> getImagesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) throws ASResourceDataServiceException Returns all Image objects, where property matches.- Specified by:
getImagesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getImagesByProperty
public List<Image> getImagesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASResourceDataServiceException Returns all Image objects, where property matches, sorted- Specified by:
getImagesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getImagesCount
Returns Image objects count.- Specified by:
getImagesCountin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getImages
public List<Image> getImages(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException Returns Image objects segment.- Specified by:
getImagesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getImagesByProperty
public List<Image> getImagesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns Image objects segment, where property matched.- Specified by:
getImagesByPropertyin interfaceIASResourceDataService
-
getImagesByProperty
public 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.- Specified by:
getImagesByPropertyin interfaceIASResourceDataService
-
getFileLinks
Description copied from interface:IASResourceDataServiceReturns all FileLinks objects stored.- Specified by:
getFileLinksin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getFileLinks
public List<FileLink> getFileLinks(net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceReturns all FileLinks objects sorted by given sortType.- Specified by:
getFileLinksin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteFileLink
Description copied from interface:IASResourceDataServiceDeletes a FileLink object.- Specified by:
deleteFileLinkin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteFileLink
Description copied from interface:IASResourceDataServiceDeletes a FileLink object by id.- Specified by:
deleteFileLinkin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteFileLinks
Deletes multiple FileLink objects.- Specified by:
deleteFileLinksin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getFileLink
Description copied from interface:IASResourceDataServiceReturns the FileLink object with the specified id.- Specified by:
getFileLinkin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
importFileLink
Description copied from interface:IASResourceDataServiceImports a new FileLink object. Returns the created version.- Specified by:
importFileLinkin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
importFileLinks
Description copied from interface:IASResourceDataServiceImports multiple new FileLink object. Returns the created versions.- Specified by:
importFileLinksin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createFileLink
Description copied from interface:IASResourceDataServiceCreates a new FileLink object. Returns the created version.- Specified by:
createFileLinkin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createFileLinks
Creates multiple new FileLink objects. Returns the created versions.- Specified by:
createFileLinksin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateFileLinks
Updates multiple new FileLink objects. Returns the updated versions.- Specified by:
updateFileLinksin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateFileLink
Description copied from interface:IASResourceDataServiceUpdates a FileLink object. Returns the updated version.- Specified by:
updateFileLinkin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getFileLinksByProperty
public List<FileLink> getFileLinksByProperty(String propertyName, Object value) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceReturns all FileLink objects, where property with given name equals object.- Specified by:
getFileLinksByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getFileLinksByProperty
public List<FileLink> getFileLinksByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceReturns all FileLink objects, where property with given name equals object, sorted.- Specified by:
getFileLinksByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
executeQueryOnFileLinks
public net.anotheria.anodoc.query2.QueryResult executeQueryOnFileLinks(net.anotheria.anodoc.query2.DocumentQuery query) throws ASResourceDataServiceException Executes a query on FileLinks- Specified by:
executeQueryOnFileLinksin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getFileLinksByProperty
public List<FileLink> getFileLinksByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) throws ASResourceDataServiceException Returns all FileLink objects, where property matches.- Specified by:
getFileLinksByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getFileLinksByProperty
public List<FileLink> getFileLinksByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASResourceDataServiceException Returns all FileLink objects, where property matches, sorted- Specified by:
getFileLinksByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getFileLinksCount
Returns FileLink objects count.- Specified by:
getFileLinksCountin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getFileLinks
public List<FileLink> getFileLinks(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException Returns FileLink objects segment.- Specified by:
getFileLinksin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getFileLinksByProperty
public List<FileLink> getFileLinksByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns FileLink objects segment, where property matched.- Specified by:
getFileLinksByPropertyin interfaceIASResourceDataService
-
getFileLinksByProperty
public 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.- Specified by:
getFileLinksByPropertyin interfaceIASResourceDataService
-
exportTextResourcesToXML
public net.anotheria.util.xml.XMLNode exportTextResourcesToXML() -
exportTextResourcesToXML
Description copied from interface:IASResourceDataServiceCreates an xml element with selected contained data.- Specified by:
exportTextResourcesToXMLin interfaceIASResourceDataService
-
exportTextResourcesToXML
-
exportTextResourcesToXML
public net.anotheria.util.xml.XMLNode exportTextResourcesToXML(String[] languages, List<TextResource> list) Description copied from interface:IASResourceDataServicecreates an xml element with selected contained data but only selected languages in multilingual attributes- Specified by:
exportTextResourcesToXMLin interfaceIASResourceDataService
-
fetchTextResource
public void fetchTextResource(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceCreate json object list dependencies for this TextResource document.- Specified by:
fetchTextResourcein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
copyMultilingualAttributesInAllTextResources
public void copyMultilingualAttributesInAllTextResources(String sourceLanguage, String targetLanguage) Description copied from interface:IASResourceDataServiceIn all documents of type TextResource copies all multilingual fields from sourceLanguage to targetLanguage.- Specified by:
copyMultilingualAttributesInAllTextResourcesin interfaceIASResourceDataService
-
exportLocalizationBundlesToXML
public net.anotheria.util.xml.XMLNode exportLocalizationBundlesToXML() -
exportLocalizationBundlesToXML
Description copied from interface:IASResourceDataServiceCreates an xml element with selected contained data.- Specified by:
exportLocalizationBundlesToXMLin interfaceIASResourceDataService
-
exportLocalizationBundlesToXML
-
exportLocalizationBundlesToXML
public net.anotheria.util.xml.XMLNode exportLocalizationBundlesToXML(String[] languages, List<LocalizationBundle> list) Description copied from interface:IASResourceDataServicecreates an xml element with selected contained data but only selected languages in multilingual attributes- Specified by:
exportLocalizationBundlesToXMLin interfaceIASResourceDataService
-
fetchLocalizationBundle
public void fetchLocalizationBundle(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceCreate json object list dependencies for this LocalizationBundle document.- Specified by:
fetchLocalizationBundlein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
copyMultilingualAttributesInAllLocalizationBundles
public void copyMultilingualAttributesInAllLocalizationBundles(String sourceLanguage, String targetLanguage) Description copied from interface:IASResourceDataServiceIn all documents of type LocalizationBundle copies all multilingual fields from sourceLanguage to targetLanguage.- Specified by:
copyMultilingualAttributesInAllLocalizationBundlesin interfaceIASResourceDataService
-
exportMailTemplatesToXML
public net.anotheria.util.xml.XMLNode exportMailTemplatesToXML() -
exportMailTemplatesToXML
Description copied from interface:IASResourceDataServiceCreates an xml element with selected contained data.- Specified by:
exportMailTemplatesToXMLin interfaceIASResourceDataService
-
exportMailTemplatesToXML
-
exportMailTemplatesToXML
public net.anotheria.util.xml.XMLNode exportMailTemplatesToXML(String[] languages, List<MailTemplate> list) Description copied from interface:IASResourceDataServicecreates an xml element with selected contained data but only selected languages in multilingual attributes- Specified by:
exportMailTemplatesToXMLin interfaceIASResourceDataService
-
fetchMailTemplate
public void fetchMailTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceCreate json object list dependencies for this MailTemplate document.- Specified by:
fetchMailTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
copyMultilingualAttributesInAllMailTemplates
public void copyMultilingualAttributesInAllMailTemplates(String sourceLanguage, String targetLanguage) Description copied from interface:IASResourceDataServiceIn all documents of type MailTemplate copies all multilingual fields from sourceLanguage to targetLanguage.- Specified by:
copyMultilingualAttributesInAllMailTemplatesin interfaceIASResourceDataService
-
exportPdfTemplatesToXML
public net.anotheria.util.xml.XMLNode exportPdfTemplatesToXML() -
exportPdfTemplatesToXML
Description copied from interface:IASResourceDataServiceCreates an xml element with selected contained data.- Specified by:
exportPdfTemplatesToXMLin interfaceIASResourceDataService
-
exportPdfTemplatesToXML
-
exportPdfTemplatesToXML
public net.anotheria.util.xml.XMLNode exportPdfTemplatesToXML(String[] languages, List<PdfTemplate> list) Description copied from interface:IASResourceDataServicecreates an xml element with selected contained data but only selected languages in multilingual attributes- Specified by:
exportPdfTemplatesToXMLin interfaceIASResourceDataService
-
fetchPdfTemplate
public void fetchPdfTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceCreate json object list dependencies for this PdfTemplate document.- Specified by:
fetchPdfTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
copyMultilingualAttributesInAllPdfTemplates
public void copyMultilingualAttributesInAllPdfTemplates(String sourceLanguage, String targetLanguage) Description copied from interface:IASResourceDataServiceIn all documents of type PdfTemplate copies all multilingual fields from sourceLanguage to targetLanguage.- Specified by:
copyMultilingualAttributesInAllPdfTemplatesin interfaceIASResourceDataService
-
exportPushNotificationTemplatesToXML
public net.anotheria.util.xml.XMLNode exportPushNotificationTemplatesToXML() -
exportPushNotificationTemplatesToXML
public net.anotheria.util.xml.XMLNode exportPushNotificationTemplatesToXML(List<PushNotificationTemplate> list) Description copied from interface:IASResourceDataServiceCreates an xml element with selected contained data.- Specified by:
exportPushNotificationTemplatesToXMLin interfaceIASResourceDataService
-
exportPushNotificationTemplatesToXML
-
exportPushNotificationTemplatesToXML
public net.anotheria.util.xml.XMLNode exportPushNotificationTemplatesToXML(String[] languages, List<PushNotificationTemplate> list) Description copied from interface:IASResourceDataServicecreates an xml element with selected contained data but only selected languages in multilingual attributes- Specified by:
exportPushNotificationTemplatesToXMLin interfaceIASResourceDataService
-
fetchPushNotificationTemplate
public void fetchPushNotificationTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceCreate json object list dependencies for this PushNotificationTemplate document.- Specified by:
fetchPushNotificationTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
copyMultilingualAttributesInAllPushNotificationTemplates
public void copyMultilingualAttributesInAllPushNotificationTemplates(String sourceLanguage, String targetLanguage) Description copied from interface:IASResourceDataServiceIn all documents of type PushNotificationTemplate copies all multilingual fields from sourceLanguage to targetLanguage.- Specified by:
copyMultilingualAttributesInAllPushNotificationTemplatesin interfaceIASResourceDataService
-
exportImagesToXML
public net.anotheria.util.xml.XMLNode exportImagesToXML() -
exportImagesToXML
Description copied from interface:IASResourceDataServiceCreates an xml element with selected contained data.- Specified by:
exportImagesToXMLin interfaceIASResourceDataService
-
exportImagesToXML
-
exportImagesToXML
Description copied from interface:IASResourceDataServicecreates an xml element with selected contained data but only selected languages in multilingual attributes- Specified by:
exportImagesToXMLin interfaceIASResourceDataService
-
fetchImage
public void fetchImage(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceCreate json object list dependencies for this Image document.- Specified by:
fetchImagein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
copyMultilingualAttributesInAllImages
Description copied from interface:IASResourceDataServiceIn all documents of type Image copies all multilingual fields from sourceLanguage to targetLanguage.- Specified by:
copyMultilingualAttributesInAllImagesin interfaceIASResourceDataService
-
exportFileLinksToXML
public net.anotheria.util.xml.XMLNode exportFileLinksToXML() -
exportFileLinksToXML
Description copied from interface:IASResourceDataServiceCreates an xml element with selected contained data.- Specified by:
exportFileLinksToXMLin interfaceIASResourceDataService
-
exportFileLinksToXML
-
exportFileLinksToXML
Description copied from interface:IASResourceDataServicecreates an xml element with selected contained data but only selected languages in multilingual attributes- Specified by:
exportFileLinksToXMLin interfaceIASResourceDataService
-
fetchFileLink
public void fetchFileLink(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceCreate json object list dependencies for this FileLink document.- Specified by:
fetchFileLinkin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
copyMultilingualAttributesInAllObjects
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- Specified by:
copyMultilingualAttributesInAllObjectsin interfaceIASResourceDataService
-
executeQueryOnAllObjects
public net.anotheria.anodoc.query2.QueryResult executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query) throws ASResourceDataServiceException Executes a query on all data objects (documents, vo) which are part of this module and managed by this service- Specified by:
executeQueryOnAllObjectsin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
exportToXML
public net.anotheria.util.xml.XMLNode exportToXML()Description copied from interface:IASResourceDataServicecreates an xml element with all contained data.- Specified by:
exportToXMLin interfaceIASResourceDataService
-
exportToXML
Description copied from interface:IASResourceDataServicecreates an xml element with all contained data but only selected languages in multilingual attributes.- Specified by:
exportToXMLin interfaceIASResourceDataService
-