Uses of Class
net.anotheria.anosite.gen.asresourcedata.service.ASResourceDataServiceException
Packages that use ASResourceDataServiceException
Package
Description
-
Uses of ASResourceDataServiceException in net.anotheria.anosite.gen.asresourcedata.service
Modifier and TypeClassDescriptionclassException for gets over non existing id in IASResourceDataService, document: FileLinkclassException for gets over non existing id in IASResourceDataService, document: ImageclassException for gets over non existing id in IASResourceDataService, document: LocalizationBundleclassException for gets over non existing id in IASResourceDataService, document: MailTemplateclassException for gets over non existing id in IASResourceDataService, document: PdfTemplateclassException for gets over non existing id in IASResourceDataService, document: PushNotificationTemplateclassException for gets over non existing id in IASResourceDataService, document: TextResourceMethods in net.anotheria.anosite.gen.asresourcedata.service that throw ASResourceDataServiceExceptionModifier and TypeMethodDescriptionvoidIASResourceDataService.copyMultilingualAttributesInAllImages(String sourceLanguage, String targetLanguage) In all documents of type Image copies all multilingual fields from sourceLanguage to targetLanguage.voidIASResourceDataService.copyMultilingualAttributesInAllLocalizationBundles(String sourceLanguage, String targetLanguage) In all documents of type LocalizationBundle copies all multilingual fields from sourceLanguage to targetLanguage.voidIASResourceDataService.copyMultilingualAttributesInAllMailTemplates(String sourceLanguage, String targetLanguage) In all documents of type MailTemplate copies all multilingual fields from sourceLanguage to targetLanguage.voidIASResourceDataService.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.voidIASResourceDataService.copyMultilingualAttributesInAllPdfTemplates(String sourceLanguage, String targetLanguage) In all documents of type PdfTemplate copies all multilingual fields from sourceLanguage to targetLanguage.voidIASResourceDataService.copyMultilingualAttributesInAllPushNotificationTemplates(String sourceLanguage, String targetLanguage) In all documents of type PushNotificationTemplate copies all multilingual fields from sourceLanguage to targetLanguage.voidIASResourceDataService.copyMultilingualAttributesInAllTextResources(String sourceLanguage, String targetLanguage) In all documents of type TextResource copies all multilingual fields from sourceLanguage to targetLanguage.IASResourceDataService.createFileLink(FileLink filelink) Creates a new FileLink object.IASResourceDataService.createFileLinks(List<FileLink> list) Creates multiple new FileLink objects.IASResourceDataService.createImage(Image image) Creates a new Image object.IASResourceDataService.createImages(List<Image> list) Creates multiple new Image objects.IASResourceDataService.createLocalizationBundle(LocalizationBundle localizationbundle) Creates a new LocalizationBundle object.IASResourceDataService.createLocalizationBundles(List<LocalizationBundle> list) Creates multiple new LocalizationBundle objects.IASResourceDataService.createMailTemplate(MailTemplate mailtemplate) Creates a new MailTemplate object.IASResourceDataService.createMailTemplates(List<MailTemplate> list) Creates multiple new MailTemplate objects.IASResourceDataService.createPdfTemplate(PdfTemplate pdftemplate) Creates a new PdfTemplate object.IASResourceDataService.createPdfTemplates(List<PdfTemplate> list) Creates multiple new PdfTemplate objects.IASResourceDataService.createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) Creates a new PushNotificationTemplate object.IASResourceDataService.createPushNotificationTemplates(List<PushNotificationTemplate> list) Creates multiple new PushNotificationTemplate objects.IASResourceDataService.createTextResource(TextResource textresource) Creates a new TextResource object.IASResourceDataService.createTextResources(List<TextResource> list) Creates multiple new TextResource objects.voidIASResourceDataService.deleteFileLink(String id) Deletes a FileLink object by id.voidIASResourceDataService.deleteFileLink(FileLink filelink) Deletes a FileLink object.voidIASResourceDataService.deleteFileLinks(List<FileLink> list) Deletes multiple FileLink object.voidIASResourceDataService.deleteImage(String id) Deletes a Image object by id.voidIASResourceDataService.deleteImage(Image image) Deletes a Image object.voidIASResourceDataService.deleteImages(List<Image> list) Deletes multiple Image object.voidIASResourceDataService.deleteLocalizationBundle(String id) Deletes a LocalizationBundle object by id.voidIASResourceDataService.deleteLocalizationBundle(LocalizationBundle localizationbundle) Deletes a LocalizationBundle object.voidIASResourceDataService.deleteLocalizationBundles(List<LocalizationBundle> list) Deletes multiple LocalizationBundle object.voidIASResourceDataService.deleteMailTemplate(String id) Deletes a MailTemplate object by id.voidIASResourceDataService.deleteMailTemplate(MailTemplate mailtemplate) Deletes a MailTemplate object.voidIASResourceDataService.deleteMailTemplates(List<MailTemplate> list) Deletes multiple MailTemplate object.voidIASResourceDataService.deletePdfTemplate(String id) Deletes a PdfTemplate object by id.voidIASResourceDataService.deletePdfTemplate(PdfTemplate pdftemplate) Deletes a PdfTemplate object.voidIASResourceDataService.deletePdfTemplates(List<PdfTemplate> list) Deletes multiple PdfTemplate object.voidIASResourceDataService.deletePushNotificationTemplate(String id) Deletes a PushNotificationTemplate object by id.voidIASResourceDataService.deletePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) Deletes a PushNotificationTemplate object.voidIASResourceDataService.deletePushNotificationTemplates(List<PushNotificationTemplate> list) Deletes multiple PushNotificationTemplate object.voidIASResourceDataService.deleteTextResource(String id) Deletes a TextResource object by id.voidIASResourceDataService.deleteTextResource(TextResource textresource) Deletes a TextResource object.voidIASResourceDataService.deleteTextResources(List<TextResource> list) Deletes multiple TextResource object.voidASResourceDataServiceImpl.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) voidIASResourceDataService.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) Save transferred document by its own type.net.anotheria.anodoc.query2.QueryResultIASResourceDataService.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.net.anotheria.anodoc.query2.QueryResultIASResourceDataService.executeQueryOnFileLinks(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultIASResourceDataService.executeQueryOnImages(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultIASResourceDataService.executeQueryOnLocalizationBundles(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultIASResourceDataService.executeQueryOnMailTemplates(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultIASResourceDataService.executeQueryOnPdfTemplates(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultIASResourceDataService.executeQueryOnPushNotificationTemplates(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultIASResourceDataService.executeQueryOnTextResources(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.util.xml.XMLNodeIASResourceDataService.exportFileLinksToXML(String[] languages, List<FileLink> listFileLinks) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeIASResourceDataService.exportFileLinksToXML(List<FileLink> listFileLinks) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeIASResourceDataService.exportImagesToXML(String[] languages, List<Image> listImages) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeIASResourceDataService.exportImagesToXML(List<Image> listImages) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeIASResourceDataService.exportLocalizationBundlesToXML(String[] languages, List<LocalizationBundle> listLocalizationBundles) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeIASResourceDataService.exportLocalizationBundlesToXML(List<LocalizationBundle> listLocalizationBundles) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeIASResourceDataService.exportMailTemplatesToXML(String[] languages, List<MailTemplate> listMailTemplates) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeIASResourceDataService.exportMailTemplatesToXML(List<MailTemplate> listMailTemplates) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeIASResourceDataService.exportPdfTemplatesToXML(String[] languages, List<PdfTemplate> listPdfTemplates) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeIASResourceDataService.exportPdfTemplatesToXML(List<PdfTemplate> listPdfTemplates) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeIASResourceDataService.exportPushNotificationTemplatesToXML(String[] languages, List<PushNotificationTemplate> listPushNotificationTemplates) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeIASResourceDataService.exportPushNotificationTemplatesToXML(List<PushNotificationTemplate> listPushNotificationTemplates) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeIASResourceDataService.exportTextResourcesToXML(String[] languages, List<TextResource> listTextResources) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeIASResourceDataService.exportTextResourcesToXML(List<TextResource> listTextResources) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeIASResourceDataService.exportToXML()creates an xml element with all contained data.net.anotheria.util.xml.XMLNodeIASResourceDataService.exportToXML(String[] languages) creates an xml element with all contained data but only selected languages in multilingual attributes.voidASResourceDataServiceImpl.fetchFileLink(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIASResourceDataService.fetchFileLink(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this FileLink document.voidASResourceDataServiceImpl.fetchImage(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIASResourceDataService.fetchImage(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this Image document.voidASResourceDataServiceImpl.fetchLocalizationBundle(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIASResourceDataService.fetchLocalizationBundle(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this LocalizationBundle document.voidASResourceDataServiceImpl.fetchMailTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIASResourceDataService.fetchMailTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this MailTemplate document.voidASResourceDataServiceImpl.fetchPdfTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIASResourceDataService.fetchPdfTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this PdfTemplate document.voidASResourceDataServiceImpl.fetchPushNotificationTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIASResourceDataService.fetchPushNotificationTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this PushNotificationTemplate document.voidASResourceDataServiceImpl.fetchTextResource(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIASResourceDataService.fetchTextResource(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this TextResource document.IASResourceDataService.getFileLink(String id) Returns the FileLink object with the specified id.IASResourceDataService.getFileLinks()Returns all FileLinks objects stored.IASResourceDataService.getFileLinks(net.anotheria.util.slicer.Segment aSegment) Returns FileLinks objects segment.IASResourceDataService.getFileLinks(net.anotheria.util.sorter.SortType sortType) Returns all FileLinks objects sorted by given sortType.IASResourceDataService.getFileLinksByProperty(String propertyName, Object value) Returns all FileLink objects, where property with given name equals object.IASResourceDataService.getFileLinksByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all FileLink objects, where property with given name equals object, sorted.IASResourceDataService.getFileLinksByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all FileLink objects, where property matches.IASResourceDataService.getFileLinksByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns FileLink objects segment, where property matches.IASResourceDataService.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 matches, sorted.IASResourceDataService.getFileLinksByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all FileLink objects, where property matches, sorted.intIASResourceDataService.getFileLinksCount()Returns all FileLinks count.Returns the Image object with the specified id.IASResourceDataService.getImages()Returns all Images objects stored.IASResourceDataService.getImages(net.anotheria.util.slicer.Segment aSegment) Returns Images objects segment.IASResourceDataService.getImages(net.anotheria.util.sorter.SortType sortType) Returns all Images objects sorted by given sortType.IASResourceDataService.getImagesByProperty(String propertyName, Object value) Returns all Image objects, where property with given name equals object.IASResourceDataService.getImagesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all Image objects, where property with given name equals object, sorted.IASResourceDataService.getImagesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Image objects, where property matches.IASResourceDataService.getImagesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Image objects segment, where property matches.IASResourceDataService.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 matches, sorted.IASResourceDataService.getImagesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Image objects, where property matches, sorted.intIASResourceDataService.getImagesCount()Returns all Images count.IASResourceDataService.getLocalizationBundle(String id) Returns the LocalizationBundle object with the specified id.IASResourceDataService.getLocalizationBundles()Returns all LocalizationBundles objects stored.IASResourceDataService.getLocalizationBundles(net.anotheria.util.slicer.Segment aSegment) Returns LocalizationBundles objects segment.IASResourceDataService.getLocalizationBundles(net.anotheria.util.sorter.SortType sortType) Returns all LocalizationBundles objects sorted by given sortType.IASResourceDataService.getLocalizationBundlesByProperty(String propertyName, Object value) Returns all LocalizationBundle objects, where property with given name equals object.IASResourceDataService.getLocalizationBundlesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all LocalizationBundle objects, where property with given name equals object, sorted.IASResourceDataService.getLocalizationBundlesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all LocalizationBundle objects, where property matches.IASResourceDataService.getLocalizationBundlesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns LocalizationBundle objects segment, where property matches.IASResourceDataService.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 matches, sorted.IASResourceDataService.getLocalizationBundlesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all LocalizationBundle objects, where property matches, sorted.intIASResourceDataService.getLocalizationBundlesCount()Returns all LocalizationBundles count.IASResourceDataService.getMailTemplate(String id) Returns the MailTemplate object with the specified id.IASResourceDataService.getMailTemplates()Returns all MailTemplates objects stored.IASResourceDataService.getMailTemplates(net.anotheria.util.slicer.Segment aSegment) Returns MailTemplates objects segment.IASResourceDataService.getMailTemplates(net.anotheria.util.sorter.SortType sortType) Returns all MailTemplates objects sorted by given sortType.IASResourceDataService.getMailTemplatesByProperty(String propertyName, Object value) Returns all MailTemplate objects, where property with given name equals object.IASResourceDataService.getMailTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all MailTemplate objects, where property with given name equals object, sorted.IASResourceDataService.getMailTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all MailTemplate objects, where property matches.IASResourceDataService.getMailTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns MailTemplate objects segment, where property matches.IASResourceDataService.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 matches, sorted.IASResourceDataService.getMailTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all MailTemplate objects, where property matches, sorted.intIASResourceDataService.getMailTemplatesCount()Returns all MailTemplates count.IASResourceDataService.getPdfTemplate(String id) Returns the PdfTemplate object with the specified id.IASResourceDataService.getPdfTemplates()Returns all PdfTemplates objects stored.IASResourceDataService.getPdfTemplates(net.anotheria.util.slicer.Segment aSegment) Returns PdfTemplates objects segment.IASResourceDataService.getPdfTemplates(net.anotheria.util.sorter.SortType sortType) Returns all PdfTemplates objects sorted by given sortType.IASResourceDataService.getPdfTemplatesByProperty(String propertyName, Object value) Returns all PdfTemplate objects, where property with given name equals object.IASResourceDataService.getPdfTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all PdfTemplate objects, where property with given name equals object, sorted.IASResourceDataService.getPdfTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all PdfTemplate objects, where property matches.IASResourceDataService.getPdfTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns PdfTemplate objects segment, where property matches.IASResourceDataService.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 matches, sorted.IASResourceDataService.getPdfTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all PdfTemplate objects, where property matches, sorted.intIASResourceDataService.getPdfTemplatesCount()Returns all PdfTemplates count.IASResourceDataService.getPushNotificationTemplate(String id) Returns the PushNotificationTemplate object with the specified id.IASResourceDataService.getPushNotificationTemplates()Returns all PushNotificationTemplates objects stored.IASResourceDataService.getPushNotificationTemplates(net.anotheria.util.slicer.Segment aSegment) Returns PushNotificationTemplates objects segment.IASResourceDataService.getPushNotificationTemplates(net.anotheria.util.sorter.SortType sortType) Returns all PushNotificationTemplates objects sorted by given sortType.IASResourceDataService.getPushNotificationTemplatesByProperty(String propertyName, Object value) Returns all PushNotificationTemplate objects, where property with given name equals object.IASResourceDataService.getPushNotificationTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all PushNotificationTemplate objects, where property with given name equals object, sorted.IASResourceDataService.getPushNotificationTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all PushNotificationTemplate objects, where property matches.IASResourceDataService.getPushNotificationTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns PushNotificationTemplate objects segment, where property matches.IASResourceDataService.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 matches, sorted.IASResourceDataService.getPushNotificationTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all PushNotificationTemplate objects, where property matches, sorted.intIASResourceDataService.getPushNotificationTemplatesCount()Returns all PushNotificationTemplates count.IASResourceDataService.getTextResource(String id) Returns the TextResource object with the specified id.IASResourceDataService.getTextResources()Returns all TextResources objects stored.IASResourceDataService.getTextResources(net.anotheria.util.slicer.Segment aSegment) Returns TextResources objects segment.IASResourceDataService.getTextResources(net.anotheria.util.sorter.SortType sortType) Returns all TextResources objects sorted by given sortType.IASResourceDataService.getTextResourcesByProperty(String propertyName, Object value) Returns all TextResource objects, where property with given name equals object.IASResourceDataService.getTextResourcesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all TextResource objects, where property with given name equals object, sorted.IASResourceDataService.getTextResourcesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all TextResource objects, where property matches.IASResourceDataService.getTextResourcesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns TextResource objects segment, where property matches.IASResourceDataService.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 matches, sorted.IASResourceDataService.getTextResourcesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all TextResource objects, where property matches, sorted.intIASResourceDataService.getTextResourcesCount()Returns all TextResources count.IASResourceDataService.importFileLink(FileLink filelink) Imports a new FileLink object.IASResourceDataService.importFileLinks(List<FileLink> list) Imports multiple new FileLink object.IASResourceDataService.importImage(Image image) Imports a new Image object.IASResourceDataService.importImages(List<Image> list) Imports multiple new Image object.IASResourceDataService.importLocalizationBundle(LocalizationBundle localizationbundle) Imports a new LocalizationBundle object.IASResourceDataService.importLocalizationBundles(List<LocalizationBundle> list) Imports multiple new LocalizationBundle object.IASResourceDataService.importMailTemplate(MailTemplate mailtemplate) Imports a new MailTemplate object.IASResourceDataService.importMailTemplates(List<MailTemplate> list) Imports multiple new MailTemplate object.IASResourceDataService.importPdfTemplate(PdfTemplate pdftemplate) Imports a new PdfTemplate object.IASResourceDataService.importPdfTemplates(List<PdfTemplate> list) Imports multiple new PdfTemplate object.IASResourceDataService.importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) Imports a new PushNotificationTemplate object.IASResourceDataService.importPushNotificationTemplates(List<PushNotificationTemplate> list) Imports multiple new PushNotificationTemplate object.IASResourceDataService.importTextResource(TextResource textresource) Imports a new TextResource object.IASResourceDataService.importTextResources(List<TextResource> list) Imports multiple new TextResource object.IASResourceDataService.updateFileLink(FileLink filelink) Updates a FileLink object.IASResourceDataService.updateFileLinks(List<FileLink> list) Updates multiple FileLink objects.IASResourceDataService.updateImage(Image image) Updates a Image object.IASResourceDataService.updateImages(List<Image> list) Updates multiple Image objects.IASResourceDataService.updateLocalizationBundle(LocalizationBundle localizationbundle) Updates a LocalizationBundle object.IASResourceDataService.updateLocalizationBundles(List<LocalizationBundle> list) Updates multiple LocalizationBundle objects.IASResourceDataService.updateMailTemplate(MailTemplate mailtemplate) Updates a MailTemplate object.IASResourceDataService.updateMailTemplates(List<MailTemplate> list) Updates multiple MailTemplate objects.IASResourceDataService.updatePdfTemplate(PdfTemplate pdftemplate) Updates a PdfTemplate object.IASResourceDataService.updatePdfTemplates(List<PdfTemplate> list) Updates multiple PdfTemplate objects.IASResourceDataService.updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) Updates a PushNotificationTemplate object.IASResourceDataService.updatePushNotificationTemplates(List<PushNotificationTemplate> list) Updates multiple PushNotificationTemplate objects.IASResourceDataService.updateTextResource(TextResource textresource) Updates a TextResource object.IASResourceDataService.updateTextResources(List<TextResource> list) Updates multiple TextResource objects. -
Uses of ASResourceDataServiceException in net.anotheria.anosite.gen.asresourcedata.service.fixture
Methods in net.anotheria.anosite.gen.asresourcedata.service.fixture that throw ASResourceDataServiceExceptionModifier and TypeMethodDescriptionASResourceDataServiceFixtureImpl.createFileLink(FileLink filelink) ASResourceDataServiceFixtureImpl.createFileLinks(List<FileLink> list) Creates multiple new FileLink objects.ASResourceDataServiceFixtureImpl.createImage(Image image) ASResourceDataServiceFixtureImpl.createImages(List<Image> list) Creates multiple new Image objects.ASResourceDataServiceFixtureImpl.createLocalizationBundle(LocalizationBundle localizationbundle) ASResourceDataServiceFixtureImpl.createLocalizationBundles(List<LocalizationBundle> list) Creates multiple new LocalizationBundle objects.ASResourceDataServiceFixtureImpl.createMailTemplate(MailTemplate mailtemplate) ASResourceDataServiceFixtureImpl.createMailTemplates(List<MailTemplate> list) Creates multiple new MailTemplate objects.ASResourceDataServiceFixtureImpl.createPdfTemplate(PdfTemplate pdftemplate) ASResourceDataServiceFixtureImpl.createPdfTemplates(List<PdfTemplate> list) Creates multiple new PdfTemplate objects.ASResourceDataServiceFixtureImpl.createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) ASResourceDataServiceFixtureImpl.createPushNotificationTemplates(List<PushNotificationTemplate> list) Creates multiple new PushNotificationTemplate objects.ASResourceDataServiceFixtureImpl.createTextResource(TextResource textresource) ASResourceDataServiceFixtureImpl.createTextResources(List<TextResource> list) Creates multiple new TextResource objects.voidASResourceDataServiceFixtureImpl.deleteFileLink(String id) voidASResourceDataServiceFixtureImpl.deleteFileLink(FileLink filelink) voidASResourceDataServiceFixtureImpl.deleteFileLinks(List<FileLink> list) Deletes multiple FileLink objects.voidASResourceDataServiceFixtureImpl.deleteImage(String id) voidASResourceDataServiceFixtureImpl.deleteImage(Image image) voidASResourceDataServiceFixtureImpl.deleteImages(List<Image> list) Deletes multiple Image objects.voidASResourceDataServiceFixtureImpl.deleteLocalizationBundle(String id) voidASResourceDataServiceFixtureImpl.deleteLocalizationBundle(LocalizationBundle localizationbundle) voidASResourceDataServiceFixtureImpl.deleteLocalizationBundles(List<LocalizationBundle> list) Deletes multiple LocalizationBundle objects.voidASResourceDataServiceFixtureImpl.deleteMailTemplate(String id) voidASResourceDataServiceFixtureImpl.deleteMailTemplate(MailTemplate mailtemplate) voidASResourceDataServiceFixtureImpl.deleteMailTemplates(List<MailTemplate> list) Deletes multiple MailTemplate objects.voidASResourceDataServiceFixtureImpl.deletePdfTemplate(String id) voidASResourceDataServiceFixtureImpl.deletePdfTemplate(PdfTemplate pdftemplate) voidASResourceDataServiceFixtureImpl.deletePdfTemplates(List<PdfTemplate> list) Deletes multiple PdfTemplate objects.voidASResourceDataServiceFixtureImpl.deletePushNotificationTemplate(String id) voidASResourceDataServiceFixtureImpl.deletePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) voidASResourceDataServiceFixtureImpl.deletePushNotificationTemplates(List<PushNotificationTemplate> list) Deletes multiple PushNotificationTemplate objects.voidASResourceDataServiceFixtureImpl.deleteTextResource(String id) voidASResourceDataServiceFixtureImpl.deleteTextResource(TextResource textresource) voidASResourceDataServiceFixtureImpl.deleteTextResources(List<TextResource> list) Deletes multiple TextResource objects.voidASResourceDataServiceFixtureImpl.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) net.anotheria.anodoc.query2.QueryResultASResourceDataServiceFixtureImpl.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 servicenet.anotheria.anodoc.query2.QueryResultASResourceDataServiceFixtureImpl.executeQueryOnFileLinks(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on FileLinksnet.anotheria.anodoc.query2.QueryResultASResourceDataServiceFixtureImpl.executeQueryOnImages(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on Imagesnet.anotheria.anodoc.query2.QueryResultASResourceDataServiceFixtureImpl.executeQueryOnLocalizationBundles(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on LocalizationBundlesnet.anotheria.anodoc.query2.QueryResultASResourceDataServiceFixtureImpl.executeQueryOnMailTemplates(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on MailTemplatesnet.anotheria.anodoc.query2.QueryResultASResourceDataServiceFixtureImpl.executeQueryOnPdfTemplates(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on PdfTemplatesnet.anotheria.anodoc.query2.QueryResultASResourceDataServiceFixtureImpl.executeQueryOnPushNotificationTemplates(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on PushNotificationTemplatesnet.anotheria.anodoc.query2.QueryResultASResourceDataServiceFixtureImpl.executeQueryOnTextResources(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on TextResourcesvoidASResourceDataServiceFixtureImpl.fetchFileLink(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidASResourceDataServiceFixtureImpl.fetchImage(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidASResourceDataServiceFixtureImpl.fetchLocalizationBundle(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidASResourceDataServiceFixtureImpl.fetchMailTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidASResourceDataServiceFixtureImpl.fetchPdfTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidASResourceDataServiceFixtureImpl.fetchPushNotificationTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidASResourceDataServiceFixtureImpl.fetchTextResource(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) ASResourceDataServiceFixtureImpl.getFileLink(String id) ASResourceDataServiceFixtureImpl.getFileLinks()ASResourceDataServiceFixtureImpl.getFileLinks(net.anotheria.util.slicer.Segment aSegment) Returns FileLink objects segment.ASResourceDataServiceFixtureImpl.getFileLinks(net.anotheria.util.sorter.SortType sortType) ASResourceDataServiceFixtureImpl.getFileLinksByProperty(String propertyName, Object value) ASResourceDataServiceFixtureImpl.getFileLinksByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASResourceDataServiceFixtureImpl.getFileLinksByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) Returns all FileLink objects, where property matches.ASResourceDataServiceFixtureImpl.getFileLinksByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all FileLink objects, where property matches, sortedintASResourceDataServiceFixtureImpl.getFileLinksCount()Returns FileLink objects count.ASResourceDataServiceFixtureImpl.getImages()ASResourceDataServiceFixtureImpl.getImages(net.anotheria.util.slicer.Segment aSegment) Returns Image objects segment.ASResourceDataServiceFixtureImpl.getImages(net.anotheria.util.sorter.SortType sortType) ASResourceDataServiceFixtureImpl.getImagesByProperty(String propertyName, Object value) ASResourceDataServiceFixtureImpl.getImagesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASResourceDataServiceFixtureImpl.getImagesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) Returns all Image objects, where property matches.ASResourceDataServiceFixtureImpl.getImagesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Image objects, where property matches, sortedintASResourceDataServiceFixtureImpl.getImagesCount()Returns Image objects count.ASResourceDataServiceFixtureImpl.getLocalizationBundle(String id) ASResourceDataServiceFixtureImpl.getLocalizationBundles()ASResourceDataServiceFixtureImpl.getLocalizationBundles(net.anotheria.util.slicer.Segment aSegment) Returns LocalizationBundle objects segment.ASResourceDataServiceFixtureImpl.getLocalizationBundles(net.anotheria.util.sorter.SortType sortType) ASResourceDataServiceFixtureImpl.getLocalizationBundlesByProperty(String propertyName, Object value) ASResourceDataServiceFixtureImpl.getLocalizationBundlesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASResourceDataServiceFixtureImpl.getLocalizationBundlesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) Returns all LocalizationBundle objects, where property matches.ASResourceDataServiceFixtureImpl.getLocalizationBundlesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all LocalizationBundle objects, where property matches, sortedintASResourceDataServiceFixtureImpl.getLocalizationBundlesCount()Returns LocalizationBundle objects count.ASResourceDataServiceFixtureImpl.getMailTemplate(String id) ASResourceDataServiceFixtureImpl.getMailTemplates()ASResourceDataServiceFixtureImpl.getMailTemplates(net.anotheria.util.slicer.Segment aSegment) Returns MailTemplate objects segment.ASResourceDataServiceFixtureImpl.getMailTemplates(net.anotheria.util.sorter.SortType sortType) ASResourceDataServiceFixtureImpl.getMailTemplatesByProperty(String propertyName, Object value) ASResourceDataServiceFixtureImpl.getMailTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASResourceDataServiceFixtureImpl.getMailTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) Returns all MailTemplate objects, where property matches.ASResourceDataServiceFixtureImpl.getMailTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all MailTemplate objects, where property matches, sortedintASResourceDataServiceFixtureImpl.getMailTemplatesCount()Returns MailTemplate objects count.ASResourceDataServiceFixtureImpl.getPdfTemplate(String id) ASResourceDataServiceFixtureImpl.getPdfTemplates()ASResourceDataServiceFixtureImpl.getPdfTemplates(net.anotheria.util.slicer.Segment aSegment) Returns PdfTemplate objects segment.ASResourceDataServiceFixtureImpl.getPdfTemplates(net.anotheria.util.sorter.SortType sortType) ASResourceDataServiceFixtureImpl.getPdfTemplatesByProperty(String propertyName, Object value) ASResourceDataServiceFixtureImpl.getPdfTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASResourceDataServiceFixtureImpl.getPdfTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) Returns all PdfTemplate objects, where property matches.ASResourceDataServiceFixtureImpl.getPdfTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all PdfTemplate objects, where property matches, sortedintASResourceDataServiceFixtureImpl.getPdfTemplatesCount()Returns PdfTemplate objects count.ASResourceDataServiceFixtureImpl.getPushNotificationTemplate(String id) ASResourceDataServiceFixtureImpl.getPushNotificationTemplates()ASResourceDataServiceFixtureImpl.getPushNotificationTemplates(net.anotheria.util.slicer.Segment aSegment) Returns PushNotificationTemplate objects segment.ASResourceDataServiceFixtureImpl.getPushNotificationTemplates(net.anotheria.util.sorter.SortType sortType) ASResourceDataServiceFixtureImpl.getPushNotificationTemplatesByProperty(String propertyName, Object value) ASResourceDataServiceFixtureImpl.getPushNotificationTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASResourceDataServiceFixtureImpl.getPushNotificationTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) Returns all PushNotificationTemplate objects, where property matches.ASResourceDataServiceFixtureImpl.getPushNotificationTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all PushNotificationTemplate objects, where property matches, sortedintASResourceDataServiceFixtureImpl.getPushNotificationTemplatesCount()Returns PushNotificationTemplate objects count.ASResourceDataServiceFixtureImpl.getTextResource(String id) ASResourceDataServiceFixtureImpl.getTextResources()ASResourceDataServiceFixtureImpl.getTextResources(net.anotheria.util.slicer.Segment aSegment) Returns TextResource objects segment.ASResourceDataServiceFixtureImpl.getTextResources(net.anotheria.util.sorter.SortType sortType) ASResourceDataServiceFixtureImpl.getTextResourcesByProperty(String propertyName, Object value) ASResourceDataServiceFixtureImpl.getTextResourcesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASResourceDataServiceFixtureImpl.getTextResourcesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) Returns all TextResource objects, where property matches.ASResourceDataServiceFixtureImpl.getTextResourcesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all TextResource objects, where property matches, sortedintASResourceDataServiceFixtureImpl.getTextResourcesCount()Returns TextResource objects count.ASResourceDataServiceFixtureImpl.importFileLink(FileLink filelink) ASResourceDataServiceFixtureImpl.importFileLinks(List<FileLink> list) ASResourceDataServiceFixtureImpl.importImage(Image image) ASResourceDataServiceFixtureImpl.importImages(List<Image> list) ASResourceDataServiceFixtureImpl.importLocalizationBundle(LocalizationBundle localizationbundle) ASResourceDataServiceFixtureImpl.importLocalizationBundles(List<LocalizationBundle> list) ASResourceDataServiceFixtureImpl.importMailTemplate(MailTemplate mailtemplate) ASResourceDataServiceFixtureImpl.importMailTemplates(List<MailTemplate> list) ASResourceDataServiceFixtureImpl.importPdfTemplate(PdfTemplate pdftemplate) ASResourceDataServiceFixtureImpl.importPdfTemplates(List<PdfTemplate> list) ASResourceDataServiceFixtureImpl.importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) ASResourceDataServiceFixtureImpl.importPushNotificationTemplates(List<PushNotificationTemplate> list) ASResourceDataServiceFixtureImpl.importTextResource(TextResource textresource) ASResourceDataServiceFixtureImpl.importTextResources(List<TextResource> list) ASResourceDataServiceFixtureImpl.updateFileLink(FileLink filelink) ASResourceDataServiceFixtureImpl.updateFileLinks(List<FileLink> list) Updates multiple new FileLink objects.ASResourceDataServiceFixtureImpl.updateImage(Image image) ASResourceDataServiceFixtureImpl.updateImages(List<Image> list) Updates multiple new Image objects.ASResourceDataServiceFixtureImpl.updateLocalizationBundle(LocalizationBundle localizationbundle) ASResourceDataServiceFixtureImpl.updateLocalizationBundles(List<LocalizationBundle> list) Updates multiple new LocalizationBundle objects.ASResourceDataServiceFixtureImpl.updateMailTemplate(MailTemplate mailtemplate) ASResourceDataServiceFixtureImpl.updateMailTemplates(List<MailTemplate> list) Updates multiple new MailTemplate objects.ASResourceDataServiceFixtureImpl.updatePdfTemplate(PdfTemplate pdftemplate) ASResourceDataServiceFixtureImpl.updatePdfTemplates(List<PdfTemplate> list) Updates multiple new PdfTemplate objects.ASResourceDataServiceFixtureImpl.updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) ASResourceDataServiceFixtureImpl.updatePushNotificationTemplates(List<PushNotificationTemplate> list) Updates multiple new PushNotificationTemplate objects.ASResourceDataServiceFixtureImpl.updateTextResource(TextResource textresource) ASResourceDataServiceFixtureImpl.updateTextResources(List<TextResource> list) Updates multiple new TextResource objects.