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(String sourceLanguage, String targetLanguage)In all documents of type Image copies all multilingual fields from sourceLanguage to targetLanguage.voidcopyMultilingualAttributesInAllLocalizationBundles(String sourceLanguage, String targetLanguage)In all documents of type LocalizationBundle copies all multilingual fields from sourceLanguage to targetLanguage.voidcopyMultilingualAttributesInAllMailTemplates(String sourceLanguage, String targetLanguage)In all documents of type MailTemplate copies all multilingual fields from sourceLanguage to targetLanguage.voidcopyMultilingualAttributesInAllObjects(String sourceLanguage, String targetLanguage)Copies all multilingual fields from sourceLanguage to targetLanguage in all data objects (documents, vo) which are part of this module and managed by this servicevoidcopyMultilingualAttributesInAllPdfTemplates(String sourceLanguage, String targetLanguage)In all documents of type PdfTemplate copies all multilingual fields from sourceLanguage to targetLanguage.voidcopyMultilingualAttributesInAllPushNotificationTemplates(String sourceLanguage, String targetLanguage)In all documents of type PushNotificationTemplate copies all multilingual fields from sourceLanguage to targetLanguage.voidcopyMultilingualAttributesInAllTextResources(String sourceLanguage, String targetLanguage)In all documents of type TextResource copies all multilingual fields from sourceLanguage to targetLanguage.FileLinkcreateFileLink(FileLink filelink)Creates a new FileLink object.List<FileLink>createFileLinks(List<FileLink> list)Creates multiple new FileLink objects.ImagecreateImage(Image image)Creates a new Image object.List<Image>createImages(List<Image> list)Creates multiple new Image objects.LocalizationBundlecreateLocalizationBundle(LocalizationBundle localizationbundle)Creates a new LocalizationBundle object.List<LocalizationBundle>createLocalizationBundles(List<LocalizationBundle> list)Creates multiple new LocalizationBundle objects.MailTemplatecreateMailTemplate(MailTemplate mailtemplate)Creates a new MailTemplate object.List<MailTemplate>createMailTemplates(List<MailTemplate> list)Creates multiple new MailTemplate objects.PdfTemplatecreatePdfTemplate(PdfTemplate pdftemplate)Creates a new PdfTemplate object.List<PdfTemplate>createPdfTemplates(List<PdfTemplate> list)Creates multiple new PdfTemplate objects.PushNotificationTemplatecreatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)Creates a new PushNotificationTemplate object.List<PushNotificationTemplate>createPushNotificationTemplates(List<PushNotificationTemplate> list)Creates multiple new PushNotificationTemplate objects.TextResourcecreateTextResource(TextResource textresource)Creates a new TextResource object.List<TextResource>createTextResources(List<TextResource> list)Creates multiple new TextResource objects.voiddeleteFileLink(String id)Deletes a FileLink object by id.voiddeleteFileLink(FileLink filelink)Deletes a FileLink object.voiddeleteFileLinks(List<FileLink> list)Deletes multiple FileLink objects.voiddeleteImage(String id)Deletes a Image object by id.voiddeleteImage(Image image)Deletes a Image object.voiddeleteImages(List<Image> list)Deletes multiple Image objects.voiddeleteLocalizationBundle(String id)Deletes a LocalizationBundle object by id.voiddeleteLocalizationBundle(LocalizationBundle localizationbundle)Deletes a LocalizationBundle object.voiddeleteLocalizationBundles(List<LocalizationBundle> list)Deletes multiple LocalizationBundle objects.voiddeleteMailTemplate(String id)Deletes a MailTemplate object by id.voiddeleteMailTemplate(MailTemplate mailtemplate)Deletes a MailTemplate object.voiddeleteMailTemplates(List<MailTemplate> list)Deletes multiple MailTemplate objects.voiddeletePdfTemplate(String id)Deletes a PdfTemplate object by id.voiddeletePdfTemplate(PdfTemplate pdftemplate)Deletes a PdfTemplate object.voiddeletePdfTemplates(List<PdfTemplate> list)Deletes multiple PdfTemplate objects.voiddeletePushNotificationTemplate(String id)Deletes a PushNotificationTemplate object by id.voiddeletePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)Deletes a PushNotificationTemplate object.voiddeletePushNotificationTemplates(List<PushNotificationTemplate> list)Deletes multiple PushNotificationTemplate objects.voiddeleteTextResource(String id)Deletes a TextResource object by id.voiddeleteTextResource(TextResource textresource)Deletes a TextResource object.voiddeleteTextResources(List<TextResource> list)Deletes multiple TextResource objects.voidexecuteParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data)Save transferred document by its own type.net.anotheria.anodoc.query2.QueryResultexecuteQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query)Executes a query on all data objects (documents, vo) which are part of this module and managed by this servicenet.anotheria.anodoc.query2.QueryResultexecuteQueryOnFileLinks(net.anotheria.anodoc.query2.DocumentQuery query)Executes a query on FileLinksnet.anotheria.anodoc.query2.QueryResultexecuteQueryOnImages(net.anotheria.anodoc.query2.DocumentQuery query)Executes a query on Imagesnet.anotheria.anodoc.query2.QueryResultexecuteQueryOnLocalizationBundles(net.anotheria.anodoc.query2.DocumentQuery query)Executes a query on LocalizationBundlesnet.anotheria.anodoc.query2.QueryResultexecuteQueryOnMailTemplates(net.anotheria.anodoc.query2.DocumentQuery query)Executes a query on MailTemplatesnet.anotheria.anodoc.query2.QueryResultexecuteQueryOnPdfTemplates(net.anotheria.anodoc.query2.DocumentQuery query)Executes a query on PdfTemplatesnet.anotheria.anodoc.query2.QueryResultexecuteQueryOnPushNotificationTemplates(net.anotheria.anodoc.query2.DocumentQuery query)Executes a query on PushNotificationTemplatesnet.anotheria.anodoc.query2.QueryResultexecuteQueryOnTextResources(net.anotheria.anodoc.query2.DocumentQuery query)Executes a query on TextResourcesnet.anotheria.util.xml.XMLNodeexportFileLinksToXML()net.anotheria.util.xml.XMLNodeexportFileLinksToXML(String[] languages)net.anotheria.util.xml.XMLNodeexportFileLinksToXML(String[] languages, List<FileLink> list)creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportFileLinksToXML(List<FileLink> list)Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportImagesToXML()net.anotheria.util.xml.XMLNodeexportImagesToXML(String[] languages)net.anotheria.util.xml.XMLNodeexportImagesToXML(String[] languages, List<Image> list)creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportImagesToXML(List<Image> list)Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportLocalizationBundlesToXML()net.anotheria.util.xml.XMLNodeexportLocalizationBundlesToXML(String[] languages)net.anotheria.util.xml.XMLNodeexportLocalizationBundlesToXML(String[] languages, List<LocalizationBundle> list)creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportLocalizationBundlesToXML(List<LocalizationBundle> list)Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportMailTemplatesToXML()net.anotheria.util.xml.XMLNodeexportMailTemplatesToXML(String[] languages)net.anotheria.util.xml.XMLNodeexportMailTemplatesToXML(String[] languages, List<MailTemplate> list)creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportMailTemplatesToXML(List<MailTemplate> list)Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportPdfTemplatesToXML()net.anotheria.util.xml.XMLNodeexportPdfTemplatesToXML(String[] languages)net.anotheria.util.xml.XMLNodeexportPdfTemplatesToXML(String[] languages, List<PdfTemplate> list)creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportPdfTemplatesToXML(List<PdfTemplate> list)Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportPushNotificationTemplatesToXML()net.anotheria.util.xml.XMLNodeexportPushNotificationTemplatesToXML(String[] languages)net.anotheria.util.xml.XMLNodeexportPushNotificationTemplatesToXML(String[] languages, List<PushNotificationTemplate> list)creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportPushNotificationTemplatesToXML(List<PushNotificationTemplate> list)Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportTextResourcesToXML()net.anotheria.util.xml.XMLNodeexportTextResourcesToXML(String[] languages)net.anotheria.util.xml.XMLNodeexportTextResourcesToXML(String[] languages, List<TextResource> list)creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportTextResourcesToXML(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(String[] languages)creates an xml element with all contained data but only selected languages in multilingual attributes.voidfetchFileLink(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data)Create json object list dependencies for this FileLink document.voidfetchImage(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data)Create json object list dependencies for this Image document.voidfetchLocalizationBundle(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data)Create json object list dependencies for this LocalizationBundle document.voidfetchMailTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data)Create json object list dependencies for this MailTemplate document.voidfetchPdfTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data)Create json object list dependencies for this PdfTemplate document.voidfetchPushNotificationTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data)Create json object list dependencies for this PushNotificationTemplate document.voidfetchTextResource(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data)Create json object list dependencies for this TextResource document.FileLinkgetFileLink(String id)Returns the FileLink object with the specified id.List<FileLink>getFileLinks()Returns all FileLinks objects stored.List<FileLink>getFileLinks(net.anotheria.util.slicer.Segment aSegment)Returns FileLink objects segment.List<FileLink>getFileLinks(net.anotheria.util.sorter.SortType sortType)Returns all FileLinks objects sorted by given sortType.List<FileLink>getFileLinksByProperty(String propertyName, Object value)Returns all FileLink objects, where property with given name equals object.List<FileLink>getFileLinksByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType)Returns all FileLink objects, where property with given name equals object, sorted.List<FileLink>getFileLinksByProperty(net.anotheria.anodoc.query2.QueryProperty... properties)Returns all FileLink objects, where property matches.List<FileLink>getFileLinksByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns FileLink objects segment, where property matched.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.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(String id)Returns the Image object with the specified id.List<Image>getImages()Returns all Images objects stored.List<Image>getImages(net.anotheria.util.slicer.Segment aSegment)Returns Image objects segment.List<Image>getImages(net.anotheria.util.sorter.SortType sortType)Returns all Images objects sorted by given sortType.List<Image>getImagesByProperty(String propertyName, Object value)Returns all Image objects, where property with given name equals object.List<Image>getImagesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType)Returns all Image objects, where property with given name equals object, sorted.List<Image>getImagesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties)Returns all Image objects, where property matches.List<Image>getImagesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns Image objects segment, where property matched.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.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(String id)Returns the LocalizationBundle object with the specified id.List<LocalizationBundle>getLocalizationBundles()Returns all LocalizationBundles objects stored.List<LocalizationBundle>getLocalizationBundles(net.anotheria.util.slicer.Segment aSegment)Returns LocalizationBundle objects segment.List<LocalizationBundle>getLocalizationBundles(net.anotheria.util.sorter.SortType sortType)Returns all LocalizationBundles objects sorted by given sortType.List<LocalizationBundle>getLocalizationBundlesByProperty(String propertyName, Object value)Returns all LocalizationBundle objects, where property with given name equals object.List<LocalizationBundle>getLocalizationBundlesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType)Returns all LocalizationBundle objects, where property with given name equals object, sorted.List<LocalizationBundle>getLocalizationBundlesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties)Returns all LocalizationBundle objects, where property matches.List<LocalizationBundle>getLocalizationBundlesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns LocalizationBundle objects segment, where property matched.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.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(String id)Returns the MailTemplate object with the specified id.List<MailTemplate>getMailTemplates()Returns all MailTemplates objects stored.List<MailTemplate>getMailTemplates(net.anotheria.util.slicer.Segment aSegment)Returns MailTemplate objects segment.List<MailTemplate>getMailTemplates(net.anotheria.util.sorter.SortType sortType)Returns all MailTemplates objects sorted by given sortType.List<MailTemplate>getMailTemplatesByProperty(String propertyName, Object value)Returns all MailTemplate objects, where property with given name equals object.List<MailTemplate>getMailTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType)Returns all MailTemplate objects, where property with given name equals object, sorted.List<MailTemplate>getMailTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties)Returns all MailTemplate objects, where property matches.List<MailTemplate>getMailTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns MailTemplate objects segment, where property matched.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.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(String id)Returns the PdfTemplate object with the specified id.List<PdfTemplate>getPdfTemplates()Returns all PdfTemplates objects stored.List<PdfTemplate>getPdfTemplates(net.anotheria.util.slicer.Segment aSegment)Returns PdfTemplate objects segment.List<PdfTemplate>getPdfTemplates(net.anotheria.util.sorter.SortType sortType)Returns all PdfTemplates objects sorted by given sortType.List<PdfTemplate>getPdfTemplatesByProperty(String propertyName, Object value)Returns all PdfTemplate objects, where property with given name equals object.List<PdfTemplate>getPdfTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType)Returns all PdfTemplate objects, where property with given name equals object, sorted.List<PdfTemplate>getPdfTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties)Returns all PdfTemplate objects, where property matches.List<PdfTemplate>getPdfTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns PdfTemplate objects segment, where property matched.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.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(String id)Returns the PushNotificationTemplate object with the specified id.List<PushNotificationTemplate>getPushNotificationTemplates()Returns all PushNotificationTemplates objects stored.List<PushNotificationTemplate>getPushNotificationTemplates(net.anotheria.util.slicer.Segment aSegment)Returns PushNotificationTemplate objects segment.List<PushNotificationTemplate>getPushNotificationTemplates(net.anotheria.util.sorter.SortType sortType)Returns all PushNotificationTemplates objects sorted by given sortType.List<PushNotificationTemplate>getPushNotificationTemplatesByProperty(String propertyName, Object value)Returns all PushNotificationTemplate objects, where property with given name equals object.List<PushNotificationTemplate>getPushNotificationTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType)Returns all PushNotificationTemplate objects, where property with given name equals object, sorted.List<PushNotificationTemplate>getPushNotificationTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties)Returns all PushNotificationTemplate objects, where property matches.List<PushNotificationTemplate>getPushNotificationTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns PushNotificationTemplate objects segment, where property matched.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.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(String id)Returns the TextResource object with the specified id.List<TextResource>getTextResources()Returns all TextResources objects stored.List<TextResource>getTextResources(net.anotheria.util.slicer.Segment aSegment)Returns TextResource objects segment.List<TextResource>getTextResources(net.anotheria.util.sorter.SortType sortType)Returns all TextResources objects sorted by given sortType.List<TextResource>getTextResourcesByProperty(String propertyName, Object value)Returns all TextResource objects, where property with given name equals object.List<TextResource>getTextResourcesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType)Returns all TextResource objects, where property with given name equals object, sorted.List<TextResource>getTextResourcesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties)Returns all TextResource objects, where property matches.List<TextResource>getTextResourcesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns TextResource objects segment, where property matched.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.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.List<FileLink>importFileLinks(List<FileLink> list)Imports multiple new FileLink object.ImageimportImage(Image image)Imports a new Image object.List<Image>importImages(List<Image> list)Imports multiple new Image object.LocalizationBundleimportLocalizationBundle(LocalizationBundle localizationbundle)Imports a new LocalizationBundle object.List<LocalizationBundle>importLocalizationBundles(List<LocalizationBundle> list)Imports multiple new LocalizationBundle object.MailTemplateimportMailTemplate(MailTemplate mailtemplate)Imports a new MailTemplate object.List<MailTemplate>importMailTemplates(List<MailTemplate> list)Imports multiple new MailTemplate object.PdfTemplateimportPdfTemplate(PdfTemplate pdftemplate)Imports a new PdfTemplate object.List<PdfTemplate>importPdfTemplates(List<PdfTemplate> list)Imports multiple new PdfTemplate object.PushNotificationTemplateimportPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)Imports a new PushNotificationTemplate object.List<PushNotificationTemplate>importPushNotificationTemplates(List<PushNotificationTemplate> list)Imports multiple new PushNotificationTemplate object.TextResourceimportTextResource(TextResource textresource)Imports a new TextResource object.List<TextResource>importTextResources(List<TextResource> list)Imports multiple new TextResource object.voidreset()FileLinkupdateFileLink(FileLink filelink)Updates a FileLink object.List<FileLink>updateFileLinks(List<FileLink> list)Updates multiple new FileLink objects.ImageupdateImage(Image image)Updates a Image object.List<Image>updateImages(List<Image> list)Updates multiple new Image objects.LocalizationBundleupdateLocalizationBundle(LocalizationBundle localizationbundle)Updates a LocalizationBundle object.List<LocalizationBundle>updateLocalizationBundles(List<LocalizationBundle> list)Updates multiple new LocalizationBundle objects.MailTemplateupdateMailTemplate(MailTemplate mailtemplate)Updates a MailTemplate object.List<MailTemplate>updateMailTemplates(List<MailTemplate> list)Updates multiple new MailTemplate objects.PdfTemplateupdatePdfTemplate(PdfTemplate pdftemplate)Updates a PdfTemplate object.List<PdfTemplate>updatePdfTemplates(List<PdfTemplate> list)Updates multiple new PdfTemplate objects.PushNotificationTemplateupdatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)Updates a PushNotificationTemplate object.List<PushNotificationTemplate>updatePushNotificationTemplates(List<PushNotificationTemplate> list)Updates multiple new PushNotificationTemplate objects.TextResourceupdateTextResource(TextResource textresource)Updates a TextResource object.List<TextResource>updateTextResources(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 List<TextResource> getTextResources() throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all TextResources objects stored.- Specified by:
getTextResourcesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getTextResources
public List<TextResource> getTextResources(net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all TextResources objects sorted by given sortType.- Specified by:
getTextResourcesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteTextResource
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(String id) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceDeletes a TextResource object by id.- Specified by:
deleteTextResourcein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteTextResources
public void deleteTextResources(List<TextResource> list) throws ASResourceDataServiceException
Deletes multiple TextResource objects.- Specified by:
deleteTextResourcesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getTextResource
public TextResource getTextResource(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 List<TextResource> importTextResources(List<TextResource> list) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceImports multiple new TextResource object. Returns the created versions.- Specified by:
importTextResourcesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createTextResource
public TextResource createTextResource(TextResource textresource) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceCreates a new TextResource object. Returns the created version.- Specified by:
createTextResourcein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createTextResources
public List<TextResource> createTextResources(List<TextResource> list) throws ASResourceDataServiceException
Creates multiple new TextResource objects. Returns the created versions.- Specified by:
createTextResourcesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateTextResources
public List<TextResource> updateTextResources(List<TextResource> list) throws ASResourceDataServiceException
Updates multiple new TextResource objects. Returns the updated versions.- Specified by:
updateTextResourcesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateTextResource
public TextResource updateTextResource(TextResource textresource) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceUpdates a TextResource object. Returns the updated version.- Specified by:
updateTextResourcein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getTextResourcesByProperty
public List<TextResource> getTextResourcesByProperty(String propertyName, Object value) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all TextResource objects, where property with given name equals object.- Specified by:
getTextResourcesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getTextResourcesByProperty
public List<TextResource> getTextResourcesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all TextResource objects, where property with given name equals object, sorted.- Specified by:
getTextResourcesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
executeQueryOnTextResources
public net.anotheria.anodoc.query2.QueryResult executeQueryOnTextResources(net.anotheria.anodoc.query2.DocumentQuery query) throws ASResourceDataServiceExceptionExecutes a query on TextResources- Specified by:
executeQueryOnTextResourcesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getTextResourcesByProperty
public List<TextResource> getTextResourcesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) throws ASResourceDataServiceException
Returns all TextResource objects, where property matches.- Specified by:
getTextResourcesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getTextResourcesByProperty
public List<TextResource> getTextResourcesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASResourceDataServiceException
Returns all TextResource objects, where property matches, sorted- Specified by:
getTextResourcesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getTextResourcesCount
public int getTextResourcesCount() throws ASResourceDataServiceExceptionReturns TextResource objects count.- Specified by:
getTextResourcesCountin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getTextResources
public List<TextResource> getTextResources(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException
Returns TextResource objects segment.- Specified by:
getTextResourcesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getTextResourcesByProperty
public List<TextResource> getTextResourcesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
Returns TextResource objects segment, where property matched.- Specified by:
getTextResourcesByPropertyin interfaceIASResourceDataService
-
getTextResourcesByProperty
public List<TextResource> getTextResourcesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns TextResource objects segment, where property matched, sorted.- Specified by:
getTextResourcesByPropertyin interfaceIASResourceDataService
-
getLocalizationBundles
public List<LocalizationBundle> getLocalizationBundles() throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all LocalizationBundles objects stored.- Specified by:
getLocalizationBundlesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getLocalizationBundles
public List<LocalizationBundle> getLocalizationBundles(net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all LocalizationBundles objects sorted by given sortType.- Specified by:
getLocalizationBundlesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteLocalizationBundle
public void deleteLocalizationBundle(LocalizationBundle localizationbundle) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceDeletes a LocalizationBundle object.- Specified by:
deleteLocalizationBundlein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteLocalizationBundle
public void deleteLocalizationBundle(String id) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceDeletes a LocalizationBundle object by id.- Specified by:
deleteLocalizationBundlein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteLocalizationBundles
public void deleteLocalizationBundles(List<LocalizationBundle> list) throws ASResourceDataServiceException
Deletes multiple LocalizationBundle objects.- Specified by:
deleteLocalizationBundlesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getLocalizationBundle
public LocalizationBundle getLocalizationBundle(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 List<LocalizationBundle> importLocalizationBundles(List<LocalizationBundle> list) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceImports multiple new LocalizationBundle object. Returns the created versions.- Specified by:
importLocalizationBundlesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createLocalizationBundle
public LocalizationBundle createLocalizationBundle(LocalizationBundle localizationbundle) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceCreates a new LocalizationBundle object. Returns the created version.- Specified by:
createLocalizationBundlein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createLocalizationBundles
public List<LocalizationBundle> createLocalizationBundles(List<LocalizationBundle> list) throws ASResourceDataServiceException
Creates multiple new LocalizationBundle objects. Returns the created versions.- Specified by:
createLocalizationBundlesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateLocalizationBundles
public List<LocalizationBundle> updateLocalizationBundles(List<LocalizationBundle> list) throws ASResourceDataServiceException
Updates multiple new LocalizationBundle objects. Returns the updated versions.- Specified by:
updateLocalizationBundlesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateLocalizationBundle
public LocalizationBundle updateLocalizationBundle(LocalizationBundle localizationbundle) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceUpdates a LocalizationBundle object. Returns the updated version.- Specified by:
updateLocalizationBundlein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getLocalizationBundlesByProperty
public List<LocalizationBundle> getLocalizationBundlesByProperty(String propertyName, Object value) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all LocalizationBundle objects, where property with given name equals object.- Specified by:
getLocalizationBundlesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getLocalizationBundlesByProperty
public List<LocalizationBundle> getLocalizationBundlesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all LocalizationBundle objects, where property with given name equals object, sorted.- Specified by:
getLocalizationBundlesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
executeQueryOnLocalizationBundles
public net.anotheria.anodoc.query2.QueryResult executeQueryOnLocalizationBundles(net.anotheria.anodoc.query2.DocumentQuery query) throws ASResourceDataServiceExceptionExecutes a query on LocalizationBundles- Specified by:
executeQueryOnLocalizationBundlesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getLocalizationBundlesByProperty
public List<LocalizationBundle> getLocalizationBundlesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) throws ASResourceDataServiceException
Returns all LocalizationBundle objects, where property matches.- Specified by:
getLocalizationBundlesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getLocalizationBundlesByProperty
public List<LocalizationBundle> getLocalizationBundlesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASResourceDataServiceException
Returns all LocalizationBundle objects, where property matches, sorted- Specified by:
getLocalizationBundlesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getLocalizationBundlesCount
public int getLocalizationBundlesCount() throws ASResourceDataServiceExceptionReturns LocalizationBundle objects count.- Specified by:
getLocalizationBundlesCountin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getLocalizationBundles
public List<LocalizationBundle> getLocalizationBundles(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException
Returns LocalizationBundle objects segment.- Specified by:
getLocalizationBundlesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getLocalizationBundlesByProperty
public List<LocalizationBundle> getLocalizationBundlesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
Returns LocalizationBundle objects segment, where property matched.- Specified by:
getLocalizationBundlesByPropertyin interfaceIASResourceDataService
-
getLocalizationBundlesByProperty
public List<LocalizationBundle> getLocalizationBundlesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns LocalizationBundle objects segment, where property matched, sorted.- Specified by:
getLocalizationBundlesByPropertyin interfaceIASResourceDataService
-
getMailTemplates
public List<MailTemplate> getMailTemplates() throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all MailTemplates objects stored.- Specified by:
getMailTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getMailTemplates
public List<MailTemplate> getMailTemplates(net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all MailTemplates objects sorted by given sortType.- Specified by:
getMailTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteMailTemplate
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(String id) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceDeletes a MailTemplate object by id.- Specified by:
deleteMailTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteMailTemplates
public void deleteMailTemplates(List<MailTemplate> list) throws ASResourceDataServiceException
Deletes multiple MailTemplate objects.- Specified by:
deleteMailTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getMailTemplate
public MailTemplate getMailTemplate(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 List<MailTemplate> importMailTemplates(List<MailTemplate> list) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceImports multiple new MailTemplate object. Returns the created versions.- Specified by:
importMailTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createMailTemplate
public MailTemplate createMailTemplate(MailTemplate mailtemplate) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceCreates a new MailTemplate object. Returns the created version.- Specified by:
createMailTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createMailTemplates
public List<MailTemplate> createMailTemplates(List<MailTemplate> list) throws ASResourceDataServiceException
Creates multiple new MailTemplate objects. Returns the created versions.- Specified by:
createMailTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateMailTemplates
public List<MailTemplate> updateMailTemplates(List<MailTemplate> list) throws ASResourceDataServiceException
Updates multiple new MailTemplate objects. Returns the updated versions.- Specified by:
updateMailTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateMailTemplate
public MailTemplate updateMailTemplate(MailTemplate mailtemplate) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceUpdates a MailTemplate object. Returns the updated version.- Specified by:
updateMailTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getMailTemplatesByProperty
public List<MailTemplate> getMailTemplatesByProperty(String propertyName, Object value) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all MailTemplate objects, where property with given name equals object.- Specified by:
getMailTemplatesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getMailTemplatesByProperty
public List<MailTemplate> getMailTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all MailTemplate objects, where property with given name equals object, sorted.- Specified by:
getMailTemplatesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
executeQueryOnMailTemplates
public net.anotheria.anodoc.query2.QueryResult executeQueryOnMailTemplates(net.anotheria.anodoc.query2.DocumentQuery query) throws ASResourceDataServiceExceptionExecutes a query on MailTemplates- Specified by:
executeQueryOnMailTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getMailTemplatesByProperty
public List<MailTemplate> getMailTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) throws ASResourceDataServiceException
Returns all MailTemplate objects, where property matches.- Specified by:
getMailTemplatesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getMailTemplatesByProperty
public List<MailTemplate> getMailTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASResourceDataServiceException
Returns all MailTemplate objects, where property matches, sorted- Specified by:
getMailTemplatesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getMailTemplatesCount
public int getMailTemplatesCount() throws ASResourceDataServiceExceptionReturns MailTemplate objects count.- Specified by:
getMailTemplatesCountin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getMailTemplates
public List<MailTemplate> getMailTemplates(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException
Returns MailTemplate objects segment.- Specified by:
getMailTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getMailTemplatesByProperty
public List<MailTemplate> getMailTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
Returns MailTemplate objects segment, where property matched.- Specified by:
getMailTemplatesByPropertyin interfaceIASResourceDataService
-
getMailTemplatesByProperty
public List<MailTemplate> getMailTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns MailTemplate objects segment, where property matched, sorted.- Specified by:
getMailTemplatesByPropertyin interfaceIASResourceDataService
-
getPdfTemplates
public List<PdfTemplate> getPdfTemplates() throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all PdfTemplates objects stored.- Specified by:
getPdfTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPdfTemplates
public List<PdfTemplate> getPdfTemplates(net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all PdfTemplates objects sorted by given sortType.- Specified by:
getPdfTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deletePdfTemplate
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(String id) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceDeletes a PdfTemplate object by id.- Specified by:
deletePdfTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deletePdfTemplates
public void deletePdfTemplates(List<PdfTemplate> list) throws ASResourceDataServiceException
Deletes multiple PdfTemplate objects.- Specified by:
deletePdfTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPdfTemplate
public PdfTemplate getPdfTemplate(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 List<PdfTemplate> importPdfTemplates(List<PdfTemplate> list) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceImports multiple new PdfTemplate object. Returns the created versions.- Specified by:
importPdfTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createPdfTemplate
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 List<PdfTemplate> createPdfTemplates(List<PdfTemplate> list) throws ASResourceDataServiceException
Creates multiple new PdfTemplate objects. Returns the created versions.- Specified by:
createPdfTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updatePdfTemplates
public List<PdfTemplate> updatePdfTemplates(List<PdfTemplate> list) throws ASResourceDataServiceException
Updates multiple new PdfTemplate objects. Returns the updated versions.- Specified by:
updatePdfTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updatePdfTemplate
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 List<PdfTemplate> getPdfTemplatesByProperty(String propertyName, Object value) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all PdfTemplate objects, where property with given name equals object.- Specified by:
getPdfTemplatesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPdfTemplatesByProperty
public List<PdfTemplate> getPdfTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all PdfTemplate objects, where property with given name equals object, sorted.- Specified by:
getPdfTemplatesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
executeQueryOnPdfTemplates
public net.anotheria.anodoc.query2.QueryResult executeQueryOnPdfTemplates(net.anotheria.anodoc.query2.DocumentQuery query) throws ASResourceDataServiceExceptionExecutes a query on PdfTemplates- Specified by:
executeQueryOnPdfTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPdfTemplatesByProperty
public List<PdfTemplate> getPdfTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) throws ASResourceDataServiceException
Returns all PdfTemplate objects, where property matches.- Specified by:
getPdfTemplatesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPdfTemplatesByProperty
public List<PdfTemplate> getPdfTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASResourceDataServiceException
Returns all PdfTemplate objects, where property matches, sorted- Specified by:
getPdfTemplatesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPdfTemplatesCount
public int getPdfTemplatesCount() throws ASResourceDataServiceExceptionReturns PdfTemplate objects count.- Specified by:
getPdfTemplatesCountin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPdfTemplates
public List<PdfTemplate> getPdfTemplates(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException
Returns PdfTemplate objects segment.- Specified by:
getPdfTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPdfTemplatesByProperty
public List<PdfTemplate> getPdfTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
Returns PdfTemplate objects segment, where property matched.- Specified by:
getPdfTemplatesByPropertyin interfaceIASResourceDataService
-
getPdfTemplatesByProperty
public List<PdfTemplate> getPdfTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns PdfTemplate objects segment, where property matched, sorted.- Specified by:
getPdfTemplatesByPropertyin interfaceIASResourceDataService
-
getPushNotificationTemplates
public List<PushNotificationTemplate> getPushNotificationTemplates() throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all PushNotificationTemplates objects stored.- Specified by:
getPushNotificationTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPushNotificationTemplates
public List<PushNotificationTemplate> getPushNotificationTemplates(net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all PushNotificationTemplates objects sorted by given sortType.- Specified by:
getPushNotificationTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deletePushNotificationTemplate
public void deletePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceDeletes a PushNotificationTemplate object.- Specified by:
deletePushNotificationTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deletePushNotificationTemplate
public void deletePushNotificationTemplate(String id) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceDeletes a PushNotificationTemplate object by id.- Specified by:
deletePushNotificationTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deletePushNotificationTemplates
public void deletePushNotificationTemplates(List<PushNotificationTemplate> list) throws ASResourceDataServiceException
Deletes multiple PushNotificationTemplate objects.- Specified by:
deletePushNotificationTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPushNotificationTemplate
public PushNotificationTemplate getPushNotificationTemplate(String id) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns the PushNotificationTemplate object with the specified id.- Specified by:
getPushNotificationTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
importPushNotificationTemplate
public PushNotificationTemplate importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceImports a new PushNotificationTemplate object. Returns the created version.- Specified by:
importPushNotificationTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
importPushNotificationTemplates
public List<PushNotificationTemplate> importPushNotificationTemplates(List<PushNotificationTemplate> list) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceImports multiple new PushNotificationTemplate object. Returns the created versions.- Specified by:
importPushNotificationTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createPushNotificationTemplate
public PushNotificationTemplate createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceCreates a new PushNotificationTemplate object. Returns the created version.- Specified by:
createPushNotificationTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
createPushNotificationTemplates
public List<PushNotificationTemplate> createPushNotificationTemplates(List<PushNotificationTemplate> list) throws ASResourceDataServiceException
Creates multiple new PushNotificationTemplate objects. Returns the created versions.- Specified by:
createPushNotificationTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updatePushNotificationTemplates
public List<PushNotificationTemplate> updatePushNotificationTemplates(List<PushNotificationTemplate> list) throws ASResourceDataServiceException
Updates multiple new PushNotificationTemplate objects. Returns the updated versions.- Specified by:
updatePushNotificationTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updatePushNotificationTemplate
public PushNotificationTemplate updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceUpdates a PushNotificationTemplate object. Returns the updated version.- Specified by:
updatePushNotificationTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPushNotificationTemplatesByProperty
public List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(String propertyName, Object value) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all PushNotificationTemplate objects, where property with given name equals object.- Specified by:
getPushNotificationTemplatesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPushNotificationTemplatesByProperty
public List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all PushNotificationTemplate objects, where property with given name equals object, sorted.- Specified by:
getPushNotificationTemplatesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
executeQueryOnPushNotificationTemplates
public net.anotheria.anodoc.query2.QueryResult executeQueryOnPushNotificationTemplates(net.anotheria.anodoc.query2.DocumentQuery query) throws ASResourceDataServiceExceptionExecutes a query on PushNotificationTemplates- Specified by:
executeQueryOnPushNotificationTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPushNotificationTemplatesByProperty
public List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) throws ASResourceDataServiceException
Returns all PushNotificationTemplate objects, where property matches.- Specified by:
getPushNotificationTemplatesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPushNotificationTemplatesByProperty
public List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASResourceDataServiceException
Returns all PushNotificationTemplate objects, where property matches, sorted- Specified by:
getPushNotificationTemplatesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPushNotificationTemplatesCount
public int getPushNotificationTemplatesCount() throws ASResourceDataServiceExceptionReturns PushNotificationTemplate objects count.- Specified by:
getPushNotificationTemplatesCountin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPushNotificationTemplates
public List<PushNotificationTemplate> getPushNotificationTemplates(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException
Returns PushNotificationTemplate objects segment.- Specified by:
getPushNotificationTemplatesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getPushNotificationTemplatesByProperty
public List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
Returns PushNotificationTemplate objects segment, where property matched.- Specified by:
getPushNotificationTemplatesByPropertyin interfaceIASResourceDataService
-
getPushNotificationTemplatesByProperty
public List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns PushNotificationTemplate objects segment, where property matched, sorted.- Specified by:
getPushNotificationTemplatesByPropertyin interfaceIASResourceDataService
-
getImages
public List<Image> getImages() throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all Images objects stored.- Specified by:
getImagesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getImages
public List<Image> getImages(net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all Images objects sorted by given sortType.- Specified by:
getImagesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteImage
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(String id) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceDeletes a Image object by id.- Specified by:
deleteImagein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteImages
public void deleteImages(List<Image> list) throws ASResourceDataServiceException
Deletes multiple Image objects.- Specified by:
deleteImagesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getImage
public Image getImage(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 List<Image> importImages(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 List<Image> createImages(List<Image> list) throws ASResourceDataServiceException
Creates multiple new Image objects. Returns the created versions.- Specified by:
createImagesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateImages
public List<Image> updateImages(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 List<Image> getImagesByProperty(String propertyName, Object value) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all Image objects, where property with given name equals object.- Specified by:
getImagesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getImagesByProperty
public List<Image> getImagesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all Image objects, where property with given name equals object, sorted.- Specified by:
getImagesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
executeQueryOnImages
public net.anotheria.anodoc.query2.QueryResult executeQueryOnImages(net.anotheria.anodoc.query2.DocumentQuery query) throws ASResourceDataServiceExceptionExecutes a query on Images- Specified by:
executeQueryOnImagesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getImagesByProperty
public List<Image> getImagesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) throws ASResourceDataServiceException
Returns all Image objects, where property matches.- Specified by:
getImagesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getImagesByProperty
public List<Image> getImagesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASResourceDataServiceException
Returns all Image objects, where property matches, sorted- Specified by:
getImagesByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getImagesCount
public int getImagesCount() throws ASResourceDataServiceExceptionReturns Image objects count.- Specified by:
getImagesCountin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getImages
public List<Image> getImages(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException
Returns Image objects segment.- Specified by:
getImagesin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getImagesByProperty
public List<Image> getImagesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
Returns Image objects segment, where property matched.- Specified by:
getImagesByPropertyin interfaceIASResourceDataService
-
getImagesByProperty
public List<Image> getImagesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns Image objects segment, where property matched, sorted.- Specified by:
getImagesByPropertyin interfaceIASResourceDataService
-
getFileLinks
public List<FileLink> getFileLinks() throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all FileLinks objects stored.- Specified by:
getFileLinksin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getFileLinks
public List<FileLink> getFileLinks(net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all FileLinks objects sorted by given sortType.- Specified by:
getFileLinksin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteFileLink
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(String id) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceDeletes a FileLink object by id.- Specified by:
deleteFileLinkin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
deleteFileLinks
public void deleteFileLinks(List<FileLink> list) throws ASResourceDataServiceException
Deletes multiple FileLink objects.- Specified by:
deleteFileLinksin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getFileLink
public FileLink getFileLink(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 List<FileLink> importFileLinks(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 List<FileLink> createFileLinks(List<FileLink> list) throws ASResourceDataServiceException
Creates multiple new FileLink objects. Returns the created versions.- Specified by:
createFileLinksin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
updateFileLinks
public List<FileLink> updateFileLinks(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 List<FileLink> getFileLinksByProperty(String propertyName, Object value) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all FileLink objects, where property with given name equals object.- Specified by:
getFileLinksByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getFileLinksByProperty
public List<FileLink> getFileLinksByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceReturns all FileLink objects, where property with given name equals object, sorted.- Specified by:
getFileLinksByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
executeQueryOnFileLinks
public net.anotheria.anodoc.query2.QueryResult executeQueryOnFileLinks(net.anotheria.anodoc.query2.DocumentQuery query) throws ASResourceDataServiceExceptionExecutes a query on FileLinks- Specified by:
executeQueryOnFileLinksin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getFileLinksByProperty
public List<FileLink> getFileLinksByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) throws ASResourceDataServiceException
Returns all FileLink objects, where property matches.- Specified by:
getFileLinksByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getFileLinksByProperty
public List<FileLink> getFileLinksByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASResourceDataServiceException
Returns all FileLink objects, where property matches, sorted- Specified by:
getFileLinksByPropertyin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getFileLinksCount
public int getFileLinksCount() throws ASResourceDataServiceExceptionReturns FileLink objects count.- Specified by:
getFileLinksCountin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getFileLinks
public List<FileLink> getFileLinks(net.anotheria.util.slicer.Segment aSegment) throws ASResourceDataServiceException
Returns FileLink objects segment.- Specified by:
getFileLinksin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
getFileLinksByProperty
public List<FileLink> getFileLinksByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
Returns FileLink objects segment, where property matched.- Specified by:
getFileLinksByPropertyin interfaceIASResourceDataService
-
getFileLinksByProperty
public List<FileLink> getFileLinksByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns FileLink objects segment, where property matched, sorted.- Specified by:
getFileLinksByPropertyin interfaceIASResourceDataService
-
exportTextResourcesToXML
public net.anotheria.util.xml.XMLNode exportTextResourcesToXML()
-
exportTextResourcesToXML
public net.anotheria.util.xml.XMLNode exportTextResourcesToXML(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(String[] languages)
-
exportTextResourcesToXML
public net.anotheria.util.xml.XMLNode exportTextResourcesToXML(String[] languages, List<TextResource> list)
Description copied from interface:IASResourceDataServicecreates an xml element with selected contained data but only selected languages in multilingual attributes- Specified by:
exportTextResourcesToXMLin interfaceIASResourceDataService
-
fetchTextResource
public void fetchTextResource(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceCreate json object list dependencies for this TextResource document.- Specified by:
fetchTextResourcein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
copyMultilingualAttributesInAllTextResources
public void copyMultilingualAttributesInAllTextResources(String sourceLanguage, String targetLanguage)
Description copied from interface:IASResourceDataServiceIn all documents of type TextResource copies all multilingual fields from sourceLanguage to targetLanguage.- Specified by:
copyMultilingualAttributesInAllTextResourcesin interfaceIASResourceDataService
-
exportLocalizationBundlesToXML
public net.anotheria.util.xml.XMLNode exportLocalizationBundlesToXML()
-
exportLocalizationBundlesToXML
public net.anotheria.util.xml.XMLNode exportLocalizationBundlesToXML(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(String[] languages)
-
exportLocalizationBundlesToXML
public net.anotheria.util.xml.XMLNode exportLocalizationBundlesToXML(String[] languages, List<LocalizationBundle> list)
Description copied from interface:IASResourceDataServicecreates an xml element with selected contained data but only selected languages in multilingual attributes- Specified by:
exportLocalizationBundlesToXMLin interfaceIASResourceDataService
-
fetchLocalizationBundle
public void fetchLocalizationBundle(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceCreate json object list dependencies for this LocalizationBundle document.- Specified by:
fetchLocalizationBundlein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
copyMultilingualAttributesInAllLocalizationBundles
public void copyMultilingualAttributesInAllLocalizationBundles(String sourceLanguage, String targetLanguage)
Description copied from interface:IASResourceDataServiceIn all documents of type LocalizationBundle copies all multilingual fields from sourceLanguage to targetLanguage.- Specified by:
copyMultilingualAttributesInAllLocalizationBundlesin interfaceIASResourceDataService
-
exportMailTemplatesToXML
public net.anotheria.util.xml.XMLNode exportMailTemplatesToXML()
-
exportMailTemplatesToXML
public net.anotheria.util.xml.XMLNode exportMailTemplatesToXML(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(String[] languages)
-
exportMailTemplatesToXML
public net.anotheria.util.xml.XMLNode exportMailTemplatesToXML(String[] languages, List<MailTemplate> list)
Description copied from interface:IASResourceDataServicecreates an xml element with selected contained data but only selected languages in multilingual attributes- Specified by:
exportMailTemplatesToXMLin interfaceIASResourceDataService
-
fetchMailTemplate
public void fetchMailTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceCreate json object list dependencies for this MailTemplate document.- Specified by:
fetchMailTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
copyMultilingualAttributesInAllMailTemplates
public void copyMultilingualAttributesInAllMailTemplates(String sourceLanguage, String targetLanguage)
Description copied from interface:IASResourceDataServiceIn all documents of type MailTemplate copies all multilingual fields from sourceLanguage to targetLanguage.- Specified by:
copyMultilingualAttributesInAllMailTemplatesin interfaceIASResourceDataService
-
exportPdfTemplatesToXML
public net.anotheria.util.xml.XMLNode exportPdfTemplatesToXML()
-
exportPdfTemplatesToXML
public net.anotheria.util.xml.XMLNode exportPdfTemplatesToXML(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(String[] languages)
-
exportPdfTemplatesToXML
public net.anotheria.util.xml.XMLNode exportPdfTemplatesToXML(String[] languages, List<PdfTemplate> list)
Description copied from interface:IASResourceDataServicecreates an xml element with selected contained data but only selected languages in multilingual attributes- Specified by:
exportPdfTemplatesToXMLin interfaceIASResourceDataService
-
fetchPdfTemplate
public void fetchPdfTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceCreate json object list dependencies for this PdfTemplate document.- Specified by:
fetchPdfTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
copyMultilingualAttributesInAllPdfTemplates
public void copyMultilingualAttributesInAllPdfTemplates(String sourceLanguage, String targetLanguage)
Description copied from interface:IASResourceDataServiceIn all documents of type PdfTemplate copies all multilingual fields from sourceLanguage to targetLanguage.- Specified by:
copyMultilingualAttributesInAllPdfTemplatesin interfaceIASResourceDataService
-
exportPushNotificationTemplatesToXML
public net.anotheria.util.xml.XMLNode exportPushNotificationTemplatesToXML()
-
exportPushNotificationTemplatesToXML
public net.anotheria.util.xml.XMLNode exportPushNotificationTemplatesToXML(List<PushNotificationTemplate> list)
Description copied from interface:IASResourceDataServiceCreates an xml element with selected contained data.- Specified by:
exportPushNotificationTemplatesToXMLin interfaceIASResourceDataService
-
exportPushNotificationTemplatesToXML
public net.anotheria.util.xml.XMLNode exportPushNotificationTemplatesToXML(String[] languages)
-
exportPushNotificationTemplatesToXML
public net.anotheria.util.xml.XMLNode exportPushNotificationTemplatesToXML(String[] languages, List<PushNotificationTemplate> list)
Description copied from interface:IASResourceDataServicecreates an xml element with selected contained data but only selected languages in multilingual attributes- Specified by:
exportPushNotificationTemplatesToXMLin interfaceIASResourceDataService
-
fetchPushNotificationTemplate
public void fetchPushNotificationTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceCreate json object list dependencies for this PushNotificationTemplate document.- Specified by:
fetchPushNotificationTemplatein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
copyMultilingualAttributesInAllPushNotificationTemplates
public void copyMultilingualAttributesInAllPushNotificationTemplates(String sourceLanguage, String targetLanguage)
Description copied from interface:IASResourceDataServiceIn all documents of type PushNotificationTemplate copies all multilingual fields from sourceLanguage to targetLanguage.- Specified by:
copyMultilingualAttributesInAllPushNotificationTemplatesin interfaceIASResourceDataService
-
exportImagesToXML
public net.anotheria.util.xml.XMLNode exportImagesToXML()
-
exportImagesToXML
public net.anotheria.util.xml.XMLNode exportImagesToXML(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(String[] languages)
-
exportImagesToXML
public net.anotheria.util.xml.XMLNode exportImagesToXML(String[] languages, 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(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceCreate json object list dependencies for this Image document.- Specified by:
fetchImagein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
copyMultilingualAttributesInAllImages
public void copyMultilingualAttributesInAllImages(String sourceLanguage, 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(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(String[] languages)
-
exportFileLinksToXML
public net.anotheria.util.xml.XMLNode exportFileLinksToXML(String[] languages, 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(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASResourceDataServiceException
Description copied from interface:IASResourceDataServiceCreate json object list dependencies for this FileLink document.- Specified by:
fetchFileLinkin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
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(String sourceLanguage, String targetLanguage)
Copies all multilingual fields from sourceLanguage to targetLanguage in all data objects (documents, vo) which are part of this module and managed by this 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(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
-
-