Class ASResourceDataServiceImpl
- java.lang.Object
-
- net.anotheria.asg.service.AbstractASGService
-
- net.anotheria.anosite.gen.shared.service.BasicService
-
- net.anotheria.anosite.gen.shared.service.BasicCMSService
-
- net.anotheria.anosite.gen.asresourcedata.service.ASResourceDataServiceImpl
-
- All Implemented Interfaces:
net.anotheria.anoprise.metafactory.Service,IASResourceDataService,net.anotheria.asg.service.ASGService,net.anotheria.asg.util.listener.IModuleListener
public class ASResourceDataServiceImpl extends BasicCMSService implements IASResourceDataService, net.anotheria.asg.util.listener.IModuleListener
-
-
Field Summary
-
Fields inherited from class net.anotheria.anosite.gen.shared.service.BasicCMSService
MY_OWNER_ID, service
-
Fields inherited from class net.anotheria.anosite.gen.shared.service.BasicService
log
-
-
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 object.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 object.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 object.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 object.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 object.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 object.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 object.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(java.util.List<java.lang.String> ids)Returns the FileLink objects with the specified ids.java.util.List<FileLink>getFileLinks(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)Returns the FileLink objects with the specified ids, sorted by given sorttype.java.util.List<FileLink>getFileLinks(net.anotheria.util.slicer.Segment aSegment)Returns FileLink objects segment.java.util.List<FileLink>getFileLinks(net.anotheria.util.sorter.SortType sortType)Returns all FileLinks objects sorted by given sortType.java.util.List<FileLink>getFileLinksByProperty(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... property)Returns all FileLink objects, where property matches.java.util.List<FileLink>getFileLinksByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns FileLink objects segment, where property matched.java.util.List<FileLink>getFileLinksByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns FileLink objects segment, where property matched, sorted.java.util.List<FileLink>getFileLinksByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all FileLink objects, where property matches, 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(java.util.List<java.lang.String> ids)Returns the Image objects with the specified ids.java.util.List<Image>getImages(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)Returns the Image objects with the specified ids, sorted by given sorttype.java.util.List<Image>getImages(net.anotheria.util.slicer.Segment aSegment)Returns Image objects segment.java.util.List<Image>getImages(net.anotheria.util.sorter.SortType sortType)Returns all Images objects sorted by given sortType.java.util.List<Image>getImagesByProperty(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... property)Returns all Image objects, where property matches.java.util.List<Image>getImagesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns Image objects segment, where property matched.java.util.List<Image>getImagesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns Image objects segment, where property matched, sorted.java.util.List<Image>getImagesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all Image objects, where property matches, 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(java.util.List<java.lang.String> ids)Returns the LocalizationBundle objects with the specified ids.java.util.List<LocalizationBundle>getLocalizationBundles(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)Returns the LocalizationBundle objects with the specified ids, sorted by given sorttype.java.util.List<LocalizationBundle>getLocalizationBundles(net.anotheria.util.slicer.Segment aSegment)Returns LocalizationBundle objects segment.java.util.List<LocalizationBundle>getLocalizationBundles(net.anotheria.util.sorter.SortType sortType)Returns all LocalizationBundles objects sorted by given sortType.java.util.List<LocalizationBundle>getLocalizationBundlesByProperty(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... property)Returns all LocalizationBundle objects, where property matches.java.util.List<LocalizationBundle>getLocalizationBundlesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns LocalizationBundle objects segment, where property matched.java.util.List<LocalizationBundle>getLocalizationBundlesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns LocalizationBundle objects segment, where property matched, sorted.java.util.List<LocalizationBundle>getLocalizationBundlesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all LocalizationBundle objects, where property matches, 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(java.util.List<java.lang.String> ids)Returns the MailTemplate objects with the specified ids.java.util.List<MailTemplate>getMailTemplates(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)Returns the MailTemplate objects with the specified ids, sorted by given sorttype.java.util.List<MailTemplate>getMailTemplates(net.anotheria.util.slicer.Segment aSegment)Returns MailTemplate objects segment.java.util.List<MailTemplate>getMailTemplates(net.anotheria.util.sorter.SortType sortType)Returns all MailTemplates objects sorted by given sortType.java.util.List<MailTemplate>getMailTemplatesByProperty(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... property)Returns all MailTemplate objects, where property matches.java.util.List<MailTemplate>getMailTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns MailTemplate objects segment, where property matched.java.util.List<MailTemplate>getMailTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns MailTemplate objects segment, where property matched, sorted.java.util.List<MailTemplate>getMailTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all MailTemplate objects, where property matches, 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(java.util.List<java.lang.String> ids)Returns the PdfTemplate objects with the specified ids.java.util.List<PdfTemplate>getPdfTemplates(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)Returns the PdfTemplate objects with the specified ids, sorted by given sorttype.java.util.List<PdfTemplate>getPdfTemplates(net.anotheria.util.slicer.Segment aSegment)Returns PdfTemplate objects segment.java.util.List<PdfTemplate>getPdfTemplates(net.anotheria.util.sorter.SortType sortType)Returns all PdfTemplates objects sorted by given sortType.java.util.List<PdfTemplate>getPdfTemplatesByProperty(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... property)Returns all PdfTemplate objects, where property matches.java.util.List<PdfTemplate>getPdfTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns PdfTemplate objects segment, where property matched.java.util.List<PdfTemplate>getPdfTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns PdfTemplate objects segment, where property matched, sorted.java.util.List<PdfTemplate>getPdfTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all PdfTemplate objects, where property matches, 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(java.util.List<java.lang.String> ids)Returns the PushNotificationTemplate objects with the specified ids.java.util.List<PushNotificationTemplate>getPushNotificationTemplates(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)Returns the PushNotificationTemplate objects with the specified ids, sorted by given sorttype.java.util.List<PushNotificationTemplate>getPushNotificationTemplates(net.anotheria.util.slicer.Segment aSegment)Returns PushNotificationTemplate objects segment.java.util.List<PushNotificationTemplate>getPushNotificationTemplates(net.anotheria.util.sorter.SortType sortType)Returns all PushNotificationTemplates objects sorted by given sortType.java.util.List<PushNotificationTemplate>getPushNotificationTemplatesByProperty(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... property)Returns all PushNotificationTemplate objects, where property matches.java.util.List<PushNotificationTemplate>getPushNotificationTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns PushNotificationTemplate objects segment, where property matched.java.util.List<PushNotificationTemplate>getPushNotificationTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns PushNotificationTemplate objects segment, where property matched, sorted.java.util.List<PushNotificationTemplate>getPushNotificationTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all PushNotificationTemplate objects, where property matches, 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(java.util.List<java.lang.String> ids)Returns the TextResource objects with the specified ids.java.util.List<TextResource>getTextResources(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)Returns the TextResource objects with the specified ids, sorted by given sorttype.java.util.List<TextResource>getTextResources(net.anotheria.util.slicer.Segment aSegment)Returns TextResource objects segment.java.util.List<TextResource>getTextResources(net.anotheria.util.sorter.SortType sortType)Returns all TextResources objects sorted by given sortType.java.util.List<TextResource>getTextResourcesByProperty(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... property)Returns all TextResource objects, where property matches.java.util.List<TextResource>getTextResourcesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns TextResource objects segment, where property matched.java.util.List<TextResource>getTextResourcesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns TextResource objects segment, where property matched, sorted.java.util.List<TextResource>getTextResourcesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all TextResource objects, where property matches, 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.voidmoduleLoaded(net.anotheria.anodoc.data.Module module)FileLinkupdateFileLink(FileLink filelink)Updates a FileLink object.java.util.List<FileLink>updateFileLinks(java.util.List<FileLink> list)Updates multiple FileLink objects.ImageupdateImage(Image image)Updates a Image object.java.util.List<Image>updateImages(java.util.List<Image> list)Updates multiple Image objects.LocalizationBundleupdateLocalizationBundle(LocalizationBundle localizationbundle)Updates a LocalizationBundle object.java.util.List<LocalizationBundle>updateLocalizationBundles(java.util.List<LocalizationBundle> list)Updates multiple LocalizationBundle objects.MailTemplateupdateMailTemplate(MailTemplate mailtemplate)Updates a MailTemplate object.java.util.List<MailTemplate>updateMailTemplates(java.util.List<MailTemplate> list)Updates multiple MailTemplate objects.PdfTemplateupdatePdfTemplate(PdfTemplate pdftemplate)Updates a PdfTemplate object.java.util.List<PdfTemplate>updatePdfTemplates(java.util.List<PdfTemplate> list)Updates multiple PdfTemplate objects.PushNotificationTemplateupdatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)Updates a PushNotificationTemplate object.java.util.List<PushNotificationTemplate>updatePushNotificationTemplates(java.util.List<PushNotificationTemplate> list)Updates multiple PushNotificationTemplate objects.TextResourceupdateTextResource(TextResource textresource)Updates a TextResource object.java.util.List<TextResource>updateTextResources(java.util.List<TextResource> list)Updates multiple TextResource objects.-
Methods inherited from class net.anotheria.anosite.gen.shared.service.BasicCMSService
addModuleListener, getModule, updateModule
-
Methods inherited from class net.anotheria.anosite.gen.shared.service.BasicService
getAnoAccessApplicationDataService, getAnoAccessConfigurationService, getASActionService, getASBrandService, getASCustomActionService, getASCustomDataService, getASExperimentService, getASFeatureService, getASFederatedDataService, getASGenericActionService, getASGenericDataService, getASLayoutDataService, getASResourceDataService, getASSiteConfigService, getASSiteDataService, getASUserDataService, getASWebDataService, getASWizardDataService, getImagesService
-
Methods inherited from class net.anotheria.asg.service.AbstractASGService
addServiceListener, fireObjectCreatedEvent, fireObjectDeletedEvent, fireObjectImportedEvent, fireObjectUpdatedEvent, firePersistenceChangedEvent, hasServiceListeners, removeServiceListener
-
-
-
-
Method Detail
-
moduleLoaded
public void moduleLoaded(net.anotheria.anodoc.data.Module module)
- Specified by:
moduleLoadedin interfacenet.anotheria.asg.util.listener.IModuleListener
-
getTextResources
public java.util.List<TextResource> getTextResources()
Description copied from interface:IASResourceDataServiceReturns all TextResources objects stored.- Specified by:
getTextResourcesin interfaceIASResourceDataService
-
getTextResources
public java.util.List<TextResource> getTextResources(net.anotheria.util.sorter.SortType sortType)
Description copied from interface:IASResourceDataServiceReturns all TextResources objects sorted by given sortType.- Specified by:
getTextResourcesin interfaceIASResourceDataService
-
getTextResources
public java.util.List<TextResource> getTextResources(java.util.List<java.lang.String> ids)
Returns the TextResource objects with the specified ids.
-
getTextResources
public java.util.List<TextResource> getTextResources(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
Returns the TextResource objects with the specified ids, sorted by given sorttype.
-
deleteTextResource
public void deleteTextResource(TextResource textresource)
Description copied from interface:IASResourceDataServiceDeletes a TextResource object.- Specified by:
deleteTextResourcein interfaceIASResourceDataService
-
deleteTextResource
public void deleteTextResource(java.lang.String id)
Description copied from interface:IASResourceDataServiceDeletes a TextResource object by id.- Specified by:
deleteTextResourcein interfaceIASResourceDataService
-
deleteTextResources
public void deleteTextResources(java.util.List<TextResource> list)
Description copied from interface:IASResourceDataServiceDeletes multiple TextResource object.- Specified by:
deleteTextResourcesin interfaceIASResourceDataService
-
getTextResource
public TextResource getTextResource(java.lang.String id)
Description copied from interface:IASResourceDataServiceReturns the TextResource object with the specified id.- Specified by:
getTextResourcein interfaceIASResourceDataService
-
importTextResource
public TextResource importTextResource(TextResource textresource)
Description copied from interface:IASResourceDataServiceImports a new TextResource object. Returns the created version.- Specified by:
importTextResourcein interfaceIASResourceDataService
-
importTextResources
public java.util.List<TextResource> importTextResources(java.util.List<TextResource> list)
Description copied from interface:IASResourceDataServiceImports multiple new TextResource object. Returns the created versions.- Specified by:
importTextResourcesin interfaceIASResourceDataService
-
createTextResource
public TextResource createTextResource(TextResource textresource)
Description copied from interface:IASResourceDataServiceCreates a new TextResource object. Returns the created version.- Specified by:
createTextResourcein interfaceIASResourceDataService
-
createTextResources
public java.util.List<TextResource> createTextResources(java.util.List<TextResource> list)
Description copied from interface:IASResourceDataServiceCreates multiple new TextResource objects. Returns the created versions.- Specified by:
createTextResourcesin interfaceIASResourceDataService
-
updateTextResource
public TextResource updateTextResource(TextResource textresource)
Description copied from interface:IASResourceDataServiceUpdates a TextResource object. Returns the updated version.- Specified by:
updateTextResourcein interfaceIASResourceDataService
-
updateTextResources
public java.util.List<TextResource> updateTextResources(java.util.List<TextResource> list)
Description copied from interface:IASResourceDataServiceUpdates multiple TextResource objects. Returns the updated versions.- Specified by:
updateTextResourcesin interfaceIASResourceDataService
-
getTextResourcesByProperty
public java.util.List<TextResource> getTextResourcesByProperty(java.lang.String propertyName, java.lang.Object value)
Description copied from interface:IASResourceDataServiceReturns all TextResource objects, where property with given name equals object.- Specified by:
getTextResourcesByPropertyin interfaceIASResourceDataService
-
getTextResourcesByProperty
public java.util.List<TextResource> getTextResourcesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
Description copied from interface:IASResourceDataServiceReturns all TextResource objects, where property with given name equals object, sorted.- Specified by:
getTextResourcesByPropertyin interfaceIASResourceDataService
-
executeQueryOnTextResources
public net.anotheria.anodoc.query2.QueryResult executeQueryOnTextResources(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on TextResources- Specified by:
executeQueryOnTextResourcesin interfaceIASResourceDataService
-
getTextResourcesByProperty
public java.util.List<TextResource> getTextResourcesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all TextResource objects, where property matches.- Specified by:
getTextResourcesByPropertyin interfaceIASResourceDataService
-
getTextResourcesByProperty
public java.util.List<TextResource> getTextResourcesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
Returns all TextResource objects, where property matches, sorted- Specified by:
getTextResourcesByPropertyin interfaceIASResourceDataService
-
getTextResourcesCount
public int getTextResourcesCount()
Returns TextResource objects count.- Specified by:
getTextResourcesCountin interfaceIASResourceDataService
-
getTextResources
public java.util.List<TextResource> getTextResources(net.anotheria.util.slicer.Segment aSegment)
Returns TextResource objects segment.- Specified by:
getTextResourcesin interfaceIASResourceDataService
-
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
-
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
-
getLocalizationBundles
public java.util.List<LocalizationBundle> getLocalizationBundles()
Description copied from interface:IASResourceDataServiceReturns all LocalizationBundles objects stored.- Specified by:
getLocalizationBundlesin interfaceIASResourceDataService
-
getLocalizationBundles
public java.util.List<LocalizationBundle> getLocalizationBundles(net.anotheria.util.sorter.SortType sortType)
Description copied from interface:IASResourceDataServiceReturns all LocalizationBundles objects sorted by given sortType.- Specified by:
getLocalizationBundlesin interfaceIASResourceDataService
-
getLocalizationBundles
public java.util.List<LocalizationBundle> getLocalizationBundles(java.util.List<java.lang.String> ids)
Returns the LocalizationBundle objects with the specified ids.
-
getLocalizationBundles
public java.util.List<LocalizationBundle> getLocalizationBundles(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
Returns the LocalizationBundle objects with the specified ids, sorted by given sorttype.
-
deleteLocalizationBundle
public void deleteLocalizationBundle(LocalizationBundle localizationbundle)
Description copied from interface:IASResourceDataServiceDeletes a LocalizationBundle object.- Specified by:
deleteLocalizationBundlein interfaceIASResourceDataService
-
deleteLocalizationBundle
public void deleteLocalizationBundle(java.lang.String id)
Description copied from interface:IASResourceDataServiceDeletes a LocalizationBundle object by id.- Specified by:
deleteLocalizationBundlein interfaceIASResourceDataService
-
deleteLocalizationBundles
public void deleteLocalizationBundles(java.util.List<LocalizationBundle> list)
Description copied from interface:IASResourceDataServiceDeletes multiple LocalizationBundle object.- Specified by:
deleteLocalizationBundlesin interfaceIASResourceDataService
-
getLocalizationBundle
public LocalizationBundle getLocalizationBundle(java.lang.String id)
Description copied from interface:IASResourceDataServiceReturns the LocalizationBundle object with the specified id.- Specified by:
getLocalizationBundlein interfaceIASResourceDataService
-
importLocalizationBundle
public LocalizationBundle importLocalizationBundle(LocalizationBundle localizationbundle)
Description copied from interface:IASResourceDataServiceImports a new LocalizationBundle object. Returns the created version.- Specified by:
importLocalizationBundlein interfaceIASResourceDataService
-
importLocalizationBundles
public java.util.List<LocalizationBundle> importLocalizationBundles(java.util.List<LocalizationBundle> list)
Description copied from interface:IASResourceDataServiceImports multiple new LocalizationBundle object. Returns the created versions.- Specified by:
importLocalizationBundlesin interfaceIASResourceDataService
-
createLocalizationBundle
public LocalizationBundle createLocalizationBundle(LocalizationBundle localizationbundle)
Description copied from interface:IASResourceDataServiceCreates a new LocalizationBundle object. Returns the created version.- Specified by:
createLocalizationBundlein interfaceIASResourceDataService
-
createLocalizationBundles
public java.util.List<LocalizationBundle> createLocalizationBundles(java.util.List<LocalizationBundle> list)
Description copied from interface:IASResourceDataServiceCreates multiple new LocalizationBundle objects. Returns the created versions.- Specified by:
createLocalizationBundlesin interfaceIASResourceDataService
-
updateLocalizationBundle
public LocalizationBundle updateLocalizationBundle(LocalizationBundle localizationbundle)
Description copied from interface:IASResourceDataServiceUpdates a LocalizationBundle object. Returns the updated version.- Specified by:
updateLocalizationBundlein interfaceIASResourceDataService
-
updateLocalizationBundles
public java.util.List<LocalizationBundle> updateLocalizationBundles(java.util.List<LocalizationBundle> list)
Description copied from interface:IASResourceDataServiceUpdates multiple LocalizationBundle objects. Returns the updated versions.- Specified by:
updateLocalizationBundlesin interfaceIASResourceDataService
-
getLocalizationBundlesByProperty
public java.util.List<LocalizationBundle> getLocalizationBundlesByProperty(java.lang.String propertyName, java.lang.Object value)
Description copied from interface:IASResourceDataServiceReturns all LocalizationBundle objects, where property with given name equals object.- Specified by:
getLocalizationBundlesByPropertyin interfaceIASResourceDataService
-
getLocalizationBundlesByProperty
public java.util.List<LocalizationBundle> getLocalizationBundlesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
Description copied from interface:IASResourceDataServiceReturns all LocalizationBundle objects, where property with given name equals object, sorted.- Specified by:
getLocalizationBundlesByPropertyin interfaceIASResourceDataService
-
executeQueryOnLocalizationBundles
public net.anotheria.anodoc.query2.QueryResult executeQueryOnLocalizationBundles(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on LocalizationBundles- Specified by:
executeQueryOnLocalizationBundlesin interfaceIASResourceDataService
-
getLocalizationBundlesByProperty
public java.util.List<LocalizationBundle> getLocalizationBundlesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all LocalizationBundle objects, where property matches.- Specified by:
getLocalizationBundlesByPropertyin interfaceIASResourceDataService
-
getLocalizationBundlesByProperty
public java.util.List<LocalizationBundle> getLocalizationBundlesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
Returns all LocalizationBundle objects, where property matches, sorted- Specified by:
getLocalizationBundlesByPropertyin interfaceIASResourceDataService
-
getLocalizationBundlesCount
public int getLocalizationBundlesCount()
Returns LocalizationBundle objects count.- Specified by:
getLocalizationBundlesCountin interfaceIASResourceDataService
-
getLocalizationBundles
public java.util.List<LocalizationBundle> getLocalizationBundles(net.anotheria.util.slicer.Segment aSegment)
Returns LocalizationBundle objects segment.- Specified by:
getLocalizationBundlesin interfaceIASResourceDataService
-
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
-
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
-
getMailTemplates
public java.util.List<MailTemplate> getMailTemplates()
Description copied from interface:IASResourceDataServiceReturns all MailTemplates objects stored.- Specified by:
getMailTemplatesin interfaceIASResourceDataService
-
getMailTemplates
public java.util.List<MailTemplate> getMailTemplates(net.anotheria.util.sorter.SortType sortType)
Description copied from interface:IASResourceDataServiceReturns all MailTemplates objects sorted by given sortType.- Specified by:
getMailTemplatesin interfaceIASResourceDataService
-
getMailTemplates
public java.util.List<MailTemplate> getMailTemplates(java.util.List<java.lang.String> ids)
Returns the MailTemplate objects with the specified ids.
-
getMailTemplates
public java.util.List<MailTemplate> getMailTemplates(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
Returns the MailTemplate objects with the specified ids, sorted by given sorttype.
-
deleteMailTemplate
public void deleteMailTemplate(MailTemplate mailtemplate)
Description copied from interface:IASResourceDataServiceDeletes a MailTemplate object.- Specified by:
deleteMailTemplatein interfaceIASResourceDataService
-
deleteMailTemplate
public void deleteMailTemplate(java.lang.String id)
Description copied from interface:IASResourceDataServiceDeletes a MailTemplate object by id.- Specified by:
deleteMailTemplatein interfaceIASResourceDataService
-
deleteMailTemplates
public void deleteMailTemplates(java.util.List<MailTemplate> list)
Description copied from interface:IASResourceDataServiceDeletes multiple MailTemplate object.- Specified by:
deleteMailTemplatesin interfaceIASResourceDataService
-
getMailTemplate
public MailTemplate getMailTemplate(java.lang.String id)
Description copied from interface:IASResourceDataServiceReturns the MailTemplate object with the specified id.- Specified by:
getMailTemplatein interfaceIASResourceDataService
-
importMailTemplate
public MailTemplate importMailTemplate(MailTemplate mailtemplate)
Description copied from interface:IASResourceDataServiceImports a new MailTemplate object. Returns the created version.- Specified by:
importMailTemplatein interfaceIASResourceDataService
-
importMailTemplates
public java.util.List<MailTemplate> importMailTemplates(java.util.List<MailTemplate> list)
Description copied from interface:IASResourceDataServiceImports multiple new MailTemplate object. Returns the created versions.- Specified by:
importMailTemplatesin interfaceIASResourceDataService
-
createMailTemplate
public MailTemplate createMailTemplate(MailTemplate mailtemplate)
Description copied from interface:IASResourceDataServiceCreates a new MailTemplate object. Returns the created version.- Specified by:
createMailTemplatein interfaceIASResourceDataService
-
createMailTemplates
public java.util.List<MailTemplate> createMailTemplates(java.util.List<MailTemplate> list)
Description copied from interface:IASResourceDataServiceCreates multiple new MailTemplate objects. Returns the created versions.- Specified by:
createMailTemplatesin interfaceIASResourceDataService
-
updateMailTemplate
public MailTemplate updateMailTemplate(MailTemplate mailtemplate)
Description copied from interface:IASResourceDataServiceUpdates a MailTemplate object. Returns the updated version.- Specified by:
updateMailTemplatein interfaceIASResourceDataService
-
updateMailTemplates
public java.util.List<MailTemplate> updateMailTemplates(java.util.List<MailTemplate> list)
Description copied from interface:IASResourceDataServiceUpdates multiple MailTemplate objects. Returns the updated versions.- Specified by:
updateMailTemplatesin interfaceIASResourceDataService
-
getMailTemplatesByProperty
public java.util.List<MailTemplate> getMailTemplatesByProperty(java.lang.String propertyName, java.lang.Object value)
Description copied from interface:IASResourceDataServiceReturns all MailTemplate objects, where property with given name equals object.- Specified by:
getMailTemplatesByPropertyin interfaceIASResourceDataService
-
getMailTemplatesByProperty
public java.util.List<MailTemplate> getMailTemplatesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
Description copied from interface:IASResourceDataServiceReturns all MailTemplate objects, where property with given name equals object, sorted.- Specified by:
getMailTemplatesByPropertyin interfaceIASResourceDataService
-
executeQueryOnMailTemplates
public net.anotheria.anodoc.query2.QueryResult executeQueryOnMailTemplates(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on MailTemplates- Specified by:
executeQueryOnMailTemplatesin interfaceIASResourceDataService
-
getMailTemplatesByProperty
public java.util.List<MailTemplate> getMailTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all MailTemplate objects, where property matches.- Specified by:
getMailTemplatesByPropertyin interfaceIASResourceDataService
-
getMailTemplatesByProperty
public java.util.List<MailTemplate> getMailTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
Returns all MailTemplate objects, where property matches, sorted- Specified by:
getMailTemplatesByPropertyin interfaceIASResourceDataService
-
getMailTemplatesCount
public int getMailTemplatesCount()
Returns MailTemplate objects count.- Specified by:
getMailTemplatesCountin interfaceIASResourceDataService
-
getMailTemplates
public java.util.List<MailTemplate> getMailTemplates(net.anotheria.util.slicer.Segment aSegment)
Returns MailTemplate objects segment.- Specified by:
getMailTemplatesin interfaceIASResourceDataService
-
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
-
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
-
getPdfTemplates
public java.util.List<PdfTemplate> getPdfTemplates()
Description copied from interface:IASResourceDataServiceReturns all PdfTemplates objects stored.- Specified by:
getPdfTemplatesin interfaceIASResourceDataService
-
getPdfTemplates
public java.util.List<PdfTemplate> getPdfTemplates(net.anotheria.util.sorter.SortType sortType)
Description copied from interface:IASResourceDataServiceReturns all PdfTemplates objects sorted by given sortType.- Specified by:
getPdfTemplatesin interfaceIASResourceDataService
-
getPdfTemplates
public java.util.List<PdfTemplate> getPdfTemplates(java.util.List<java.lang.String> ids)
Returns the PdfTemplate objects with the specified ids.
-
getPdfTemplates
public java.util.List<PdfTemplate> getPdfTemplates(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
Returns the PdfTemplate objects with the specified ids, sorted by given sorttype.
-
deletePdfTemplate
public void deletePdfTemplate(PdfTemplate pdftemplate)
Description copied from interface:IASResourceDataServiceDeletes a PdfTemplate object.- Specified by:
deletePdfTemplatein interfaceIASResourceDataService
-
deletePdfTemplate
public void deletePdfTemplate(java.lang.String id)
Description copied from interface:IASResourceDataServiceDeletes a PdfTemplate object by id.- Specified by:
deletePdfTemplatein interfaceIASResourceDataService
-
deletePdfTemplates
public void deletePdfTemplates(java.util.List<PdfTemplate> list)
Description copied from interface:IASResourceDataServiceDeletes multiple PdfTemplate object.- Specified by:
deletePdfTemplatesin interfaceIASResourceDataService
-
getPdfTemplate
public PdfTemplate getPdfTemplate(java.lang.String id)
Description copied from interface:IASResourceDataServiceReturns the PdfTemplate object with the specified id.- Specified by:
getPdfTemplatein interfaceIASResourceDataService
-
importPdfTemplate
public PdfTemplate importPdfTemplate(PdfTemplate pdftemplate)
Description copied from interface:IASResourceDataServiceImports a new PdfTemplate object. Returns the created version.- Specified by:
importPdfTemplatein interfaceIASResourceDataService
-
importPdfTemplates
public java.util.List<PdfTemplate> importPdfTemplates(java.util.List<PdfTemplate> list)
Description copied from interface:IASResourceDataServiceImports multiple new PdfTemplate object. Returns the created versions.- Specified by:
importPdfTemplatesin interfaceIASResourceDataService
-
createPdfTemplate
public PdfTemplate createPdfTemplate(PdfTemplate pdftemplate)
Description copied from interface:IASResourceDataServiceCreates a new PdfTemplate object. Returns the created version.- Specified by:
createPdfTemplatein interfaceIASResourceDataService
-
createPdfTemplates
public java.util.List<PdfTemplate> createPdfTemplates(java.util.List<PdfTemplate> list)
Description copied from interface:IASResourceDataServiceCreates multiple new PdfTemplate objects. Returns the created versions.- Specified by:
createPdfTemplatesin interfaceIASResourceDataService
-
updatePdfTemplate
public PdfTemplate updatePdfTemplate(PdfTemplate pdftemplate)
Description copied from interface:IASResourceDataServiceUpdates a PdfTemplate object. Returns the updated version.- Specified by:
updatePdfTemplatein interfaceIASResourceDataService
-
updatePdfTemplates
public java.util.List<PdfTemplate> updatePdfTemplates(java.util.List<PdfTemplate> list)
Description copied from interface:IASResourceDataServiceUpdates multiple PdfTemplate objects. Returns the updated versions.- Specified by:
updatePdfTemplatesin interfaceIASResourceDataService
-
getPdfTemplatesByProperty
public java.util.List<PdfTemplate> getPdfTemplatesByProperty(java.lang.String propertyName, java.lang.Object value)
Description copied from interface:IASResourceDataServiceReturns all PdfTemplate objects, where property with given name equals object.- Specified by:
getPdfTemplatesByPropertyin interfaceIASResourceDataService
-
getPdfTemplatesByProperty
public java.util.List<PdfTemplate> getPdfTemplatesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
Description copied from interface:IASResourceDataServiceReturns all PdfTemplate objects, where property with given name equals object, sorted.- Specified by:
getPdfTemplatesByPropertyin interfaceIASResourceDataService
-
executeQueryOnPdfTemplates
public net.anotheria.anodoc.query2.QueryResult executeQueryOnPdfTemplates(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on PdfTemplates- Specified by:
executeQueryOnPdfTemplatesin interfaceIASResourceDataService
-
getPdfTemplatesByProperty
public java.util.List<PdfTemplate> getPdfTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all PdfTemplate objects, where property matches.- Specified by:
getPdfTemplatesByPropertyin interfaceIASResourceDataService
-
getPdfTemplatesByProperty
public java.util.List<PdfTemplate> getPdfTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
Returns all PdfTemplate objects, where property matches, sorted- Specified by:
getPdfTemplatesByPropertyin interfaceIASResourceDataService
-
getPdfTemplatesCount
public int getPdfTemplatesCount()
Returns PdfTemplate objects count.- Specified by:
getPdfTemplatesCountin interfaceIASResourceDataService
-
getPdfTemplates
public java.util.List<PdfTemplate> getPdfTemplates(net.anotheria.util.slicer.Segment aSegment)
Returns PdfTemplate objects segment.- Specified by:
getPdfTemplatesin interfaceIASResourceDataService
-
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
-
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
-
getPushNotificationTemplates
public java.util.List<PushNotificationTemplate> getPushNotificationTemplates()
Description copied from interface:IASResourceDataServiceReturns all PushNotificationTemplates objects stored.- Specified by:
getPushNotificationTemplatesin interfaceIASResourceDataService
-
getPushNotificationTemplates
public java.util.List<PushNotificationTemplate> getPushNotificationTemplates(net.anotheria.util.sorter.SortType sortType)
Description copied from interface:IASResourceDataServiceReturns all PushNotificationTemplates objects sorted by given sortType.- Specified by:
getPushNotificationTemplatesin interfaceIASResourceDataService
-
getPushNotificationTemplates
public java.util.List<PushNotificationTemplate> getPushNotificationTemplates(java.util.List<java.lang.String> ids)
Returns the PushNotificationTemplate objects with the specified ids.
-
getPushNotificationTemplates
public java.util.List<PushNotificationTemplate> getPushNotificationTemplates(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
Returns the PushNotificationTemplate objects with the specified ids, sorted by given sorttype.
-
deletePushNotificationTemplate
public void deletePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)
Description copied from interface:IASResourceDataServiceDeletes a PushNotificationTemplate object.- Specified by:
deletePushNotificationTemplatein interfaceIASResourceDataService
-
deletePushNotificationTemplate
public void deletePushNotificationTemplate(java.lang.String id)
Description copied from interface:IASResourceDataServiceDeletes a PushNotificationTemplate object by id.- Specified by:
deletePushNotificationTemplatein interfaceIASResourceDataService
-
deletePushNotificationTemplates
public void deletePushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
Description copied from interface:IASResourceDataServiceDeletes multiple PushNotificationTemplate object.- Specified by:
deletePushNotificationTemplatesin interfaceIASResourceDataService
-
getPushNotificationTemplate
public PushNotificationTemplate getPushNotificationTemplate(java.lang.String id)
Description copied from interface:IASResourceDataServiceReturns the PushNotificationTemplate object with the specified id.- Specified by:
getPushNotificationTemplatein interfaceIASResourceDataService
-
importPushNotificationTemplate
public PushNotificationTemplate importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)
Description copied from interface:IASResourceDataServiceImports a new PushNotificationTemplate object. Returns the created version.- Specified by:
importPushNotificationTemplatein interfaceIASResourceDataService
-
importPushNotificationTemplates
public java.util.List<PushNotificationTemplate> importPushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
Description copied from interface:IASResourceDataServiceImports multiple new PushNotificationTemplate object. Returns the created versions.- Specified by:
importPushNotificationTemplatesin interfaceIASResourceDataService
-
createPushNotificationTemplate
public PushNotificationTemplate createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)
Description copied from interface:IASResourceDataServiceCreates a new PushNotificationTemplate object. Returns the created version.- Specified by:
createPushNotificationTemplatein interfaceIASResourceDataService
-
createPushNotificationTemplates
public java.util.List<PushNotificationTemplate> createPushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
Description copied from interface:IASResourceDataServiceCreates multiple new PushNotificationTemplate objects. Returns the created versions.- Specified by:
createPushNotificationTemplatesin interfaceIASResourceDataService
-
updatePushNotificationTemplate
public PushNotificationTemplate updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)
Description copied from interface:IASResourceDataServiceUpdates a PushNotificationTemplate object. Returns the updated version.- Specified by:
updatePushNotificationTemplatein interfaceIASResourceDataService
-
updatePushNotificationTemplates
public java.util.List<PushNotificationTemplate> updatePushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
Description copied from interface:IASResourceDataServiceUpdates multiple PushNotificationTemplate objects. Returns the updated versions.- Specified by:
updatePushNotificationTemplatesin interfaceIASResourceDataService
-
getPushNotificationTemplatesByProperty
public java.util.List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(java.lang.String propertyName, java.lang.Object value)
Description copied from interface:IASResourceDataServiceReturns all PushNotificationTemplate objects, where property with given name equals object.- Specified by:
getPushNotificationTemplatesByPropertyin interfaceIASResourceDataService
-
getPushNotificationTemplatesByProperty
public java.util.List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
Description copied from interface:IASResourceDataServiceReturns all PushNotificationTemplate objects, where property with given name equals object, sorted.- Specified by:
getPushNotificationTemplatesByPropertyin interfaceIASResourceDataService
-
executeQueryOnPushNotificationTemplates
public net.anotheria.anodoc.query2.QueryResult executeQueryOnPushNotificationTemplates(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on PushNotificationTemplates- Specified by:
executeQueryOnPushNotificationTemplatesin interfaceIASResourceDataService
-
getPushNotificationTemplatesByProperty
public java.util.List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all PushNotificationTemplate objects, where property matches.- Specified by:
getPushNotificationTemplatesByPropertyin interfaceIASResourceDataService
-
getPushNotificationTemplatesByProperty
public java.util.List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
Returns all PushNotificationTemplate objects, where property matches, sorted- Specified by:
getPushNotificationTemplatesByPropertyin interfaceIASResourceDataService
-
getPushNotificationTemplatesCount
public int getPushNotificationTemplatesCount()
Returns PushNotificationTemplate objects count.- Specified by:
getPushNotificationTemplatesCountin interfaceIASResourceDataService
-
getPushNotificationTemplates
public java.util.List<PushNotificationTemplate> getPushNotificationTemplates(net.anotheria.util.slicer.Segment aSegment)
Returns PushNotificationTemplate objects segment.- Specified by:
getPushNotificationTemplatesin interfaceIASResourceDataService
-
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
-
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
-
getImages
public java.util.List<Image> getImages()
Description copied from interface:IASResourceDataServiceReturns all Images objects stored.- Specified by:
getImagesin interfaceIASResourceDataService
-
getImages
public java.util.List<Image> getImages(net.anotheria.util.sorter.SortType sortType)
Description copied from interface:IASResourceDataServiceReturns all Images objects sorted by given sortType.- Specified by:
getImagesin interfaceIASResourceDataService
-
getImages
public java.util.List<Image> getImages(java.util.List<java.lang.String> ids)
Returns the Image objects with the specified ids.
-
getImages
public java.util.List<Image> getImages(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
Returns the Image objects with the specified ids, sorted by given sorttype.
-
deleteImage
public void deleteImage(Image image)
Description copied from interface:IASResourceDataServiceDeletes a Image object.- Specified by:
deleteImagein interfaceIASResourceDataService
-
deleteImage
public void deleteImage(java.lang.String id)
Description copied from interface:IASResourceDataServiceDeletes a Image object by id.- Specified by:
deleteImagein interfaceIASResourceDataService
-
deleteImages
public void deleteImages(java.util.List<Image> list)
Description copied from interface:IASResourceDataServiceDeletes multiple Image object.- Specified by:
deleteImagesin interfaceIASResourceDataService
-
getImage
public Image getImage(java.lang.String id)
Description copied from interface:IASResourceDataServiceReturns the Image object with the specified id.- Specified by:
getImagein interfaceIASResourceDataService
-
importImage
public Image importImage(Image image)
Description copied from interface:IASResourceDataServiceImports a new Image object. Returns the created version.- Specified by:
importImagein interfaceIASResourceDataService
-
importImages
public java.util.List<Image> importImages(java.util.List<Image> list)
Description copied from interface:IASResourceDataServiceImports multiple new Image object. Returns the created versions.- Specified by:
importImagesin interfaceIASResourceDataService
-
createImage
public Image createImage(Image image)
Description copied from interface:IASResourceDataServiceCreates a new Image object. Returns the created version.- Specified by:
createImagein interfaceIASResourceDataService
-
createImages
public java.util.List<Image> createImages(java.util.List<Image> list)
Description copied from interface:IASResourceDataServiceCreates multiple new Image objects. Returns the created versions.- Specified by:
createImagesin interfaceIASResourceDataService
-
updateImage
public Image updateImage(Image image)
Description copied from interface:IASResourceDataServiceUpdates a Image object. Returns the updated version.- Specified by:
updateImagein interfaceIASResourceDataService
-
updateImages
public java.util.List<Image> updateImages(java.util.List<Image> list)
Description copied from interface:IASResourceDataServiceUpdates multiple Image objects. Returns the updated versions.- Specified by:
updateImagesin interfaceIASResourceDataService
-
getImagesByProperty
public java.util.List<Image> getImagesByProperty(java.lang.String propertyName, java.lang.Object value)
Description copied from interface:IASResourceDataServiceReturns all Image objects, where property with given name equals object.- Specified by:
getImagesByPropertyin interfaceIASResourceDataService
-
getImagesByProperty
public java.util.List<Image> getImagesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
Description copied from interface:IASResourceDataServiceReturns all Image objects, where property with given name equals object, sorted.- Specified by:
getImagesByPropertyin interfaceIASResourceDataService
-
executeQueryOnImages
public net.anotheria.anodoc.query2.QueryResult executeQueryOnImages(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on Images- Specified by:
executeQueryOnImagesin interfaceIASResourceDataService
-
getImagesByProperty
public java.util.List<Image> getImagesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Image objects, where property matches.- Specified by:
getImagesByPropertyin interfaceIASResourceDataService
-
getImagesByProperty
public java.util.List<Image> getImagesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Image objects, where property matches, sorted- Specified by:
getImagesByPropertyin interfaceIASResourceDataService
-
getImagesCount
public int getImagesCount()
Returns Image objects count.- Specified by:
getImagesCountin interfaceIASResourceDataService
-
getImages
public java.util.List<Image> getImages(net.anotheria.util.slicer.Segment aSegment)
Returns Image objects segment.- Specified by:
getImagesin interfaceIASResourceDataService
-
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
-
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
-
getFileLinks
public java.util.List<FileLink> getFileLinks()
Description copied from interface:IASResourceDataServiceReturns all FileLinks objects stored.- Specified by:
getFileLinksin interfaceIASResourceDataService
-
getFileLinks
public java.util.List<FileLink> getFileLinks(net.anotheria.util.sorter.SortType sortType)
Description copied from interface:IASResourceDataServiceReturns all FileLinks objects sorted by given sortType.- Specified by:
getFileLinksin interfaceIASResourceDataService
-
getFileLinks
public java.util.List<FileLink> getFileLinks(java.util.List<java.lang.String> ids)
Returns the FileLink objects with the specified ids.
-
getFileLinks
public java.util.List<FileLink> getFileLinks(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
Returns the FileLink objects with the specified ids, sorted by given sorttype.
-
deleteFileLink
public void deleteFileLink(FileLink filelink)
Description copied from interface:IASResourceDataServiceDeletes a FileLink object.- Specified by:
deleteFileLinkin interfaceIASResourceDataService
-
deleteFileLink
public void deleteFileLink(java.lang.String id)
Description copied from interface:IASResourceDataServiceDeletes a FileLink object by id.- Specified by:
deleteFileLinkin interfaceIASResourceDataService
-
deleteFileLinks
public void deleteFileLinks(java.util.List<FileLink> list)
Description copied from interface:IASResourceDataServiceDeletes multiple FileLink object.- Specified by:
deleteFileLinksin interfaceIASResourceDataService
-
getFileLink
public FileLink getFileLink(java.lang.String id)
Description copied from interface:IASResourceDataServiceReturns the FileLink object with the specified id.- Specified by:
getFileLinkin interfaceIASResourceDataService
-
importFileLink
public FileLink importFileLink(FileLink filelink)
Description copied from interface:IASResourceDataServiceImports a new FileLink object. Returns the created version.- Specified by:
importFileLinkin interfaceIASResourceDataService
-
importFileLinks
public java.util.List<FileLink> importFileLinks(java.util.List<FileLink> list)
Description copied from interface:IASResourceDataServiceImports multiple new FileLink object. Returns the created versions.- Specified by:
importFileLinksin interfaceIASResourceDataService
-
createFileLink
public FileLink createFileLink(FileLink filelink)
Description copied from interface:IASResourceDataServiceCreates a new FileLink object. Returns the created version.- Specified by:
createFileLinkin interfaceIASResourceDataService
-
createFileLinks
public java.util.List<FileLink> createFileLinks(java.util.List<FileLink> list)
Description copied from interface:IASResourceDataServiceCreates multiple new FileLink objects. Returns the created versions.- Specified by:
createFileLinksin interfaceIASResourceDataService
-
updateFileLink
public FileLink updateFileLink(FileLink filelink)
Description copied from interface:IASResourceDataServiceUpdates a FileLink object. Returns the updated version.- Specified by:
updateFileLinkin interfaceIASResourceDataService
-
updateFileLinks
public java.util.List<FileLink> updateFileLinks(java.util.List<FileLink> list)
Description copied from interface:IASResourceDataServiceUpdates multiple FileLink objects. Returns the updated versions.- Specified by:
updateFileLinksin interfaceIASResourceDataService
-
getFileLinksByProperty
public java.util.List<FileLink> getFileLinksByProperty(java.lang.String propertyName, java.lang.Object value)
Description copied from interface:IASResourceDataServiceReturns all FileLink objects, where property with given name equals object.- Specified by:
getFileLinksByPropertyin interfaceIASResourceDataService
-
getFileLinksByProperty
public java.util.List<FileLink> getFileLinksByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
Description copied from interface:IASResourceDataServiceReturns all FileLink objects, where property with given name equals object, sorted.- Specified by:
getFileLinksByPropertyin interfaceIASResourceDataService
-
executeQueryOnFileLinks
public net.anotheria.anodoc.query2.QueryResult executeQueryOnFileLinks(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on FileLinks- Specified by:
executeQueryOnFileLinksin interfaceIASResourceDataService
-
getFileLinksByProperty
public java.util.List<FileLink> getFileLinksByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all FileLink objects, where property matches.- Specified by:
getFileLinksByPropertyin interfaceIASResourceDataService
-
getFileLinksByProperty
public java.util.List<FileLink> getFileLinksByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
Returns all FileLink objects, where property matches, sorted- Specified by:
getFileLinksByPropertyin interfaceIASResourceDataService
-
getFileLinksCount
public int getFileLinksCount()
Returns FileLink objects count.- Specified by:
getFileLinksCountin interfaceIASResourceDataService
-
getFileLinks
public java.util.List<FileLink> getFileLinks(net.anotheria.util.slicer.Segment aSegment)
Returns FileLink objects segment.- Specified by:
getFileLinksin interfaceIASResourceDataService
-
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
-
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)
Executes a query on all data objects (documents, vo) which are part of this module and managed by this service- Specified by:
executeQueryOnAllObjectsin 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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
-