void |
IASResourceDataService.copyMultilingualAttributesInAllImages(java.lang.String sourceLanguage,
java.lang.String targetLanguage) |
In all documents of type Image copies all multilingual fields from sourceLanguage to targetLanguage.
|
void |
IASResourceDataService.copyMultilingualAttributesInAllLocalizationBundles(java.lang.String sourceLanguage,
java.lang.String targetLanguage) |
In all documents of type LocalizationBundle copies all multilingual fields from sourceLanguage to targetLanguage.
|
void |
IASResourceDataService.copyMultilingualAttributesInAllMailTemplates(java.lang.String sourceLanguage,
java.lang.String targetLanguage) |
In all documents of type MailTemplate copies all multilingual fields from sourceLanguage to targetLanguage.
|
void |
IASResourceDataService.copyMultilingualAttributesInAllObjects(java.lang.String sourceLanguage,
java.lang.String targetLanguage) |
Copies all multilingual fields from sourceLanguage to targetLanguage in all data objects (documents, vo) which are part of this module and managed by this service.
|
void |
IASResourceDataService.copyMultilingualAttributesInAllPdfTemplates(java.lang.String sourceLanguage,
java.lang.String targetLanguage) |
In all documents of type PdfTemplate copies all multilingual fields from sourceLanguage to targetLanguage.
|
void |
IASResourceDataService.copyMultilingualAttributesInAllPushNotificationTemplates(java.lang.String sourceLanguage,
java.lang.String targetLanguage) |
In all documents of type PushNotificationTemplate copies all multilingual fields from sourceLanguage to targetLanguage.
|
void |
IASResourceDataService.copyMultilingualAttributesInAllTextResources(java.lang.String sourceLanguage,
java.lang.String targetLanguage) |
In all documents of type TextResource copies all multilingual fields from sourceLanguage to targetLanguage.
|
FileLink |
IASResourceDataService.createFileLink(FileLink filelink) |
Creates a new FileLink object.
|
java.util.List<FileLink> |
IASResourceDataService.createFileLinks(java.util.List<FileLink> list) |
Creates multiple new FileLink objects.
|
Image |
IASResourceDataService.createImage(Image image) |
Creates a new Image object.
|
java.util.List<Image> |
IASResourceDataService.createImages(java.util.List<Image> list) |
Creates multiple new Image objects.
|
LocalizationBundle |
IASResourceDataService.createLocalizationBundle(LocalizationBundle localizationbundle) |
Creates a new LocalizationBundle object.
|
java.util.List<LocalizationBundle> |
IASResourceDataService.createLocalizationBundles(java.util.List<LocalizationBundle> list) |
Creates multiple new LocalizationBundle objects.
|
MailTemplate |
IASResourceDataService.createMailTemplate(MailTemplate mailtemplate) |
Creates a new MailTemplate object.
|
java.util.List<MailTemplate> |
IASResourceDataService.createMailTemplates(java.util.List<MailTemplate> list) |
Creates multiple new MailTemplate objects.
|
PdfTemplate |
IASResourceDataService.createPdfTemplate(PdfTemplate pdftemplate) |
Creates a new PdfTemplate object.
|
java.util.List<PdfTemplate> |
IASResourceDataService.createPdfTemplates(java.util.List<PdfTemplate> list) |
Creates multiple new PdfTemplate objects.
|
PushNotificationTemplate |
IASResourceDataService.createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) |
Creates a new PushNotificationTemplate object.
|
java.util.List<PushNotificationTemplate> |
IASResourceDataService.createPushNotificationTemplates(java.util.List<PushNotificationTemplate> list) |
Creates multiple new PushNotificationTemplate objects.
|
TextResource |
IASResourceDataService.createTextResource(TextResource textresource) |
Creates a new TextResource object.
|
java.util.List<TextResource> |
IASResourceDataService.createTextResources(java.util.List<TextResource> list) |
Creates multiple new TextResource objects.
|
void |
IASResourceDataService.deleteFileLink(java.lang.String id) |
Deletes a FileLink object by id.
|
void |
IASResourceDataService.deleteFileLink(FileLink filelink) |
Deletes a FileLink object.
|
void |
IASResourceDataService.deleteFileLinks(java.util.List<FileLink> list) |
Deletes multiple FileLink object.
|
void |
IASResourceDataService.deleteImage(java.lang.String id) |
Deletes a Image object by id.
|
void |
IASResourceDataService.deleteImage(Image image) |
Deletes a Image object.
|
void |
IASResourceDataService.deleteImages(java.util.List<Image> list) |
Deletes multiple Image object.
|
void |
IASResourceDataService.deleteLocalizationBundle(java.lang.String id) |
Deletes a LocalizationBundle object by id.
|
void |
IASResourceDataService.deleteLocalizationBundle(LocalizationBundle localizationbundle) |
Deletes a LocalizationBundle object.
|
void |
IASResourceDataService.deleteLocalizationBundles(java.util.List<LocalizationBundle> list) |
Deletes multiple LocalizationBundle object.
|
void |
IASResourceDataService.deleteMailTemplate(java.lang.String id) |
Deletes a MailTemplate object by id.
|
void |
IASResourceDataService.deleteMailTemplate(MailTemplate mailtemplate) |
Deletes a MailTemplate object.
|
void |
IASResourceDataService.deleteMailTemplates(java.util.List<MailTemplate> list) |
Deletes multiple MailTemplate object.
|
void |
IASResourceDataService.deletePdfTemplate(java.lang.String id) |
Deletes a PdfTemplate object by id.
|
void |
IASResourceDataService.deletePdfTemplate(PdfTemplate pdftemplate) |
Deletes a PdfTemplate object.
|
void |
IASResourceDataService.deletePdfTemplates(java.util.List<PdfTemplate> list) |
Deletes multiple PdfTemplate object.
|
void |
IASResourceDataService.deletePushNotificationTemplate(java.lang.String id) |
Deletes a PushNotificationTemplate object by id.
|
void |
IASResourceDataService.deletePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) |
Deletes a PushNotificationTemplate object.
|
void |
IASResourceDataService.deletePushNotificationTemplates(java.util.List<PushNotificationTemplate> list) |
Deletes multiple PushNotificationTemplate object.
|
void |
IASResourceDataService.deleteTextResource(java.lang.String id) |
Deletes a TextResource object by id.
|
void |
IASResourceDataService.deleteTextResource(TextResource textresource) |
Deletes a TextResource object.
|
void |
IASResourceDataService.deleteTextResources(java.util.List<TextResource> list) |
Deletes multiple TextResource object.
|
void |
ASResourceDataServiceImpl.executeParsingForDocument(DocumentName documentName,
org.codehaus.jettison.json.JSONObject data) |
|
void |
IASResourceDataService.executeParsingForDocument(DocumentName documentName,
org.codehaus.jettison.json.JSONObject data) |
Save transferred document by its own type.
|
net.anotheria.anodoc.query2.QueryResult |
IASResourceDataService.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.QueryResult |
IASResourceDataService.executeQueryOnFileLinks(net.anotheria.anodoc.query2.DocumentQuery query) |
Executes a query.
|
net.anotheria.anodoc.query2.QueryResult |
IASResourceDataService.executeQueryOnImages(net.anotheria.anodoc.query2.DocumentQuery query) |
Executes a query.
|
net.anotheria.anodoc.query2.QueryResult |
IASResourceDataService.executeQueryOnLocalizationBundles(net.anotheria.anodoc.query2.DocumentQuery query) |
Executes a query.
|
net.anotheria.anodoc.query2.QueryResult |
IASResourceDataService.executeQueryOnMailTemplates(net.anotheria.anodoc.query2.DocumentQuery query) |
Executes a query.
|
net.anotheria.anodoc.query2.QueryResult |
IASResourceDataService.executeQueryOnPdfTemplates(net.anotheria.anodoc.query2.DocumentQuery query) |
Executes a query.
|
net.anotheria.anodoc.query2.QueryResult |
IASResourceDataService.executeQueryOnPushNotificationTemplates(net.anotheria.anodoc.query2.DocumentQuery query) |
Executes a query.
|
net.anotheria.anodoc.query2.QueryResult |
IASResourceDataService.executeQueryOnTextResources(net.anotheria.anodoc.query2.DocumentQuery query) |
Executes a query.
|
net.anotheria.util.xml.XMLNode |
IASResourceDataService.exportFileLinksToXML(java.lang.String[] languages,
java.util.List<FileLink> listFileLinks) |
creates an xml element with selected contained data but only selected languages in multilingual attributes
|
net.anotheria.util.xml.XMLNode |
IASResourceDataService.exportFileLinksToXML(java.util.List<FileLink> listFileLinks) |
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
IASResourceDataService.exportImagesToXML(java.lang.String[] languages,
java.util.List<Image> listImages) |
creates an xml element with selected contained data but only selected languages in multilingual attributes
|
net.anotheria.util.xml.XMLNode |
IASResourceDataService.exportImagesToXML(java.util.List<Image> listImages) |
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
IASResourceDataService.exportLocalizationBundlesToXML(java.lang.String[] languages,
java.util.List<LocalizationBundle> listLocalizationBundles) |
creates an xml element with selected contained data but only selected languages in multilingual attributes
|
net.anotheria.util.xml.XMLNode |
IASResourceDataService.exportLocalizationBundlesToXML(java.util.List<LocalizationBundle> listLocalizationBundles) |
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
IASResourceDataService.exportMailTemplatesToXML(java.lang.String[] languages,
java.util.List<MailTemplate> listMailTemplates) |
creates an xml element with selected contained data but only selected languages in multilingual attributes
|
net.anotheria.util.xml.XMLNode |
IASResourceDataService.exportMailTemplatesToXML(java.util.List<MailTemplate> listMailTemplates) |
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
IASResourceDataService.exportPdfTemplatesToXML(java.lang.String[] languages,
java.util.List<PdfTemplate> listPdfTemplates) |
creates an xml element with selected contained data but only selected languages in multilingual attributes
|
net.anotheria.util.xml.XMLNode |
IASResourceDataService.exportPdfTemplatesToXML(java.util.List<PdfTemplate> listPdfTemplates) |
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
IASResourceDataService.exportPushNotificationTemplatesToXML(java.lang.String[] languages,
java.util.List<PushNotificationTemplate> listPushNotificationTemplates) |
creates an xml element with selected contained data but only selected languages in multilingual attributes
|
net.anotheria.util.xml.XMLNode |
IASResourceDataService.exportPushNotificationTemplatesToXML(java.util.List<PushNotificationTemplate> listPushNotificationTemplates) |
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
IASResourceDataService.exportTextResourcesToXML(java.lang.String[] languages,
java.util.List<TextResource> listTextResources) |
creates an xml element with selected contained data but only selected languages in multilingual attributes
|
net.anotheria.util.xml.XMLNode |
IASResourceDataService.exportTextResourcesToXML(java.util.List<TextResource> listTextResources) |
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
IASResourceDataService.exportToXML() |
creates an xml element with all contained data.
|
net.anotheria.util.xml.XMLNode |
IASResourceDataService.exportToXML(java.lang.String[] languages) |
creates an xml element with all contained data but only selected languages in multilingual attributes.
|
void |
ASResourceDataServiceImpl.fetchFileLink(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
|
void |
IASResourceDataService.fetchFileLink(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
Create json object list dependencies for this FileLink document.
|
void |
ASResourceDataServiceImpl.fetchImage(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
|
void |
IASResourceDataService.fetchImage(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
Create json object list dependencies for this Image document.
|
void |
ASResourceDataServiceImpl.fetchLocalizationBundle(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
|
void |
IASResourceDataService.fetchLocalizationBundle(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
Create json object list dependencies for this LocalizationBundle document.
|
void |
ASResourceDataServiceImpl.fetchMailTemplate(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
|
void |
IASResourceDataService.fetchMailTemplate(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
Create json object list dependencies for this MailTemplate document.
|
void |
ASResourceDataServiceImpl.fetchPdfTemplate(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
|
void |
IASResourceDataService.fetchPdfTemplate(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
Create json object list dependencies for this PdfTemplate document.
|
void |
ASResourceDataServiceImpl.fetchPushNotificationTemplate(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
|
void |
IASResourceDataService.fetchPushNotificationTemplate(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
Create json object list dependencies for this PushNotificationTemplate document.
|
void |
ASResourceDataServiceImpl.fetchTextResource(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
|
void |
IASResourceDataService.fetchTextResource(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
Create json object list dependencies for this TextResource document.
|
FileLink |
IASResourceDataService.getFileLink(java.lang.String id) |
Returns the FileLink object with the specified id.
|
java.util.List<FileLink> |
IASResourceDataService.getFileLinks() |
Returns all FileLinks objects stored.
|
java.util.List<FileLink> |
IASResourceDataService.getFileLinks(net.anotheria.util.slicer.Segment aSegment) |
Returns FileLinks objects segment.
|
java.util.List<FileLink> |
IASResourceDataService.getFileLinks(net.anotheria.util.sorter.SortType sortType) |
Returns all FileLinks objects sorted by given sortType.
|
java.util.List<FileLink> |
IASResourceDataService.getFileLinksByProperty(java.lang.String propertyName,
java.lang.Object value) |
Returns all FileLink objects, where property with given name equals object.
|
java.util.List<FileLink> |
IASResourceDataService.getFileLinksByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
Returns all FileLink objects, where property with given name equals object, sorted.
|
java.util.List<FileLink> |
IASResourceDataService.getFileLinksByProperty(net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all FileLink objects, where property matches.
|
java.util.List<FileLink> |
IASResourceDataService.getFileLinksByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty) |
Returns FileLink objects segment, where property matches.
|
java.util.List<FileLink> |
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.
|
java.util.List<FileLink> |
IASResourceDataService.getFileLinksByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all FileLink objects, where property matches, sorted.
|
int |
IASResourceDataService.getFileLinksCount() |
Returns all FileLinks count.
|
Image |
IASResourceDataService.getImage(java.lang.String id) |
Returns the Image object with the specified id.
|
java.util.List<Image> |
IASResourceDataService.getImages() |
Returns all Images objects stored.
|
java.util.List<Image> |
IASResourceDataService.getImages(net.anotheria.util.slicer.Segment aSegment) |
Returns Images objects segment.
|
java.util.List<Image> |
IASResourceDataService.getImages(net.anotheria.util.sorter.SortType sortType) |
Returns all Images objects sorted by given sortType.
|
java.util.List<Image> |
IASResourceDataService.getImagesByProperty(java.lang.String propertyName,
java.lang.Object value) |
Returns all Image objects, where property with given name equals object.
|
java.util.List<Image> |
IASResourceDataService.getImagesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
Returns all Image objects, where property with given name equals object, sorted.
|
java.util.List<Image> |
IASResourceDataService.getImagesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all Image objects, where property matches.
|
java.util.List<Image> |
IASResourceDataService.getImagesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty) |
Returns Image objects segment, where property matches.
|
java.util.List<Image> |
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.
|
java.util.List<Image> |
IASResourceDataService.getImagesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all Image objects, where property matches, sorted.
|
int |
IASResourceDataService.getImagesCount() |
Returns all Images count.
|
LocalizationBundle |
IASResourceDataService.getLocalizationBundle(java.lang.String id) |
Returns the LocalizationBundle object with the specified id.
|
java.util.List<LocalizationBundle> |
IASResourceDataService.getLocalizationBundles() |
Returns all LocalizationBundles objects stored.
|
java.util.List<LocalizationBundle> |
IASResourceDataService.getLocalizationBundles(net.anotheria.util.slicer.Segment aSegment) |
Returns LocalizationBundles objects segment.
|
java.util.List<LocalizationBundle> |
IASResourceDataService.getLocalizationBundles(net.anotheria.util.sorter.SortType sortType) |
Returns all LocalizationBundles objects sorted by given sortType.
|
java.util.List<LocalizationBundle> |
IASResourceDataService.getLocalizationBundlesByProperty(java.lang.String propertyName,
java.lang.Object value) |
Returns all LocalizationBundle objects, where property with given name equals object.
|
java.util.List<LocalizationBundle> |
IASResourceDataService.getLocalizationBundlesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
Returns all LocalizationBundle objects, where property with given name equals object, sorted.
|
java.util.List<LocalizationBundle> |
IASResourceDataService.getLocalizationBundlesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all LocalizationBundle objects, where property matches.
|
java.util.List<LocalizationBundle> |
IASResourceDataService.getLocalizationBundlesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty) |
Returns LocalizationBundle objects segment, where property matches.
|
java.util.List<LocalizationBundle> |
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.
|
java.util.List<LocalizationBundle> |
IASResourceDataService.getLocalizationBundlesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all LocalizationBundle objects, where property matches, sorted.
|
int |
IASResourceDataService.getLocalizationBundlesCount() |
Returns all LocalizationBundles count.
|
MailTemplate |
IASResourceDataService.getMailTemplate(java.lang.String id) |
Returns the MailTemplate object with the specified id.
|
java.util.List<MailTemplate> |
IASResourceDataService.getMailTemplates() |
Returns all MailTemplates objects stored.
|
java.util.List<MailTemplate> |
IASResourceDataService.getMailTemplates(net.anotheria.util.slicer.Segment aSegment) |
Returns MailTemplates objects segment.
|
java.util.List<MailTemplate> |
IASResourceDataService.getMailTemplates(net.anotheria.util.sorter.SortType sortType) |
Returns all MailTemplates objects sorted by given sortType.
|
java.util.List<MailTemplate> |
IASResourceDataService.getMailTemplatesByProperty(java.lang.String propertyName,
java.lang.Object value) |
Returns all MailTemplate objects, where property with given name equals object.
|
java.util.List<MailTemplate> |
IASResourceDataService.getMailTemplatesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
Returns all MailTemplate objects, where property with given name equals object, sorted.
|
java.util.List<MailTemplate> |
IASResourceDataService.getMailTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all MailTemplate objects, where property matches.
|
java.util.List<MailTemplate> |
IASResourceDataService.getMailTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty) |
Returns MailTemplate objects segment, where property matches.
|
java.util.List<MailTemplate> |
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.
|
java.util.List<MailTemplate> |
IASResourceDataService.getMailTemplatesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all MailTemplate objects, where property matches, sorted.
|
int |
IASResourceDataService.getMailTemplatesCount() |
Returns all MailTemplates count.
|
PdfTemplate |
IASResourceDataService.getPdfTemplate(java.lang.String id) |
Returns the PdfTemplate object with the specified id.
|
java.util.List<PdfTemplate> |
IASResourceDataService.getPdfTemplates() |
Returns all PdfTemplates objects stored.
|
java.util.List<PdfTemplate> |
IASResourceDataService.getPdfTemplates(net.anotheria.util.slicer.Segment aSegment) |
Returns PdfTemplates objects segment.
|
java.util.List<PdfTemplate> |
IASResourceDataService.getPdfTemplates(net.anotheria.util.sorter.SortType sortType) |
Returns all PdfTemplates objects sorted by given sortType.
|
java.util.List<PdfTemplate> |
IASResourceDataService.getPdfTemplatesByProperty(java.lang.String propertyName,
java.lang.Object value) |
Returns all PdfTemplate objects, where property with given name equals object.
|
java.util.List<PdfTemplate> |
IASResourceDataService.getPdfTemplatesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
Returns all PdfTemplate objects, where property with given name equals object, sorted.
|
java.util.List<PdfTemplate> |
IASResourceDataService.getPdfTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all PdfTemplate objects, where property matches.
|
java.util.List<PdfTemplate> |
IASResourceDataService.getPdfTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty) |
Returns PdfTemplate objects segment, where property matches.
|
java.util.List<PdfTemplate> |
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.
|
java.util.List<PdfTemplate> |
IASResourceDataService.getPdfTemplatesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all PdfTemplate objects, where property matches, sorted.
|
int |
IASResourceDataService.getPdfTemplatesCount() |
Returns all PdfTemplates count.
|
PushNotificationTemplate |
IASResourceDataService.getPushNotificationTemplate(java.lang.String id) |
Returns the PushNotificationTemplate object with the specified id.
|
java.util.List<PushNotificationTemplate> |
IASResourceDataService.getPushNotificationTemplates() |
Returns all PushNotificationTemplates objects stored.
|
java.util.List<PushNotificationTemplate> |
IASResourceDataService.getPushNotificationTemplates(net.anotheria.util.slicer.Segment aSegment) |
Returns PushNotificationTemplates objects segment.
|
java.util.List<PushNotificationTemplate> |
IASResourceDataService.getPushNotificationTemplates(net.anotheria.util.sorter.SortType sortType) |
Returns all PushNotificationTemplates objects sorted by given sortType.
|
java.util.List<PushNotificationTemplate> |
IASResourceDataService.getPushNotificationTemplatesByProperty(java.lang.String propertyName,
java.lang.Object value) |
Returns all PushNotificationTemplate objects, where property with given name equals object.
|
java.util.List<PushNotificationTemplate> |
IASResourceDataService.getPushNotificationTemplatesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
Returns all PushNotificationTemplate objects, where property with given name equals object, sorted.
|
java.util.List<PushNotificationTemplate> |
IASResourceDataService.getPushNotificationTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all PushNotificationTemplate objects, where property matches.
|
java.util.List<PushNotificationTemplate> |
IASResourceDataService.getPushNotificationTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty) |
Returns PushNotificationTemplate objects segment, where property matches.
|
java.util.List<PushNotificationTemplate> |
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.
|
java.util.List<PushNotificationTemplate> |
IASResourceDataService.getPushNotificationTemplatesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all PushNotificationTemplate objects, where property matches, sorted.
|
int |
IASResourceDataService.getPushNotificationTemplatesCount() |
Returns all PushNotificationTemplates count.
|
TextResource |
IASResourceDataService.getTextResource(java.lang.String id) |
Returns the TextResource object with the specified id.
|
java.util.List<TextResource> |
IASResourceDataService.getTextResources() |
Returns all TextResources objects stored.
|
java.util.List<TextResource> |
IASResourceDataService.getTextResources(net.anotheria.util.slicer.Segment aSegment) |
Returns TextResources objects segment.
|
java.util.List<TextResource> |
IASResourceDataService.getTextResources(net.anotheria.util.sorter.SortType sortType) |
Returns all TextResources objects sorted by given sortType.
|
java.util.List<TextResource> |
IASResourceDataService.getTextResourcesByProperty(java.lang.String propertyName,
java.lang.Object value) |
Returns all TextResource objects, where property with given name equals object.
|
java.util.List<TextResource> |
IASResourceDataService.getTextResourcesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
Returns all TextResource objects, where property with given name equals object, sorted.
|
java.util.List<TextResource> |
IASResourceDataService.getTextResourcesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all TextResource objects, where property matches.
|
java.util.List<TextResource> |
IASResourceDataService.getTextResourcesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty) |
Returns TextResource objects segment, where property matches.
|
java.util.List<TextResource> |
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.
|
java.util.List<TextResource> |
IASResourceDataService.getTextResourcesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all TextResource objects, where property matches, sorted.
|
int |
IASResourceDataService.getTextResourcesCount() |
Returns all TextResources count.
|
FileLink |
IASResourceDataService.importFileLink(FileLink filelink) |
Imports a new FileLink object.
|
java.util.List<FileLink> |
IASResourceDataService.importFileLinks(java.util.List<FileLink> list) |
Imports multiple new FileLink object.
|
Image |
IASResourceDataService.importImage(Image image) |
Imports a new Image object.
|
java.util.List<Image> |
IASResourceDataService.importImages(java.util.List<Image> list) |
Imports multiple new Image object.
|
LocalizationBundle |
IASResourceDataService.importLocalizationBundle(LocalizationBundle localizationbundle) |
Imports a new LocalizationBundle object.
|
java.util.List<LocalizationBundle> |
IASResourceDataService.importLocalizationBundles(java.util.List<LocalizationBundle> list) |
Imports multiple new LocalizationBundle object.
|
MailTemplate |
IASResourceDataService.importMailTemplate(MailTemplate mailtemplate) |
Imports a new MailTemplate object.
|
java.util.List<MailTemplate> |
IASResourceDataService.importMailTemplates(java.util.List<MailTemplate> list) |
Imports multiple new MailTemplate object.
|
PdfTemplate |
IASResourceDataService.importPdfTemplate(PdfTemplate pdftemplate) |
Imports a new PdfTemplate object.
|
java.util.List<PdfTemplate> |
IASResourceDataService.importPdfTemplates(java.util.List<PdfTemplate> list) |
Imports multiple new PdfTemplate object.
|
PushNotificationTemplate |
IASResourceDataService.importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) |
Imports a new PushNotificationTemplate object.
|
java.util.List<PushNotificationTemplate> |
IASResourceDataService.importPushNotificationTemplates(java.util.List<PushNotificationTemplate> list) |
Imports multiple new PushNotificationTemplate object.
|
TextResource |
IASResourceDataService.importTextResource(TextResource textresource) |
Imports a new TextResource object.
|
java.util.List<TextResource> |
IASResourceDataService.importTextResources(java.util.List<TextResource> list) |
Imports multiple new TextResource object.
|
FileLink |
IASResourceDataService.updateFileLink(FileLink filelink) |
Updates a FileLink object.
|
java.util.List<FileLink> |
IASResourceDataService.updateFileLinks(java.util.List<FileLink> list) |
Updates multiple FileLink objects.
|
Image |
IASResourceDataService.updateImage(Image image) |
Updates a Image object.
|
java.util.List<Image> |
IASResourceDataService.updateImages(java.util.List<Image> list) |
Updates multiple Image objects.
|
LocalizationBundle |
IASResourceDataService.updateLocalizationBundle(LocalizationBundle localizationbundle) |
Updates a LocalizationBundle object.
|
java.util.List<LocalizationBundle> |
IASResourceDataService.updateLocalizationBundles(java.util.List<LocalizationBundle> list) |
Updates multiple LocalizationBundle objects.
|
MailTemplate |
IASResourceDataService.updateMailTemplate(MailTemplate mailtemplate) |
Updates a MailTemplate object.
|
java.util.List<MailTemplate> |
IASResourceDataService.updateMailTemplates(java.util.List<MailTemplate> list) |
Updates multiple MailTemplate objects.
|
PdfTemplate |
IASResourceDataService.updatePdfTemplate(PdfTemplate pdftemplate) |
Updates a PdfTemplate object.
|
java.util.List<PdfTemplate> |
IASResourceDataService.updatePdfTemplates(java.util.List<PdfTemplate> list) |
Updates multiple PdfTemplate objects.
|
PushNotificationTemplate |
IASResourceDataService.updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) |
Updates a PushNotificationTemplate object.
|
java.util.List<PushNotificationTemplate> |
IASResourceDataService.updatePushNotificationTemplates(java.util.List<PushNotificationTemplate> list) |
Updates multiple PushNotificationTemplate objects.
|
TextResource |
IASResourceDataService.updateTextResource(TextResource textresource) |
Updates a TextResource object.
|
java.util.List<TextResource> |
IASResourceDataService.updateTextResources(java.util.List<TextResource> list) |
Updates multiple TextResource objects.
|