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, serviceFields inherited from class net.anotheria.anosite.gen.shared.service.BasicService
log -
Method Summary
Modifier and TypeMethodDescriptionvoidcopyMultilingualAttributesInAllImages(String sourceLanguage, String targetLanguage) In all documents of type Image copies all multilingual fields from sourceLanguage to targetLanguage.voidcopyMultilingualAttributesInAllLocalizationBundles(String sourceLanguage, String targetLanguage) In all documents of type LocalizationBundle copies all multilingual fields from sourceLanguage to targetLanguage.voidcopyMultilingualAttributesInAllMailTemplates(String sourceLanguage, String targetLanguage) In all documents of type MailTemplate copies all multilingual fields from sourceLanguage to targetLanguage.voidcopyMultilingualAttributesInAllObjects(String sourceLanguage, String targetLanguage) Copies all multilingual fields from sourceLanguage to targetLanguage in all data objects (documents, vo) which are part of this module and managed by this servicevoidcopyMultilingualAttributesInAllPdfTemplates(String sourceLanguage, String targetLanguage) In all documents of type PdfTemplate copies all multilingual fields from sourceLanguage to targetLanguage.voidcopyMultilingualAttributesInAllPushNotificationTemplates(String sourceLanguage, String targetLanguage) In all documents of type PushNotificationTemplate copies all multilingual fields from sourceLanguage to targetLanguage.voidcopyMultilingualAttributesInAllTextResources(String sourceLanguage, String targetLanguage) In all documents of type TextResource copies all multilingual fields from sourceLanguage to targetLanguage.createFileLink(FileLink filelink) Creates a new FileLink object.createFileLinks(List<FileLink> list) Creates multiple new FileLink objects.createImage(Image image) Creates a new Image object.createImages(List<Image> list) Creates multiple new Image objects.createLocalizationBundle(LocalizationBundle localizationbundle) Creates a new LocalizationBundle object.Creates multiple new LocalizationBundle objects.createMailTemplate(MailTemplate mailtemplate) Creates a new MailTemplate object.createMailTemplates(List<MailTemplate> list) Creates multiple new MailTemplate objects.createPdfTemplate(PdfTemplate pdftemplate) Creates a new PdfTemplate object.createPdfTemplates(List<PdfTemplate> list) Creates multiple new PdfTemplate objects.createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) Creates a new PushNotificationTemplate object.Creates multiple new PushNotificationTemplate objects.createTextResource(TextResource textresource) Creates a new TextResource object.createTextResources(List<TextResource> list) Creates multiple new TextResource objects.voiddeleteFileLink(String id) Deletes a FileLink object by id.voiddeleteFileLink(FileLink filelink) Deletes a FileLink object.voiddeleteFileLinks(List<FileLink> list) Deletes multiple FileLink object.voiddeleteImage(String id) Deletes a Image object by id.voiddeleteImage(Image image) Deletes a Image object.voiddeleteImages(List<Image> list) Deletes multiple Image object.voidDeletes a LocalizationBundle object by id.voiddeleteLocalizationBundle(LocalizationBundle localizationbundle) Deletes a LocalizationBundle object.voidDeletes multiple LocalizationBundle object.voidDeletes a MailTemplate object by id.voiddeleteMailTemplate(MailTemplate mailtemplate) Deletes a MailTemplate object.voiddeleteMailTemplates(List<MailTemplate> list) Deletes multiple MailTemplate object.voidDeletes a PdfTemplate object by id.voiddeletePdfTemplate(PdfTemplate pdftemplate) Deletes a PdfTemplate object.voiddeletePdfTemplates(List<PdfTemplate> list) Deletes multiple PdfTemplate object.voidDeletes a PushNotificationTemplate object by id.voiddeletePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) Deletes a PushNotificationTemplate object.voidDeletes multiple PushNotificationTemplate object.voidDeletes a TextResource object by id.voiddeleteTextResource(TextResource textresource) Deletes a TextResource object.voiddeleteTextResources(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.XMLNodenet.anotheria.util.xml.XMLNodeexportFileLinksToXML(String[] languages) net.anotheria.util.xml.XMLNodeexportFileLinksToXML(String[] languages, List<FileLink> list) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportFileLinksToXML(List<FileLink> list) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodenet.anotheria.util.xml.XMLNodeexportImagesToXML(String[] languages) net.anotheria.util.xml.XMLNodeexportImagesToXML(String[] languages, List<Image> list) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportImagesToXML(List<Image> list) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodenet.anotheria.util.xml.XMLNodeexportLocalizationBundlesToXML(String[] languages) net.anotheria.util.xml.XMLNodeexportLocalizationBundlesToXML(String[] languages, List<LocalizationBundle> list) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeCreates an xml element with selected contained data.net.anotheria.util.xml.XMLNodenet.anotheria.util.xml.XMLNodeexportMailTemplatesToXML(String[] languages) net.anotheria.util.xml.XMLNodeexportMailTemplatesToXML(String[] languages, List<MailTemplate> list) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeCreates an xml element with selected contained data.net.anotheria.util.xml.XMLNodenet.anotheria.util.xml.XMLNodeexportPdfTemplatesToXML(String[] languages) net.anotheria.util.xml.XMLNodeexportPdfTemplatesToXML(String[] languages, List<PdfTemplate> list) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeCreates an xml element with selected contained data.net.anotheria.util.xml.XMLNodenet.anotheria.util.xml.XMLNodeexportPushNotificationTemplatesToXML(String[] languages) net.anotheria.util.xml.XMLNodeexportPushNotificationTemplatesToXML(String[] languages, List<PushNotificationTemplate> list) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeCreates an xml element with selected contained data.net.anotheria.util.xml.XMLNodenet.anotheria.util.xml.XMLNodeexportTextResourcesToXML(String[] languages) net.anotheria.util.xml.XMLNodeexportTextResourcesToXML(String[] languages, List<TextResource> list) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeCreates an xml element with selected contained data.net.anotheria.util.xml.XMLNodecreates an xml element with all contained data.net.anotheria.util.xml.XMLNodeexportToXML(String[] languages) creates an xml element with all contained data but only selected languages in multilingual attributes.voidfetchFileLink(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this FileLink document.voidfetchImage(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this Image document.voidfetchLocalizationBundle(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this LocalizationBundle document.voidfetchMailTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this MailTemplate document.voidfetchPdfTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this PdfTemplate document.voidfetchPushNotificationTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this PushNotificationTemplate document.voidfetchTextResource(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this TextResource document.getFileLink(String id) Returns the FileLink object with the specified id.Returns all FileLinks objects stored.getFileLinks(List<String> ids) Returns the FileLink objects with the specified ids.getFileLinks(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the FileLink objects with the specified ids, sorted by given sorttype.getFileLinks(net.anotheria.util.slicer.Segment aSegment) Returns FileLink objects segment.getFileLinks(net.anotheria.util.sorter.SortType sortType) Returns all FileLinks objects sorted by given sortType.getFileLinksByProperty(String propertyName, Object value) Returns all FileLink objects, where property with given name equals object.getFileLinksByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all FileLink objects, where property with given name equals object, sorted.getFileLinksByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all FileLink objects, where property matches.getFileLinksByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns FileLink objects segment, where property matched.getFileLinksByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns FileLink objects segment, where property matched, sorted.getFileLinksByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all FileLink objects, where property matches, sortedintReturns FileLink objects count.Returns the Image object with the specified id.Returns all Images objects stored.Returns the Image objects with the specified ids.Returns the Image objects with the specified ids, sorted by given sorttype.getImages(net.anotheria.util.slicer.Segment aSegment) Returns Image objects segment.getImages(net.anotheria.util.sorter.SortType sortType) Returns all Images objects sorted by given sortType.getImagesByProperty(String propertyName, Object value) Returns all Image objects, where property with given name equals object.getImagesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all Image objects, where property with given name equals object, sorted.getImagesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Image objects, where property matches.getImagesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns Image objects segment, where property matched.getImagesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Image objects segment, where property matched, sorted.getImagesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Image objects, where property matches, sortedintReturns Image objects count.Returns the LocalizationBundle object with the specified id.Returns all LocalizationBundles objects stored.getLocalizationBundles(List<String> ids) Returns the LocalizationBundle objects with the specified ids.getLocalizationBundles(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the LocalizationBundle objects with the specified ids, sorted by given sorttype.getLocalizationBundles(net.anotheria.util.slicer.Segment aSegment) Returns LocalizationBundle objects segment.getLocalizationBundles(net.anotheria.util.sorter.SortType sortType) Returns all LocalizationBundles objects sorted by given sortType.getLocalizationBundlesByProperty(String propertyName, Object value) Returns all LocalizationBundle objects, where property with given name equals object.getLocalizationBundlesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all LocalizationBundle objects, where property with given name equals object, sorted.getLocalizationBundlesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all LocalizationBundle objects, where property matches.getLocalizationBundlesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns LocalizationBundle objects segment, where property matched.getLocalizationBundlesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns LocalizationBundle objects segment, where property matched, sorted.getLocalizationBundlesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all LocalizationBundle objects, where property matches, sortedintReturns LocalizationBundle objects count.Returns the MailTemplate object with the specified id.Returns all MailTemplates objects stored.getMailTemplates(List<String> ids) Returns the MailTemplate objects with the specified ids.getMailTemplates(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the MailTemplate objects with the specified ids, sorted by given sorttype.getMailTemplates(net.anotheria.util.slicer.Segment aSegment) Returns MailTemplate objects segment.getMailTemplates(net.anotheria.util.sorter.SortType sortType) Returns all MailTemplates objects sorted by given sortType.getMailTemplatesByProperty(String propertyName, Object value) Returns all MailTemplate objects, where property with given name equals object.getMailTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all MailTemplate objects, where property with given name equals object, sorted.getMailTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all MailTemplate objects, where property matches.getMailTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns MailTemplate objects segment, where property matched.getMailTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns MailTemplate objects segment, where property matched, sorted.getMailTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all MailTemplate objects, where property matches, sortedintReturns MailTemplate objects count.getPdfTemplate(String id) Returns the PdfTemplate object with the specified id.Returns all PdfTemplates objects stored.getPdfTemplates(List<String> ids) Returns the PdfTemplate objects with the specified ids.getPdfTemplates(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the PdfTemplate objects with the specified ids, sorted by given sorttype.getPdfTemplates(net.anotheria.util.slicer.Segment aSegment) Returns PdfTemplate objects segment.getPdfTemplates(net.anotheria.util.sorter.SortType sortType) Returns all PdfTemplates objects sorted by given sortType.getPdfTemplatesByProperty(String propertyName, Object value) Returns all PdfTemplate objects, where property with given name equals object.getPdfTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all PdfTemplate objects, where property with given name equals object, sorted.getPdfTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all PdfTemplate objects, where property matches.getPdfTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns PdfTemplate objects segment, where property matched.getPdfTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns PdfTemplate objects segment, where property matched, sorted.getPdfTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all PdfTemplate objects, where property matches, sortedintReturns PdfTemplate objects count.Returns the PushNotificationTemplate object with the specified id.Returns all PushNotificationTemplates objects stored.Returns the PushNotificationTemplate objects with the specified ids.getPushNotificationTemplates(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the PushNotificationTemplate objects with the specified ids, sorted by given sorttype.getPushNotificationTemplates(net.anotheria.util.slicer.Segment aSegment) Returns PushNotificationTemplate objects segment.getPushNotificationTemplates(net.anotheria.util.sorter.SortType sortType) Returns all PushNotificationTemplates objects sorted by given sortType.getPushNotificationTemplatesByProperty(String propertyName, Object value) Returns all PushNotificationTemplate objects, where property with given name equals object.getPushNotificationTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all PushNotificationTemplate objects, where property with given name equals object, sorted.getPushNotificationTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all PushNotificationTemplate objects, where property matches.getPushNotificationTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns PushNotificationTemplate objects segment, where property matched.getPushNotificationTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns PushNotificationTemplate objects segment, where property matched, sorted.getPushNotificationTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all PushNotificationTemplate objects, where property matches, sortedintReturns PushNotificationTemplate objects count.Returns the TextResource object with the specified id.Returns all TextResources objects stored.getTextResources(List<String> ids) Returns the TextResource objects with the specified ids.getTextResources(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the TextResource objects with the specified ids, sorted by given sorttype.getTextResources(net.anotheria.util.slicer.Segment aSegment) Returns TextResource objects segment.getTextResources(net.anotheria.util.sorter.SortType sortType) Returns all TextResources objects sorted by given sortType.getTextResourcesByProperty(String propertyName, Object value) Returns all TextResource objects, where property with given name equals object.getTextResourcesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all TextResource objects, where property with given name equals object, sorted.getTextResourcesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all TextResource objects, where property matches.getTextResourcesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns TextResource objects segment, where property matched.getTextResourcesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns TextResource objects segment, where property matched, sorted.getTextResourcesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all TextResource objects, where property matches, sortedintReturns TextResource objects count.importFileLink(FileLink filelink) Imports a new FileLink object.importFileLinks(List<FileLink> list) Imports multiple new FileLink object.importImage(Image image) Imports a new Image object.importImages(List<Image> list) Imports multiple new Image object.importLocalizationBundle(LocalizationBundle localizationbundle) Imports a new LocalizationBundle object.Imports multiple new LocalizationBundle object.importMailTemplate(MailTemplate mailtemplate) Imports a new MailTemplate object.importMailTemplates(List<MailTemplate> list) Imports multiple new MailTemplate object.importPdfTemplate(PdfTemplate pdftemplate) Imports a new PdfTemplate object.importPdfTemplates(List<PdfTemplate> list) Imports multiple new PdfTemplate object.importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) Imports a new PushNotificationTemplate object.Imports multiple new PushNotificationTemplate object.importTextResource(TextResource textresource) Imports a new TextResource object.importTextResources(List<TextResource> list) Imports multiple new TextResource object.voidmoduleLoaded(net.anotheria.anodoc.data.Module module) updateFileLink(FileLink filelink) Updates a FileLink object.updateFileLinks(List<FileLink> list) Updates multiple FileLink objects.updateImage(Image image) Updates a Image object.updateImages(List<Image> list) Updates multiple Image objects.updateLocalizationBundle(LocalizationBundle localizationbundle) Updates a LocalizationBundle object.Updates multiple LocalizationBundle objects.updateMailTemplate(MailTemplate mailtemplate) Updates a MailTemplate object.updateMailTemplates(List<MailTemplate> list) Updates multiple MailTemplate objects.updatePdfTemplate(PdfTemplate pdftemplate) Updates a PdfTemplate object.updatePdfTemplates(List<PdfTemplate> list) Updates multiple PdfTemplate objects.updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) Updates a PushNotificationTemplate object.Updates multiple PushNotificationTemplate objects.updateTextResource(TextResource textresource) Updates a TextResource object.updateTextResources(List<TextResource> list) Updates multiple TextResource objects.Methods inherited from class net.anotheria.anosite.gen.shared.service.BasicCMSService
addModuleListener, getModule, updateModuleMethods 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, getImagesServiceMethods inherited from class net.anotheria.asg.service.AbstractASGService
addServiceListener, fireObjectCreatedEvent, fireObjectDeletedEvent, fireObjectImportedEvent, fireObjectUpdatedEvent, firePersistenceChangedEvent, hasServiceListeners, removeServiceListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.anotheria.asg.service.ASGService
addServiceListener, hasServiceListeners, removeServiceListener
-
Method Details
-
moduleLoaded
public void moduleLoaded(net.anotheria.anodoc.data.Module module) - Specified by:
moduleLoadedin interfacenet.anotheria.asg.util.listener.IModuleListener
-
getTextResources
Description copied from interface:IASResourceDataServiceReturns all TextResources objects stored.- Specified by:
getTextResourcesin interfaceIASResourceDataService
-
getTextResources
Description copied from interface:IASResourceDataServiceReturns all TextResources objects sorted by given sortType.- Specified by:
getTextResourcesin interfaceIASResourceDataService
-
getTextResources
Returns the TextResource objects with the specified ids. -
getTextResources
public List<TextResource> getTextResources(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the TextResource objects with the specified ids, sorted by given sorttype. -
deleteTextResource
Description copied from interface:IASResourceDataServiceDeletes a TextResource object.- Specified by:
deleteTextResourcein interfaceIASResourceDataService
-
deleteTextResource
Description copied from interface:IASResourceDataServiceDeletes a TextResource object by id.- Specified by:
deleteTextResourcein interfaceIASResourceDataService
-
deleteTextResources
Description copied from interface:IASResourceDataServiceDeletes multiple TextResource object.- Specified by:
deleteTextResourcesin interfaceIASResourceDataService
-
getTextResource
Description copied from interface:IASResourceDataServiceReturns the TextResource object with the specified id.- Specified by:
getTextResourcein interfaceIASResourceDataService
-
importTextResource
Description copied from interface:IASResourceDataServiceImports a new TextResource object. Returns the created version.- Specified by:
importTextResourcein interfaceIASResourceDataService
-
importTextResources
Description copied from interface:IASResourceDataServiceImports multiple new TextResource object. Returns the created versions.- Specified by:
importTextResourcesin interfaceIASResourceDataService
-
createTextResource
Description copied from interface:IASResourceDataServiceCreates a new TextResource object. Returns the created version.- Specified by:
createTextResourcein interfaceIASResourceDataService
-
createTextResources
Description copied from interface:IASResourceDataServiceCreates multiple new TextResource objects. Returns the created versions.- Specified by:
createTextResourcesin interfaceIASResourceDataService
-
updateTextResource
Description copied from interface:IASResourceDataServiceUpdates a TextResource object. Returns the updated version.- Specified by:
updateTextResourcein interfaceIASResourceDataService
-
updateTextResources
Description copied from interface:IASResourceDataServiceUpdates multiple TextResource objects. Returns the updated versions.- Specified by:
updateTextResourcesin interfaceIASResourceDataService
-
getTextResourcesByProperty
Description copied from interface:IASResourceDataServiceReturns all TextResource objects, where property with given name equals object.- Specified by:
getTextResourcesByPropertyin interfaceIASResourceDataService
-
getTextResourcesByProperty
public List<TextResource> getTextResourcesByProperty(String propertyName, 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 List<TextResource> getTextResourcesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all TextResource objects, where property matches.- Specified by:
getTextResourcesByPropertyin interfaceIASResourceDataService
-
getTextResourcesByProperty
public 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
Returns TextResource objects segment.- Specified by:
getTextResourcesin interfaceIASResourceDataService
-
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
-
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
-
getLocalizationBundles
Description copied from interface:IASResourceDataServiceReturns all LocalizationBundles objects stored.- Specified by:
getLocalizationBundlesin interfaceIASResourceDataService
-
getLocalizationBundles
Description copied from interface:IASResourceDataServiceReturns all LocalizationBundles objects sorted by given sortType.- Specified by:
getLocalizationBundlesin interfaceIASResourceDataService
-
getLocalizationBundles
Returns the LocalizationBundle objects with the specified ids. -
getLocalizationBundles
public List<LocalizationBundle> getLocalizationBundles(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the LocalizationBundle objects with the specified ids, sorted by given sorttype. -
deleteLocalizationBundle
Description copied from interface:IASResourceDataServiceDeletes a LocalizationBundle object.- Specified by:
deleteLocalizationBundlein interfaceIASResourceDataService
-
deleteLocalizationBundle
Description copied from interface:IASResourceDataServiceDeletes a LocalizationBundle object by id.- Specified by:
deleteLocalizationBundlein interfaceIASResourceDataService
-
deleteLocalizationBundles
Description copied from interface:IASResourceDataServiceDeletes multiple LocalizationBundle object.- Specified by:
deleteLocalizationBundlesin interfaceIASResourceDataService
-
getLocalizationBundle
Description copied from interface:IASResourceDataServiceReturns the LocalizationBundle object with the specified id.- Specified by:
getLocalizationBundlein interfaceIASResourceDataService
-
importLocalizationBundle
Description copied from interface:IASResourceDataServiceImports a new LocalizationBundle object. Returns the created version.- Specified by:
importLocalizationBundlein interfaceIASResourceDataService
-
importLocalizationBundles
Description copied from interface:IASResourceDataServiceImports multiple new LocalizationBundle object. Returns the created versions.- Specified by:
importLocalizationBundlesin interfaceIASResourceDataService
-
createLocalizationBundle
Description copied from interface:IASResourceDataServiceCreates a new LocalizationBundle object. Returns the created version.- Specified by:
createLocalizationBundlein interfaceIASResourceDataService
-
createLocalizationBundles
Description copied from interface:IASResourceDataServiceCreates multiple new LocalizationBundle objects. Returns the created versions.- Specified by:
createLocalizationBundlesin interfaceIASResourceDataService
-
updateLocalizationBundle
Description copied from interface:IASResourceDataServiceUpdates a LocalizationBundle object. Returns the updated version.- Specified by:
updateLocalizationBundlein interfaceIASResourceDataService
-
updateLocalizationBundles
Description copied from interface:IASResourceDataServiceUpdates multiple LocalizationBundle objects. Returns the updated versions.- Specified by:
updateLocalizationBundlesin interfaceIASResourceDataService
-
getLocalizationBundlesByProperty
Description copied from interface:IASResourceDataServiceReturns all LocalizationBundle objects, where property with given name equals object.- Specified by:
getLocalizationBundlesByPropertyin interfaceIASResourceDataService
-
getLocalizationBundlesByProperty
public List<LocalizationBundle> getLocalizationBundlesByProperty(String propertyName, 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 List<LocalizationBundle> getLocalizationBundlesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all LocalizationBundle objects, where property matches.- Specified by:
getLocalizationBundlesByPropertyin interfaceIASResourceDataService
-
getLocalizationBundlesByProperty
public 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
Returns LocalizationBundle objects segment.- Specified by:
getLocalizationBundlesin interfaceIASResourceDataService
-
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
-
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
-
getMailTemplates
Description copied from interface:IASResourceDataServiceReturns all MailTemplates objects stored.- Specified by:
getMailTemplatesin interfaceIASResourceDataService
-
getMailTemplates
Description copied from interface:IASResourceDataServiceReturns all MailTemplates objects sorted by given sortType.- Specified by:
getMailTemplatesin interfaceIASResourceDataService
-
getMailTemplates
Returns the MailTemplate objects with the specified ids. -
getMailTemplates
public List<MailTemplate> getMailTemplates(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the MailTemplate objects with the specified ids, sorted by given sorttype. -
deleteMailTemplate
Description copied from interface:IASResourceDataServiceDeletes a MailTemplate object.- Specified by:
deleteMailTemplatein interfaceIASResourceDataService
-
deleteMailTemplate
Description copied from interface:IASResourceDataServiceDeletes a MailTemplate object by id.- Specified by:
deleteMailTemplatein interfaceIASResourceDataService
-
deleteMailTemplates
Description copied from interface:IASResourceDataServiceDeletes multiple MailTemplate object.- Specified by:
deleteMailTemplatesin interfaceIASResourceDataService
-
getMailTemplate
Description copied from interface:IASResourceDataServiceReturns the MailTemplate object with the specified id.- Specified by:
getMailTemplatein interfaceIASResourceDataService
-
importMailTemplate
Description copied from interface:IASResourceDataServiceImports a new MailTemplate object. Returns the created version.- Specified by:
importMailTemplatein interfaceIASResourceDataService
-
importMailTemplates
Description copied from interface:IASResourceDataServiceImports multiple new MailTemplate object. Returns the created versions.- Specified by:
importMailTemplatesin interfaceIASResourceDataService
-
createMailTemplate
Description copied from interface:IASResourceDataServiceCreates a new MailTemplate object. Returns the created version.- Specified by:
createMailTemplatein interfaceIASResourceDataService
-
createMailTemplates
Description copied from interface:IASResourceDataServiceCreates multiple new MailTemplate objects. Returns the created versions.- Specified by:
createMailTemplatesin interfaceIASResourceDataService
-
updateMailTemplate
Description copied from interface:IASResourceDataServiceUpdates a MailTemplate object. Returns the updated version.- Specified by:
updateMailTemplatein interfaceIASResourceDataService
-
updateMailTemplates
Description copied from interface:IASResourceDataServiceUpdates multiple MailTemplate objects. Returns the updated versions.- Specified by:
updateMailTemplatesin interfaceIASResourceDataService
-
getMailTemplatesByProperty
Description copied from interface:IASResourceDataServiceReturns all MailTemplate objects, where property with given name equals object.- Specified by:
getMailTemplatesByPropertyin interfaceIASResourceDataService
-
getMailTemplatesByProperty
public List<MailTemplate> getMailTemplatesByProperty(String propertyName, 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 List<MailTemplate> getMailTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all MailTemplate objects, where property matches.- Specified by:
getMailTemplatesByPropertyin interfaceIASResourceDataService
-
getMailTemplatesByProperty
public 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
Returns MailTemplate objects segment.- Specified by:
getMailTemplatesin interfaceIASResourceDataService
-
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
-
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
-
getPdfTemplates
Description copied from interface:IASResourceDataServiceReturns all PdfTemplates objects stored.- Specified by:
getPdfTemplatesin interfaceIASResourceDataService
-
getPdfTemplates
Description copied from interface:IASResourceDataServiceReturns all PdfTemplates objects sorted by given sortType.- Specified by:
getPdfTemplatesin interfaceIASResourceDataService
-
getPdfTemplates
Returns the PdfTemplate objects with the specified ids. -
getPdfTemplates
public List<PdfTemplate> getPdfTemplates(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the PdfTemplate objects with the specified ids, sorted by given sorttype. -
deletePdfTemplate
Description copied from interface:IASResourceDataServiceDeletes a PdfTemplate object.- Specified by:
deletePdfTemplatein interfaceIASResourceDataService
-
deletePdfTemplate
Description copied from interface:IASResourceDataServiceDeletes a PdfTemplate object by id.- Specified by:
deletePdfTemplatein interfaceIASResourceDataService
-
deletePdfTemplates
Description copied from interface:IASResourceDataServiceDeletes multiple PdfTemplate object.- Specified by:
deletePdfTemplatesin interfaceIASResourceDataService
-
getPdfTemplate
Description copied from interface:IASResourceDataServiceReturns the PdfTemplate object with the specified id.- Specified by:
getPdfTemplatein interfaceIASResourceDataService
-
importPdfTemplate
Description copied from interface:IASResourceDataServiceImports a new PdfTemplate object. Returns the created version.- Specified by:
importPdfTemplatein interfaceIASResourceDataService
-
importPdfTemplates
Description copied from interface:IASResourceDataServiceImports multiple new PdfTemplate object. Returns the created versions.- Specified by:
importPdfTemplatesin interfaceIASResourceDataService
-
createPdfTemplate
Description copied from interface:IASResourceDataServiceCreates a new PdfTemplate object. Returns the created version.- Specified by:
createPdfTemplatein interfaceIASResourceDataService
-
createPdfTemplates
Description copied from interface:IASResourceDataServiceCreates multiple new PdfTemplate objects. Returns the created versions.- Specified by:
createPdfTemplatesin interfaceIASResourceDataService
-
updatePdfTemplate
Description copied from interface:IASResourceDataServiceUpdates a PdfTemplate object. Returns the updated version.- Specified by:
updatePdfTemplatein interfaceIASResourceDataService
-
updatePdfTemplates
Description copied from interface:IASResourceDataServiceUpdates multiple PdfTemplate objects. Returns the updated versions.- Specified by:
updatePdfTemplatesin interfaceIASResourceDataService
-
getPdfTemplatesByProperty
Description copied from interface:IASResourceDataServiceReturns all PdfTemplate objects, where property with given name equals object.- Specified by:
getPdfTemplatesByPropertyin interfaceIASResourceDataService
-
getPdfTemplatesByProperty
public List<PdfTemplate> getPdfTemplatesByProperty(String propertyName, 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 List<PdfTemplate> getPdfTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all PdfTemplate objects, where property matches.- Specified by:
getPdfTemplatesByPropertyin interfaceIASResourceDataService
-
getPdfTemplatesByProperty
public 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
Returns PdfTemplate objects segment.- Specified by:
getPdfTemplatesin interfaceIASResourceDataService
-
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
-
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
-
getPushNotificationTemplates
Description copied from interface:IASResourceDataServiceReturns all PushNotificationTemplates objects stored.- Specified by:
getPushNotificationTemplatesin interfaceIASResourceDataService
-
getPushNotificationTemplates
public 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
Returns the PushNotificationTemplate objects with the specified ids. -
getPushNotificationTemplates
public List<PushNotificationTemplate> getPushNotificationTemplates(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the PushNotificationTemplate objects with the specified ids, sorted by given sorttype. -
deletePushNotificationTemplate
Description copied from interface:IASResourceDataServiceDeletes a PushNotificationTemplate object.- Specified by:
deletePushNotificationTemplatein interfaceIASResourceDataService
-
deletePushNotificationTemplate
Description copied from interface:IASResourceDataServiceDeletes a PushNotificationTemplate object by id.- Specified by:
deletePushNotificationTemplatein interfaceIASResourceDataService
-
deletePushNotificationTemplates
Description copied from interface:IASResourceDataServiceDeletes multiple PushNotificationTemplate object.- Specified by:
deletePushNotificationTemplatesin interfaceIASResourceDataService
-
getPushNotificationTemplate
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 List<PushNotificationTemplate> importPushNotificationTemplates(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 List<PushNotificationTemplate> createPushNotificationTemplates(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 List<PushNotificationTemplate> updatePushNotificationTemplates(List<PushNotificationTemplate> list) Description copied from interface:IASResourceDataServiceUpdates multiple PushNotificationTemplate objects. Returns the updated versions.- Specified by:
updatePushNotificationTemplatesin interfaceIASResourceDataService
-
getPushNotificationTemplatesByProperty
public List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(String propertyName, Object value) Description copied from interface:IASResourceDataServiceReturns all PushNotificationTemplate objects, where property with given name equals object.- Specified by:
getPushNotificationTemplatesByPropertyin interfaceIASResourceDataService
-
getPushNotificationTemplatesByProperty
public List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(String propertyName, 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 List<PushNotificationTemplate> getPushNotificationTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all PushNotificationTemplate objects, where property matches.- Specified by:
getPushNotificationTemplatesByPropertyin interfaceIASResourceDataService
-
getPushNotificationTemplatesByProperty
public 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 List<PushNotificationTemplate> getPushNotificationTemplates(net.anotheria.util.slicer.Segment aSegment) Returns PushNotificationTemplate objects segment.- Specified by:
getPushNotificationTemplatesin interfaceIASResourceDataService
-
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
-
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
-
getImages
Description copied from interface:IASResourceDataServiceReturns all Images objects stored.- Specified by:
getImagesin interfaceIASResourceDataService
-
getImages
Description copied from interface:IASResourceDataServiceReturns all Images objects sorted by given sortType.- Specified by:
getImagesin interfaceIASResourceDataService
-
getImages
Returns the Image objects with the specified ids. -
getImages
Returns the Image objects with the specified ids, sorted by given sorttype. -
deleteImage
Description copied from interface:IASResourceDataServiceDeletes a Image object.- Specified by:
deleteImagein interfaceIASResourceDataService
-
deleteImage
Description copied from interface:IASResourceDataServiceDeletes a Image object by id.- Specified by:
deleteImagein interfaceIASResourceDataService
-
deleteImages
Description copied from interface:IASResourceDataServiceDeletes multiple Image object.- Specified by:
deleteImagesin interfaceIASResourceDataService
-
getImage
Description copied from interface:IASResourceDataServiceReturns the Image object with the specified id.- Specified by:
getImagein interfaceIASResourceDataService
-
importImage
Description copied from interface:IASResourceDataServiceImports a new Image object. Returns the created version.- Specified by:
importImagein interfaceIASResourceDataService
-
importImages
Description copied from interface:IASResourceDataServiceImports multiple new Image object. Returns the created versions.- Specified by:
importImagesin interfaceIASResourceDataService
-
createImage
Description copied from interface:IASResourceDataServiceCreates a new Image object. Returns the created version.- Specified by:
createImagein interfaceIASResourceDataService
-
createImages
Description copied from interface:IASResourceDataServiceCreates multiple new Image objects. Returns the created versions.- Specified by:
createImagesin interfaceIASResourceDataService
-
updateImage
Description copied from interface:IASResourceDataServiceUpdates a Image object. Returns the updated version.- Specified by:
updateImagein interfaceIASResourceDataService
-
updateImages
Description copied from interface:IASResourceDataServiceUpdates multiple Image objects. Returns the updated versions.- Specified by:
updateImagesin interfaceIASResourceDataService
-
getImagesByProperty
Description copied from interface:IASResourceDataServiceReturns all Image objects, where property with given name equals object.- Specified by:
getImagesByPropertyin interfaceIASResourceDataService
-
getImagesByProperty
public List<Image> getImagesByProperty(String propertyName, 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
Returns all Image objects, where property matches.- Specified by:
getImagesByPropertyin interfaceIASResourceDataService
-
getImagesByProperty
public 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
Returns Image objects segment.- Specified by:
getImagesin interfaceIASResourceDataService
-
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
-
fetchImage
public void fetchImage(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceCreate json object list dependencies for this Image document.- Specified by:
fetchImagein interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
copyMultilingualAttributesInAllImages
Description copied from interface:IASResourceDataServiceIn all documents of type Image copies all multilingual fields from sourceLanguage to targetLanguage.- Specified by:
copyMultilingualAttributesInAllImagesin interfaceIASResourceDataService
-
getFileLinks
Description copied from interface:IASResourceDataServiceReturns all FileLinks objects stored.- Specified by:
getFileLinksin interfaceIASResourceDataService
-
getFileLinks
Description copied from interface:IASResourceDataServiceReturns all FileLinks objects sorted by given sortType.- Specified by:
getFileLinksin interfaceIASResourceDataService
-
getFileLinks
Returns the FileLink objects with the specified ids. -
getFileLinks
Returns the FileLink objects with the specified ids, sorted by given sorttype. -
deleteFileLink
Description copied from interface:IASResourceDataServiceDeletes a FileLink object.- Specified by:
deleteFileLinkin interfaceIASResourceDataService
-
deleteFileLink
Description copied from interface:IASResourceDataServiceDeletes a FileLink object by id.- Specified by:
deleteFileLinkin interfaceIASResourceDataService
-
deleteFileLinks
Description copied from interface:IASResourceDataServiceDeletes multiple FileLink object.- Specified by:
deleteFileLinksin interfaceIASResourceDataService
-
getFileLink
Description copied from interface:IASResourceDataServiceReturns the FileLink object with the specified id.- Specified by:
getFileLinkin interfaceIASResourceDataService
-
importFileLink
Description copied from interface:IASResourceDataServiceImports a new FileLink object. Returns the created version.- Specified by:
importFileLinkin interfaceIASResourceDataService
-
importFileLinks
Description copied from interface:IASResourceDataServiceImports multiple new FileLink object. Returns the created versions.- Specified by:
importFileLinksin interfaceIASResourceDataService
-
createFileLink
Description copied from interface:IASResourceDataServiceCreates a new FileLink object. Returns the created version.- Specified by:
createFileLinkin interfaceIASResourceDataService
-
createFileLinks
Description copied from interface:IASResourceDataServiceCreates multiple new FileLink objects. Returns the created versions.- Specified by:
createFileLinksin interfaceIASResourceDataService
-
updateFileLink
Description copied from interface:IASResourceDataServiceUpdates a FileLink object. Returns the updated version.- Specified by:
updateFileLinkin interfaceIASResourceDataService
-
updateFileLinks
Description copied from interface:IASResourceDataServiceUpdates multiple FileLink objects. Returns the updated versions.- Specified by:
updateFileLinksin interfaceIASResourceDataService
-
getFileLinksByProperty
Description copied from interface:IASResourceDataServiceReturns all FileLink objects, where property with given name equals object.- Specified by:
getFileLinksByPropertyin interfaceIASResourceDataService
-
getFileLinksByProperty
public List<FileLink> getFileLinksByProperty(String propertyName, 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
Returns all FileLink objects, where property matches.- Specified by:
getFileLinksByPropertyin interfaceIASResourceDataService
-
getFileLinksByProperty
public 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
Returns FileLink objects segment.- Specified by:
getFileLinksin interfaceIASResourceDataService
-
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
-
fetchFileLink
public void fetchFileLink(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASResourceDataServiceException Description copied from interface:IASResourceDataServiceCreate json object list dependencies for this FileLink document.- Specified by:
fetchFileLinkin interfaceIASResourceDataService- Throws:
ASResourceDataServiceException
-
copyMultilingualAttributesInAllObjects
Copies all multilingual fields from sourceLanguage to targetLanguage in all data objects (documents, vo) which are part of this module and managed by this service- Specified by:
copyMultilingualAttributesInAllObjectsin interfaceIASResourceDataService
-
executeQueryOnAllObjects
public net.anotheria.anodoc.query2.QueryResult executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query) 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
Description copied from interface:IASResourceDataServiceCreates an xml element with selected contained data.- Specified by:
exportTextResourcesToXMLin interfaceIASResourceDataService
-
exportTextResourcesToXML
-
exportTextResourcesToXML
public net.anotheria.util.xml.XMLNode exportTextResourcesToXML(String[] languages, List<TextResource> list) Description copied from interface:IASResourceDataServicecreates an xml element with selected contained data but only selected languages in multilingual attributes- Specified by:
exportTextResourcesToXMLin interfaceIASResourceDataService
-
exportLocalizationBundlesToXML
public net.anotheria.util.xml.XMLNode exportLocalizationBundlesToXML() -
exportLocalizationBundlesToXML
Description copied from interface:IASResourceDataServiceCreates an xml element with selected contained data.- Specified by:
exportLocalizationBundlesToXMLin interfaceIASResourceDataService
-
exportLocalizationBundlesToXML
-
exportLocalizationBundlesToXML
public net.anotheria.util.xml.XMLNode exportLocalizationBundlesToXML(String[] languages, List<LocalizationBundle> list) Description copied from interface:IASResourceDataServicecreates an xml element with selected contained data but only selected languages in multilingual attributes- Specified by:
exportLocalizationBundlesToXMLin interfaceIASResourceDataService
-
exportMailTemplatesToXML
public net.anotheria.util.xml.XMLNode exportMailTemplatesToXML() -
exportMailTemplatesToXML
Description copied from interface:IASResourceDataServiceCreates an xml element with selected contained data.- Specified by:
exportMailTemplatesToXMLin interfaceIASResourceDataService
-
exportMailTemplatesToXML
-
exportMailTemplatesToXML
public net.anotheria.util.xml.XMLNode exportMailTemplatesToXML(String[] languages, List<MailTemplate> list) Description copied from interface:IASResourceDataServicecreates an xml element with selected contained data but only selected languages in multilingual attributes- Specified by:
exportMailTemplatesToXMLin interfaceIASResourceDataService
-
exportPdfTemplatesToXML
public net.anotheria.util.xml.XMLNode exportPdfTemplatesToXML() -
exportPdfTemplatesToXML
Description copied from interface:IASResourceDataServiceCreates an xml element with selected contained data.- Specified by:
exportPdfTemplatesToXMLin interfaceIASResourceDataService
-
exportPdfTemplatesToXML
-
exportPdfTemplatesToXML
public net.anotheria.util.xml.XMLNode exportPdfTemplatesToXML(String[] languages, List<PdfTemplate> list) Description copied from interface:IASResourceDataServicecreates an xml element with selected contained data but only selected languages in multilingual attributes- Specified by:
exportPdfTemplatesToXMLin interfaceIASResourceDataService
-
exportPushNotificationTemplatesToXML
public net.anotheria.util.xml.XMLNode exportPushNotificationTemplatesToXML() -
exportPushNotificationTemplatesToXML
public net.anotheria.util.xml.XMLNode exportPushNotificationTemplatesToXML(List<PushNotificationTemplate> list) Description copied from interface:IASResourceDataServiceCreates an xml element with selected contained data.- Specified by:
exportPushNotificationTemplatesToXMLin interfaceIASResourceDataService
-
exportPushNotificationTemplatesToXML
-
exportPushNotificationTemplatesToXML
public net.anotheria.util.xml.XMLNode exportPushNotificationTemplatesToXML(String[] languages, List<PushNotificationTemplate> list) Description copied from interface:IASResourceDataServicecreates an xml element with selected contained data but only selected languages in multilingual attributes- Specified by:
exportPushNotificationTemplatesToXMLin interfaceIASResourceDataService
-
exportImagesToXML
public net.anotheria.util.xml.XMLNode exportImagesToXML() -
exportImagesToXML
Description copied from interface:IASResourceDataServiceCreates an xml element with selected contained data.- Specified by:
exportImagesToXMLin interfaceIASResourceDataService
-
exportImagesToXML
-
exportImagesToXML
Description copied from interface:IASResourceDataServicecreates an xml element with selected contained data but only selected languages in multilingual attributes- Specified by:
exportImagesToXMLin interfaceIASResourceDataService
-
exportFileLinksToXML
public net.anotheria.util.xml.XMLNode exportFileLinksToXML() -
exportFileLinksToXML
Description copied from interface:IASResourceDataServiceCreates an xml element with selected contained data.- Specified by:
exportFileLinksToXMLin interfaceIASResourceDataService
-
exportFileLinksToXML
-
exportFileLinksToXML
Description copied from interface:IASResourceDataServicecreates an xml element with selected contained data but only selected languages in multilingual attributes- Specified by:
exportFileLinksToXMLin interfaceIASResourceDataService
-
exportToXML
public net.anotheria.util.xml.XMLNode exportToXML()Description copied from interface:IASResourceDataServicecreates an xml element with all contained data.- Specified by:
exportToXMLin interfaceIASResourceDataService
-
exportToXML
Description copied from interface:IASResourceDataServicecreates an xml element with all contained data but only selected languages in multilingual attributes.- Specified by:
exportToXMLin interfaceIASResourceDataService
-