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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopyMultilingualAttributesInAllImages(java.lang.String sourceLanguage, java.lang.String targetLanguage)In all documents of type Image copies all multilingual fields from sourceLanguage to targetLanguage.voidcopyMultilingualAttributesInAllLocalizationBundles(java.lang.String sourceLanguage, java.lang.String targetLanguage)In all documents of type LocalizationBundle copies all multilingual fields from sourceLanguage to targetLanguage.voidcopyMultilingualAttributesInAllMailTemplates(java.lang.String sourceLanguage, java.lang.String targetLanguage)In all documents of type MailTemplate copies all multilingual fields from sourceLanguage to targetLanguage.voidcopyMultilingualAttributesInAllObjects(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 servicevoidcopyMultilingualAttributesInAllPdfTemplates(java.lang.String sourceLanguage, java.lang.String targetLanguage)In all documents of type PdfTemplate copies all multilingual fields from sourceLanguage to targetLanguage.voidcopyMultilingualAttributesInAllPushNotificationTemplates(java.lang.String sourceLanguage, java.lang.String targetLanguage)In all documents of type PushNotificationTemplate copies all multilingual fields from sourceLanguage to targetLanguage.voidcopyMultilingualAttributesInAllTextResources(java.lang.String sourceLanguage, java.lang.String targetLanguage)In all documents of type TextResource copies all multilingual fields from sourceLanguage to targetLanguage.FileLinkcreateFileLink(FileLink filelink)Creates a new FileLink object.java.util.List<FileLink>createFileLinks(java.util.List<FileLink> list)Creates multiple new FileLink objects.ImagecreateImage(Image image)Creates a new Image object.java.util.List<Image>createImages(java.util.List<Image> list)Creates multiple new Image objects.LocalizationBundlecreateLocalizationBundle(LocalizationBundle localizationbundle)Creates a new LocalizationBundle object.java.util.List<LocalizationBundle>createLocalizationBundles(java.util.List<LocalizationBundle> list)Creates multiple new LocalizationBundle objects.MailTemplatecreateMailTemplate(MailTemplate mailtemplate)Creates a new MailTemplate object.java.util.List<MailTemplate>createMailTemplates(java.util.List<MailTemplate> list)Creates multiple new MailTemplate objects.PdfTemplatecreatePdfTemplate(PdfTemplate pdftemplate)Creates a new PdfTemplate object.java.util.List<PdfTemplate>createPdfTemplates(java.util.List<PdfTemplate> list)Creates multiple new PdfTemplate objects.PushNotificationTemplatecreatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)Creates a new PushNotificationTemplate object.java.util.List<PushNotificationTemplate>createPushNotificationTemplates(java.util.List<PushNotificationTemplate> list)Creates multiple new PushNotificationTemplate objects.TextResourcecreateTextResource(TextResource textresource)Creates a new TextResource object.java.util.List<TextResource>createTextResources(java.util.List<TextResource> list)Creates multiple new TextResource objects.voiddeleteFileLink(java.lang.String id)Deletes a FileLink object by id.voiddeleteFileLink(FileLink filelink)Deletes a FileLink object.voiddeleteFileLinks(java.util.List<FileLink> list)Deletes multiple FileLink objects.voiddeleteImage(java.lang.String id)Deletes a Image object by id.voiddeleteImage(Image image)Deletes a Image object.voiddeleteImages(java.util.List<Image> list)Deletes multiple Image objects.voiddeleteLocalizationBundle(java.lang.String id)Deletes a LocalizationBundle object by id.voiddeleteLocalizationBundle(LocalizationBundle localizationbundle)Deletes a LocalizationBundle object.voiddeleteLocalizationBundles(java.util.List<LocalizationBundle> list)Deletes multiple LocalizationBundle objects.voiddeleteMailTemplate(java.lang.String id)Deletes a MailTemplate object by id.voiddeleteMailTemplate(MailTemplate mailtemplate)Deletes a MailTemplate object.voiddeleteMailTemplates(java.util.List<MailTemplate> list)Deletes multiple MailTemplate objects.voiddeletePdfTemplate(java.lang.String id)Deletes a PdfTemplate object by id.voiddeletePdfTemplate(PdfTemplate pdftemplate)Deletes a PdfTemplate object.voiddeletePdfTemplates(java.util.List<PdfTemplate> list)Deletes multiple PdfTemplate objects.voiddeletePushNotificationTemplate(java.lang.String id)Deletes a PushNotificationTemplate object by id.voiddeletePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)Deletes a PushNotificationTemplate object.voiddeletePushNotificationTemplates(java.util.List<PushNotificationTemplate> list)Deletes multiple PushNotificationTemplate objects.voiddeleteTextResource(java.lang.String id)Deletes a TextResource object by id.voiddeleteTextResource(TextResource textresource)Deletes a TextResource object.voiddeleteTextResources(java.util.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.XMLNodeexportFileLinksToXML()net.anotheria.util.xml.XMLNodeexportFileLinksToXML(java.lang.String[] languages)net.anotheria.util.xml.XMLNodeexportFileLinksToXML(java.lang.String[] languages, java.util.List<FileLink> list)creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportFileLinksToXML(java.util.List<FileLink> list)Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportImagesToXML()net.anotheria.util.xml.XMLNodeexportImagesToXML(java.lang.String[] languages)net.anotheria.util.xml.XMLNodeexportImagesToXML(java.lang.String[] languages, java.util.List<Image> list)creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportImagesToXML(java.util.List<Image> list)Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportLocalizationBundlesToXML()net.anotheria.util.xml.XMLNodeexportLocalizationBundlesToXML(java.lang.String[] languages)net.anotheria.util.xml.XMLNodeexportLocalizationBundlesToXML(java.lang.String[] languages, java.util.List<LocalizationBundle> list)creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportLocalizationBundlesToXML(java.util.List<LocalizationBundle> list)Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportMailTemplatesToXML()net.anotheria.util.xml.XMLNodeexportMailTemplatesToXML(java.lang.String[] languages)net.anotheria.util.xml.XMLNodeexportMailTemplatesToXML(java.lang.String[] languages, java.util.List<MailTemplate> list)creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportMailTemplatesToXML(java.util.List<MailTemplate> list)Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportPdfTemplatesToXML()net.anotheria.util.xml.XMLNodeexportPdfTemplatesToXML(java.lang.String[] languages)net.anotheria.util.xml.XMLNodeexportPdfTemplatesToXML(java.lang.String[] languages, java.util.List<PdfTemplate> list)creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportPdfTemplatesToXML(java.util.List<PdfTemplate> list)Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportPushNotificationTemplatesToXML()net.anotheria.util.xml.XMLNodeexportPushNotificationTemplatesToXML(java.lang.String[] languages)net.anotheria.util.xml.XMLNodeexportPushNotificationTemplatesToXML(java.lang.String[] languages, java.util.List<PushNotificationTemplate> list)creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportPushNotificationTemplatesToXML(java.util.List<PushNotificationTemplate> list)Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportTextResourcesToXML()net.anotheria.util.xml.XMLNodeexportTextResourcesToXML(java.lang.String[] languages)net.anotheria.util.xml.XMLNodeexportTextResourcesToXML(java.lang.String[] languages, java.util.List<TextResource> list)creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportTextResourcesToXML(java.util.List<TextResource> list)Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportToXML()creates an xml element with all contained data.net.anotheria.util.xml.XMLNodeexportToXML(java.lang.String[] languages)creates an xml element with all contained data but only selected languages in multilingual attributes.voidfetchFileLink(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.voidfetchImage(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.voidfetchLocalizationBundle(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.voidfetchMailTemplate(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.voidfetchPdfTemplate(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.voidfetchPushNotificationTemplate(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.voidfetchTextResource(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.FileLinkgetFileLink(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(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.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, sortedintgetFileLinksCount()Returns FileLink objects count.ImagegetImage(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(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.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, sortedintgetImagesCount()Returns Image objects count.LocalizationBundlegetLocalizationBundle(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(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.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, sortedintgetLocalizationBundlesCount()Returns LocalizationBundle objects count.MailTemplategetMailTemplate(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(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.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, sortedintgetMailTemplatesCount()Returns MailTemplate objects count.PdfTemplategetPdfTemplate(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(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.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, sortedintgetPdfTemplatesCount()Returns PdfTemplate objects count.PushNotificationTemplategetPushNotificationTemplate(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(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.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, sortedintgetPushNotificationTemplatesCount()Returns PushNotificationTemplate objects count.TextResourcegetTextResource(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(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.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, sortedintgetTextResourcesCount()Returns TextResource objects count.FileLinkimportFileLink(FileLink filelink)Imports a new FileLink object.java.util.List<FileLink>importFileLinks(java.util.List<FileLink> list)Imports multiple new FileLink object.ImageimportImage(Image image)Imports a new Image object.java.util.List<Image>importImages(java.util.List<Image> list)Imports multiple new Image object.LocalizationBundleimportLocalizationBundle(LocalizationBundle localizationbundle)Imports a new LocalizationBundle object.java.util.List<LocalizationBundle>importLocalizationBundles(java.util.List<LocalizationBundle> list)Imports multiple new LocalizationBundle object.MailTemplateimportMailTemplate(MailTemplate mailtemplate)Imports a new MailTemplate object.java.util.List<MailTemplate>importMailTemplates(java.util.List<MailTemplate> list)Imports multiple new MailTemplate object.PdfTemplateimportPdfTemplate(PdfTemplate pdftemplate)Imports a new PdfTemplate object.java.util.List<PdfTemplate>importPdfTemplates(java.util.List<PdfTemplate> list)Imports multiple new PdfTemplate object.PushNotificationTemplateimportPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)Imports a new PushNotificationTemplate object.java.util.List<PushNotificationTemplate>importPushNotificationTemplates(java.util.List<PushNotificationTemplate> list)Imports multiple new PushNotificationTemplate object.TextResourceimportTextResource(TextResource textresource)Imports a new TextResource object.java.util.List<TextResource>importTextResources(java.util.List<TextResource> list)Imports multiple new TextResource object.voidreset()FileLinkupdateFileLink(FileLink filelink)Updates a FileLink object.java.util.List<FileLink>updateFileLinks(java.util.List<FileLink> list)Updates multiple new FileLink objects.ImageupdateImage(Image image)Updates a Image object.java.util.List<Image>updateImages(java.util.List<Image> list)Updates multiple new Image objects.LocalizationBundleupdateLocalizationBundle(LocalizationBundle localizationbundle)Updates a LocalizationBundle object.java.util.List<LocalizationBundle>updateLocalizationBundles(java.util.List<LocalizationBundle> list)Updates multiple new LocalizationBundle objects.MailTemplateupdateMailTemplate(MailTemplate mailtemplate)Updates a MailTemplate object.java.util.List<MailTemplate>updateMailTemplates(java.util.List<MailTemplate> list)Updates multiple new MailTemplate objects.PdfTemplateupdatePdfTemplate(PdfTemplate pdftemplate)Updates a PdfTemplate object.java.util.List<PdfTemplate>updatePdfTemplates(java.util.List<PdfTemplate> list)Updates multiple new PdfTemplate objects.PushNotificationTemplateupdatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)Updates a PushNotificationTemplate object.java.util.List<PushNotificationTemplate>updatePushNotificationTemplates(java.util.List<PushNotificationTemplate> list)Updates multiple new PushNotificationTemplate objects.TextResourceupdateTextResource(TextResource textresource)Updates a TextResource object.java.util.List<TextResource>updateTextResources(java.util.List<TextResource> list)Updates multiple new TextResource objects.-
Methods inherited from class net.anotheria.asg.service.AbstractASGService
addServiceListener, fireObjectCreatedEvent, fireObjectDeletedEvent, fireObjectImportedEvent, fireObjectUpdatedEvent, firePersistenceChangedEvent, hasServiceListeners, removeServiceListener
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
reset
public void reset()
- Specified by:
resetin interfacenet.anotheria.asg.service.IFixtureService
-
getTextResources
public java.util.List<TextResource> getTextResources() throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all TextResources objects stored.- Specified by:
getTextResourcesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getTextResources
public java.util.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
public void deleteTextResource(TextResource textresource) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceDeletes a TextResource object.- Specified by:
deleteTextResourcein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteTextResource
public void deleteTextResource(java.lang.String id) throws ASResourceDataServiceExceptionDescription copied from interface:IASResourceDataServiceDeletes a TextResource object by id.- Specified by:
deleteTextResourcein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteTextResources
public void deleteTextResources(java.util.List<TextResource> list) throws ASResourceDataServiceException
Deletes multiple TextResource objects.- Specified by:
deleteTextResourcesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getTextResource
public TextResource getTextResource(java.lang.String id) throws ASResourceDataServiceException
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 java.util.List<TextResource> importTextResources(java.util.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 java.util.List<TextResource> createTextResources(java.util.List<TextResource> list) throws ASResourceDataServiceException
Creates multiple new TextResource objects. Returns the created versions.- Specified by:
createTextResourcesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateTextResources
public java.util.List<TextResource> updateTextResources(java.util.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 java.util.List<TextResource> getTextResourcesByProperty(java.lang.String propertyName, java.lang.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 java.util.List<TextResource> getTextResourcesByProperty(java.lang.String propertyName, java.lang.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 ASResourceDataServiceExceptionExecutes a query on TextResources- Specified by:
executeQueryOnTextResourcesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getTextResourcesByProperty
public java.util.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 java.util.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
public int getTextResourcesCount() throws ASResourceDataServiceExceptionReturns TextResource objects count.- Specified by:
getTextResourcesCountin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getTextResources
public java.util.List<TextResource> getTextResources(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException
Returns TextResource objects segment.- Specified by:
getTextResourcesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getTextResourcesByProperty
public java.util.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 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.- Specified by:
getTextResourcesByPropertyin interfaceIASResourceDataService
-
getLocalizationBundles
public java.util.List<LocalizationBundle> getLocalizationBundles() throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all LocalizationBundles objects stored.- Specified by:
getLocalizationBundlesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getLocalizationBundles
public java.util.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
public void deleteLocalizationBundle(java.lang.String id) throws ASResourceDataServiceExceptionDescription copied from interface:IASResourceDataServiceDeletes a LocalizationBundle object by id.- Specified by:
deleteLocalizationBundlein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteLocalizationBundles
public void deleteLocalizationBundles(java.util.List<LocalizationBundle> list) throws ASResourceDataServiceException
Deletes multiple LocalizationBundle objects.- Specified by:
deleteLocalizationBundlesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getLocalizationBundle
public LocalizationBundle getLocalizationBundle(java.lang.String id) throws ASResourceDataServiceException
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 java.util.List<LocalizationBundle> importLocalizationBundles(java.util.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 java.util.List<LocalizationBundle> createLocalizationBundles(java.util.List<LocalizationBundle> list) throws ASResourceDataServiceException
Creates multiple new LocalizationBundle objects. Returns the created versions.- Specified by:
createLocalizationBundlesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateLocalizationBundles
public java.util.List<LocalizationBundle> updateLocalizationBundles(java.util.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 java.util.List<LocalizationBundle> getLocalizationBundlesByProperty(java.lang.String propertyName, java.lang.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 java.util.List<LocalizationBundle> getLocalizationBundlesByProperty(java.lang.String propertyName, java.lang.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 ASResourceDataServiceExceptionExecutes a query on LocalizationBundles- Specified by:
executeQueryOnLocalizationBundlesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getLocalizationBundlesByProperty
public java.util.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 java.util.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
public int getLocalizationBundlesCount() throws ASResourceDataServiceExceptionReturns LocalizationBundle objects count.- Specified by:
getLocalizationBundlesCountin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getLocalizationBundles
public java.util.List<LocalizationBundle> getLocalizationBundles(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException
Returns LocalizationBundle objects segment.- Specified by:
getLocalizationBundlesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getLocalizationBundlesByProperty
public java.util.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 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.- Specified by:
getLocalizationBundlesByPropertyin interfaceIASResourceDataService
-
getMailTemplates
public java.util.List<MailTemplate> getMailTemplates() throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all MailTemplates objects stored.- Specified by:
getMailTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getMailTemplates
public java.util.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
public void deleteMailTemplate(MailTemplate mailtemplate) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceDeletes a MailTemplate object.- Specified by:
deleteMailTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteMailTemplate
public void deleteMailTemplate(java.lang.String id) throws ASResourceDataServiceExceptionDescription copied from interface:IASResourceDataServiceDeletes a MailTemplate object by id.- Specified by:
deleteMailTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteMailTemplates
public void deleteMailTemplates(java.util.List<MailTemplate> list) throws ASResourceDataServiceException
Deletes multiple MailTemplate objects.- Specified by:
deleteMailTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getMailTemplate
public MailTemplate getMailTemplate(java.lang.String id) throws ASResourceDataServiceException
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 java.util.List<MailTemplate> importMailTemplates(java.util.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 java.util.List<MailTemplate> createMailTemplates(java.util.List<MailTemplate> list) throws ASResourceDataServiceException
Creates multiple new MailTemplate objects. Returns the created versions.- Specified by:
createMailTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateMailTemplates
public java.util.List<MailTemplate> updateMailTemplates(java.util.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 java.util.List<MailTemplate> getMailTemplatesByProperty(java.lang.String propertyName, java.lang.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 java.util.List<MailTemplate> getMailTemplatesByProperty(java.lang.String propertyName, java.lang.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 ASResourceDataServiceExceptionExecutes a query on MailTemplates- Specified by:
executeQueryOnMailTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getMailTemplatesByProperty
public java.util.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 java.util.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
public int getMailTemplatesCount() throws ASResourceDataServiceExceptionReturns MailTemplate objects count.- Specified by:
getMailTemplatesCountin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getMailTemplates
public java.util.List<MailTemplate> getMailTemplates(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException
Returns MailTemplate objects segment.- Specified by:
getMailTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getMailTemplatesByProperty
public java.util.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 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.- Specified by:
getMailTemplatesByPropertyin interfaceIASResourceDataService
-
getPdfTemplates
public java.util.List<PdfTemplate> getPdfTemplates() throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all PdfTemplates objects stored.- Specified by:
getPdfTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPdfTemplates
public java.util.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
public void deletePdfTemplate(PdfTemplate pdftemplate) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceDeletes a PdfTemplate object.- Specified by:
deletePdfTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deletePdfTemplate
public void deletePdfTemplate(java.lang.String id) throws ASResourceDataServiceExceptionDescription copied from interface:IASResourceDataServiceDeletes a PdfTemplate object by id.- Specified by:
deletePdfTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deletePdfTemplates
public void deletePdfTemplates(java.util.List<PdfTemplate> list) throws ASResourceDataServiceException
Deletes multiple PdfTemplate objects.- Specified by:
deletePdfTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPdfTemplate
public PdfTemplate getPdfTemplate(java.lang.String id) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns the PdfTemplate object with the specified id.- Specified by:
getPdfTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
importPdfTemplate
public PdfTemplate importPdfTemplate(PdfTemplate pdftemplate) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceImports a new PdfTemplate object. Returns the created version.- Specified by:
importPdfTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
importPdfTemplates
public java.util.List<PdfTemplate> importPdfTemplates(java.util.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
public PdfTemplate createPdfTemplate(PdfTemplate pdftemplate) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceCreates a new PdfTemplate object. Returns the created version.- Specified by:
createPdfTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createPdfTemplates
public java.util.List<PdfTemplate> createPdfTemplates(java.util.List<PdfTemplate> list) throws ASResourceDataServiceException
Creates multiple new PdfTemplate objects. Returns the created versions.- Specified by:
createPdfTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updatePdfTemplates
public java.util.List<PdfTemplate> updatePdfTemplates(java.util.List<PdfTemplate> list) throws ASResourceDataServiceException
Updates multiple new PdfTemplate objects. Returns the updated versions.- Specified by:
updatePdfTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updatePdfTemplate
public PdfTemplate updatePdfTemplate(PdfTemplate pdftemplate) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceUpdates a PdfTemplate object. Returns the updated version.- Specified by:
updatePdfTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPdfTemplatesByProperty
public java.util.List<PdfTemplate> getPdfTemplatesByProperty(java.lang.String propertyName, java.lang.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 java.util.List<PdfTemplate> getPdfTemplatesByProperty(java.lang.String propertyName, java.lang.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 ASResourceDataServiceExceptionExecutes a query on PdfTemplates- Specified by:
executeQueryOnPdfTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPdfTemplatesByProperty
public java.util.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 java.util.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
public int getPdfTemplatesCount() throws ASResourceDataServiceExceptionReturns PdfTemplate objects count.- Specified by:
getPdfTemplatesCountin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPdfTemplates
public java.util.List<PdfTemplate> getPdfTemplates(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException
Returns PdfTemplate objects segment.- Specified by:
getPdfTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPdfTemplatesByProperty
public java.util.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 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.- Specified by:
getPdfTemplatesByPropertyin interfaceIASResourceDataService
-
getPushNotificationTemplates
public java.util.List<PushNotificationTemplate> getPushNotificationTemplates() throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all PushNotificationTemplates objects stored.- Specified by:
getPushNotificationTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPushNotificationTemplates
public java.util.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
public void deletePushNotificationTemplate(java.lang.String id) throws ASResourceDataServiceExceptionDescription copied from interface:IASResourceDataServiceDeletes a PushNotificationTemplate object by id.- Specified by:
deletePushNotificationTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deletePushNotificationTemplates
public void deletePushNotificationTemplates(java.util.List<PushNotificationTemplate> list) throws ASResourceDataServiceException
Deletes multiple PushNotificationTemplate objects.- Specified by:
deletePushNotificationTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPushNotificationTemplate
public PushNotificationTemplate getPushNotificationTemplate(java.lang.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 java.util.List<PushNotificationTemplate> importPushNotificationTemplates(java.util.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 java.util.List<PushNotificationTemplate> createPushNotificationTemplates(java.util.List<PushNotificationTemplate> list) throws ASResourceDataServiceException
Creates multiple new PushNotificationTemplate objects. Returns the created versions.- Specified by:
createPushNotificationTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updatePushNotificationTemplates
public java.util.List<PushNotificationTemplate> updatePushNotificationTemplates(java.util.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 java.util.List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(java.lang.String propertyName, java.lang.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 java.util.List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(java.lang.String propertyName, java.lang.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 ASResourceDataServiceExceptionExecutes a query on PushNotificationTemplates- Specified by:
executeQueryOnPushNotificationTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPushNotificationTemplatesByProperty
public java.util.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 java.util.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
public int getPushNotificationTemplatesCount() throws ASResourceDataServiceExceptionReturns PushNotificationTemplate objects count.- Specified by:
getPushNotificationTemplatesCountin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPushNotificationTemplates
public java.util.List<PushNotificationTemplate> getPushNotificationTemplates(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException
Returns PushNotificationTemplate objects segment.- Specified by:
getPushNotificationTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPushNotificationTemplatesByProperty
public java.util.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 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.- Specified by:
getPushNotificationTemplatesByPropertyin interfaceIASResourceDataService
-
getImages
public java.util.List<Image> getImages() throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all Images objects stored.- Specified by:
getImagesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getImages
public java.util.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
public void deleteImage(Image image) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceDeletes a Image object.- Specified by:
deleteImagein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteImage
public void deleteImage(java.lang.String id) throws ASResourceDataServiceExceptionDescription copied from interface:IASResourceDataServiceDeletes a Image object by id.- Specified by:
deleteImagein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteImages
public void deleteImages(java.util.List<Image> list) throws ASResourceDataServiceException
Deletes multiple Image objects.- Specified by:
deleteImagesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getImage
public Image getImage(java.lang.String id) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns the Image object with the specified id.- Specified by:
getImagein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
importImage
public Image importImage(Image image) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceImports a new Image object. Returns the created version.- Specified by:
importImagein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
importImages
public java.util.List<Image> importImages(java.util.List<Image> list) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceImports multiple new Image object. Returns the created versions.- Specified by:
importImagesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createImage
public Image createImage(Image image) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceCreates a new Image object. Returns the created version.- Specified by:
createImagein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createImages
public java.util.List<Image> createImages(java.util.List<Image> list) throws ASResourceDataServiceException
Creates multiple new Image objects. Returns the created versions.- Specified by:
createImagesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateImages
public java.util.List<Image> updateImages(java.util.List<Image> list) throws ASResourceDataServiceException
Updates multiple new Image objects. Returns the updated versions.- Specified by:
updateImagesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateImage
public Image updateImage(Image image) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceUpdates a Image object. Returns the updated version.- Specified by:
updateImagein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getImagesByProperty
public java.util.List<Image> getImagesByProperty(java.lang.String propertyName, java.lang.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 java.util.List<Image> getImagesByProperty(java.lang.String propertyName, java.lang.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 ASResourceDataServiceExceptionExecutes a query on Images- Specified by:
executeQueryOnImagesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getImagesByProperty
public java.util.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 java.util.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
public int getImagesCount() throws ASResourceDataServiceExceptionReturns Image objects count.- Specified by:
getImagesCountin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getImages
public java.util.List<Image> getImages(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException
Returns Image objects segment.- Specified by:
getImagesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getImagesByProperty
public java.util.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 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.- Specified by:
getImagesByPropertyin interfaceIASResourceDataService
-
getFileLinks
public java.util.List<FileLink> getFileLinks() throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all FileLinks objects stored.- Specified by:
getFileLinksin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getFileLinks
public java.util.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
public void deleteFileLink(FileLink filelink) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceDeletes a FileLink object.- Specified by:
deleteFileLinkin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteFileLink
public void deleteFileLink(java.lang.String id) throws ASResourceDataServiceExceptionDescription copied from interface:IASResourceDataServiceDeletes a FileLink object by id.- Specified by:
deleteFileLinkin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteFileLinks
public void deleteFileLinks(java.util.List<FileLink> list) throws ASResourceDataServiceException
Deletes multiple FileLink objects.- Specified by:
deleteFileLinksin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getFileLink
public FileLink getFileLink(java.lang.String id) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns the FileLink object with the specified id.- Specified by:
getFileLinkin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
importFileLink
public FileLink importFileLink(FileLink filelink) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceImports a new FileLink object. Returns the created version.- Specified by:
importFileLinkin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
importFileLinks
public java.util.List<FileLink> importFileLinks(java.util.List<FileLink> list) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceImports multiple new FileLink object. Returns the created versions.- Specified by:
importFileLinksin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createFileLink
public FileLink createFileLink(FileLink filelink) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceCreates a new FileLink object. Returns the created version.- Specified by:
createFileLinkin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createFileLinks
public java.util.List<FileLink> createFileLinks(java.util.List<FileLink> list) throws ASResourceDataServiceException
Creates multiple new FileLink objects. Returns the created versions.- Specified by:
createFileLinksin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateFileLinks
public java.util.List<FileLink> updateFileLinks(java.util.List<FileLink> list) throws ASResourceDataServiceException
Updates multiple new FileLink objects. Returns the updated versions.- Specified by:
updateFileLinksin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateFileLink
public FileLink updateFileLink(FileLink filelink) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceUpdates a FileLink object. Returns the updated version.- Specified by:
updateFileLinkin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getFileLinksByProperty
public java.util.List<FileLink> getFileLinksByProperty(java.lang.String propertyName, java.lang.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 java.util.List<FileLink> getFileLinksByProperty(java.lang.String propertyName, java.lang.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 ASResourceDataServiceExceptionExecutes a query on FileLinks- Specified by:
executeQueryOnFileLinksin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getFileLinksByProperty
public java.util.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 java.util.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
public int getFileLinksCount() throws ASResourceDataServiceExceptionReturns FileLink objects count.- Specified by:
getFileLinksCountin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getFileLinks
public java.util.List<FileLink> getFileLinks(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException
Returns FileLink objects segment.- Specified by:
getFileLinksin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getFileLinksByProperty
public java.util.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 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.- Specified by:
getFileLinksByPropertyin interfaceIASResourceDataService
-
exportTextResourcesToXML
public net.anotheria.util.xml.XMLNode exportTextResourcesToXML()
-
exportTextResourcesToXML
public net.anotheria.util.xml.XMLNode exportTextResourcesToXML(java.util.List<TextResource> list)
Description copied from interface:IASResourceDataServiceCreates an xml element with selected contained data.- Specified by:
exportTextResourcesToXMLin interfaceIASResourceDataService
-
exportTextResourcesToXML
public net.anotheria.util.xml.XMLNode exportTextResourcesToXML(java.lang.String[] languages)
-
exportTextResourcesToXML
public net.anotheria.util.xml.XMLNode exportTextResourcesToXML(java.lang.String[] languages, java.util.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(java.lang.String id, java.util.Set<java.lang.String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASResourceDataServiceExceptionDescription copied from interface:IASResourceDataServiceCreate json object list dependencies for this TextResource document.- Specified by:
fetchTextResourcein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
copyMultilingualAttributesInAllTextResources
public void copyMultilingualAttributesInAllTextResources(java.lang.String sourceLanguage, java.lang.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
public net.anotheria.util.xml.XMLNode exportLocalizationBundlesToXML(java.util.List<LocalizationBundle> list)
Description copied from interface:IASResourceDataServiceCreates an xml element with selected contained data.- Specified by:
exportLocalizationBundlesToXMLin interfaceIASResourceDataService
-
exportLocalizationBundlesToXML
public net.anotheria.util.xml.XMLNode exportLocalizationBundlesToXML(java.lang.String[] languages)
-
exportLocalizationBundlesToXML
public net.anotheria.util.xml.XMLNode exportLocalizationBundlesToXML(java.lang.String[] languages, java.util.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(java.lang.String id, java.util.Set<java.lang.String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASResourceDataServiceExceptionDescription copied from interface:IASResourceDataServiceCreate json object list dependencies for this LocalizationBundle document.- Specified by:
fetchLocalizationBundlein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
copyMultilingualAttributesInAllLocalizationBundles
public void copyMultilingualAttributesInAllLocalizationBundles(java.lang.String sourceLanguage, java.lang.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
public net.anotheria.util.xml.XMLNode exportMailTemplatesToXML(java.util.List<MailTemplate> list)
Description copied from interface:IASResourceDataServiceCreates an xml element with selected contained data.- Specified by:
exportMailTemplatesToXMLin interfaceIASResourceDataService
-
exportMailTemplatesToXML
public net.anotheria.util.xml.XMLNode exportMailTemplatesToXML(java.lang.String[] languages)
-
exportMailTemplatesToXML
public net.anotheria.util.xml.XMLNode exportMailTemplatesToXML(java.lang.String[] languages, java.util.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(java.lang.String id, java.util.Set<java.lang.String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASResourceDataServiceExceptionDescription copied from interface:IASResourceDataServiceCreate json object list dependencies for this MailTemplate document.- Specified by:
fetchMailTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
copyMultilingualAttributesInAllMailTemplates
public void copyMultilingualAttributesInAllMailTemplates(java.lang.String sourceLanguage, java.lang.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
public net.anotheria.util.xml.XMLNode exportPdfTemplatesToXML(java.util.List<PdfTemplate> list)
Description copied from interface:IASResourceDataServiceCreates an xml element with selected contained data.- Specified by:
exportPdfTemplatesToXMLin interfaceIASResourceDataService
-
exportPdfTemplatesToXML
public net.anotheria.util.xml.XMLNode exportPdfTemplatesToXML(java.lang.String[] languages)
-
exportPdfTemplatesToXML
public net.anotheria.util.xml.XMLNode exportPdfTemplatesToXML(java.lang.String[] languages, java.util.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(java.lang.String id, java.util.Set<java.lang.String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASResourceDataServiceExceptionDescription copied from interface:IASResourceDataServiceCreate json object list dependencies for this PdfTemplate document.- Specified by:
fetchPdfTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
copyMultilingualAttributesInAllPdfTemplates
public void copyMultilingualAttributesInAllPdfTemplates(java.lang.String sourceLanguage, java.lang.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(java.util.List<PushNotificationTemplate> list)
Description copied from interface:IASResourceDataServiceCreates an xml element with selected contained data.- Specified by:
exportPushNotificationTemplatesToXMLin interfaceIASResourceDataService
-
exportPushNotificationTemplatesToXML
public net.anotheria.util.xml.XMLNode exportPushNotificationTemplatesToXML(java.lang.String[] languages)
-
exportPushNotificationTemplatesToXML
public net.anotheria.util.xml.XMLNode exportPushNotificationTemplatesToXML(java.lang.String[] languages, java.util.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(java.lang.String id, java.util.Set<java.lang.String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASResourceDataServiceExceptionDescription copied from interface:IASResourceDataServiceCreate json object list dependencies for this PushNotificationTemplate document.- Specified by:
fetchPushNotificationTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
copyMultilingualAttributesInAllPushNotificationTemplates
public void copyMultilingualAttributesInAllPushNotificationTemplates(java.lang.String sourceLanguage, java.lang.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
public net.anotheria.util.xml.XMLNode exportImagesToXML(java.util.List<Image> list)
Description copied from interface:IASResourceDataServiceCreates an xml element with selected contained data.- Specified by:
exportImagesToXMLin interfaceIASResourceDataService
-
exportImagesToXML
public net.anotheria.util.xml.XMLNode exportImagesToXML(java.lang.String[] languages)
-
exportImagesToXML
public net.anotheria.util.xml.XMLNode exportImagesToXML(java.lang.String[] languages, java.util.List<Image> list)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(java.lang.String id, java.util.Set<java.lang.String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASResourceDataServiceExceptionDescription copied from interface:IASResourceDataServiceCreate json object list dependencies for this Image document.- Specified by:
fetchImagein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
copyMultilingualAttributesInAllImages
public void copyMultilingualAttributesInAllImages(java.lang.String sourceLanguage, java.lang.String targetLanguage)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
public net.anotheria.util.xml.XMLNode exportFileLinksToXML(java.util.List<FileLink> list)
Description copied from interface:IASResourceDataServiceCreates an xml element with selected contained data.- Specified by:
exportFileLinksToXMLin interfaceIASResourceDataService
-
exportFileLinksToXML
public net.anotheria.util.xml.XMLNode exportFileLinksToXML(java.lang.String[] languages)
-
exportFileLinksToXML
public net.anotheria.util.xml.XMLNode exportFileLinksToXML(java.lang.String[] languages, java.util.List<FileLink> list)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(java.lang.String id, java.util.Set<java.lang.String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASResourceDataServiceExceptionDescription copied from interface:IASResourceDataServiceCreate json object list dependencies for this FileLink document.- Specified by:
fetchFileLinkin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
executeParsingForDocument
public void executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceSave transferred document by its own type.- Specified by:
executeParsingForDocumentin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
copyMultilingualAttributesInAllObjects
public 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- Specified by:
copyMultilingualAttributesInAllObjectsin interfaceIASResourceDataService
-
executeQueryOnAllObjects
public net.anotheria.anodoc.query2.QueryResult executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query) throws ASResourceDataServiceExceptionExecutes 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
public net.anotheria.util.xml.XMLNode exportToXML(java.lang.String[] languages)
Description copied from interface:IASResourceDataServicecreates an xml element with all contained data but only selected languages in multilingual attributes.- Specified by:
exportToXMLin interfaceIASResourceDataService
-
-