| Package | Description |
|---|---|
| net.anotheria.anosite.gen.asresourcedata.service | |
| net.anotheria.anosite.gen.asresourcedata.service.fixture |
| Modifier and Type | Class and Description |
|---|---|
class |
FileLinkNotFoundInASResourceDataServiceException
Exception for gets over non existing id in IASResourceDataService, document: FileLink
|
class |
ImageNotFoundInASResourceDataServiceException
Exception for gets over non existing id in IASResourceDataService, document: Image
|
class |
LocalizationBundleNotFoundInASResourceDataServiceException
Exception for gets over non existing id in IASResourceDataService, document: LocalizationBundle
|
class |
MailTemplateNotFoundInASResourceDataServiceException
Exception for gets over non existing id in IASResourceDataService, document: MailTemplate
|
class |
PdfTemplateNotFoundInASResourceDataServiceException
Exception for gets over non existing id in IASResourceDataService, document: PdfTemplate
|
class |
PushNotificationTemplateNotFoundInASResourceDataServiceException
Exception for gets over non existing id in IASResourceDataService, document: PushNotificationTemplate
|
class |
TextResourceNotFoundInASResourceDataServiceException
Exception for gets over non existing id in IASResourceDataService, document: TextResource
|
| Modifier and Type | Method and Description |
|---|---|
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(FileLink filelink)
Deletes a FileLink object.
|
void |
IASResourceDataService.deleteFileLink(java.lang.String id)
Deletes a FileLink object by id.
|
void |
IASResourceDataService.deleteFileLinks(java.util.List<FileLink> list)
Deletes multiple FileLink object.
|
void |
IASResourceDataService.deleteImage(Image image)
Deletes a Image object.
|
void |
IASResourceDataService.deleteImage(java.lang.String id)
Deletes a Image object by id.
|
void |
IASResourceDataService.deleteImages(java.util.List<Image> list)
Deletes multiple Image object.
|
void |
IASResourceDataService.deleteLocalizationBundle(LocalizationBundle localizationbundle)
Deletes a LocalizationBundle object.
|
void |
IASResourceDataService.deleteLocalizationBundle(java.lang.String id)
Deletes a LocalizationBundle object by id.
|
void |
IASResourceDataService.deleteLocalizationBundles(java.util.List<LocalizationBundle> list)
Deletes multiple LocalizationBundle object.
|
void |
IASResourceDataService.deleteMailTemplate(MailTemplate mailtemplate)
Deletes a MailTemplate object.
|
void |
IASResourceDataService.deleteMailTemplate(java.lang.String id)
Deletes a MailTemplate object by id.
|
void |
IASResourceDataService.deleteMailTemplates(java.util.List<MailTemplate> list)
Deletes multiple MailTemplate object.
|
void |
IASResourceDataService.deletePdfTemplate(PdfTemplate pdftemplate)
Deletes a PdfTemplate object.
|
void |
IASResourceDataService.deletePdfTemplate(java.lang.String id)
Deletes a PdfTemplate object by id.
|
void |
IASResourceDataService.deletePdfTemplates(java.util.List<PdfTemplate> list)
Deletes multiple PdfTemplate object.
|
void |
IASResourceDataService.deletePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)
Deletes a PushNotificationTemplate object.
|
void |
IASResourceDataService.deletePushNotificationTemplate(java.lang.String id)
Deletes a PushNotificationTemplate object by id.
|
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.util.List<FileLink> listFileLinks)
Creates an xml element with selected contained data.
|
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.exportImagesToXML(java.util.List<Image> listImages)
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.exportLocalizationBundlesToXML(java.util.List<LocalizationBundle> listLocalizationBundles)
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.exportMailTemplatesToXML(java.util.List<MailTemplate> listMailTemplates)
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.exportPdfTemplatesToXML(java.util.List<PdfTemplate> listPdfTemplates)
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.exportPushNotificationTemplatesToXML(java.util.List<PushNotificationTemplate> listPushNotificationTemplates)
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.exportTextResourcesToXML(java.util.List<TextResource> listTextResources)
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.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(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.
|
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.
|
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(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.
|
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.
|
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(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.
|
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.
|
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(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.
|
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.
|
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(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.
|
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.
|
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(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.
|
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.
|
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(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.
|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
FileLink |
ASResourceDataServiceFixtureImpl.createFileLink(FileLink filelink) |
java.util.List<FileLink> |
ASResourceDataServiceFixtureImpl.createFileLinks(java.util.List<FileLink> list)
Creates multiple new FileLink objects.
|
Image |
ASResourceDataServiceFixtureImpl.createImage(Image image) |
java.util.List<Image> |
ASResourceDataServiceFixtureImpl.createImages(java.util.List<Image> list)
Creates multiple new Image objects.
|
LocalizationBundle |
ASResourceDataServiceFixtureImpl.createLocalizationBundle(LocalizationBundle localizationbundle) |
java.util.List<LocalizationBundle> |
ASResourceDataServiceFixtureImpl.createLocalizationBundles(java.util.List<LocalizationBundle> list)
Creates multiple new LocalizationBundle objects.
|
MailTemplate |
ASResourceDataServiceFixtureImpl.createMailTemplate(MailTemplate mailtemplate) |
java.util.List<MailTemplate> |
ASResourceDataServiceFixtureImpl.createMailTemplates(java.util.List<MailTemplate> list)
Creates multiple new MailTemplate objects.
|
PdfTemplate |
ASResourceDataServiceFixtureImpl.createPdfTemplate(PdfTemplate pdftemplate) |
java.util.List<PdfTemplate> |
ASResourceDataServiceFixtureImpl.createPdfTemplates(java.util.List<PdfTemplate> list)
Creates multiple new PdfTemplate objects.
|
PushNotificationTemplate |
ASResourceDataServiceFixtureImpl.createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) |
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.createPushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
Creates multiple new PushNotificationTemplate objects.
|
TextResource |
ASResourceDataServiceFixtureImpl.createTextResource(TextResource textresource) |
java.util.List<TextResource> |
ASResourceDataServiceFixtureImpl.createTextResources(java.util.List<TextResource> list)
Creates multiple new TextResource objects.
|
void |
ASResourceDataServiceFixtureImpl.deleteFileLink(FileLink filelink) |
void |
ASResourceDataServiceFixtureImpl.deleteFileLink(java.lang.String id) |
void |
ASResourceDataServiceFixtureImpl.deleteFileLinks(java.util.List<FileLink> list)
Deletes multiple FileLink objects.
|
void |
ASResourceDataServiceFixtureImpl.deleteImage(Image image) |
void |
ASResourceDataServiceFixtureImpl.deleteImage(java.lang.String id) |
void |
ASResourceDataServiceFixtureImpl.deleteImages(java.util.List<Image> list)
Deletes multiple Image objects.
|
void |
ASResourceDataServiceFixtureImpl.deleteLocalizationBundle(LocalizationBundle localizationbundle) |
void |
ASResourceDataServiceFixtureImpl.deleteLocalizationBundle(java.lang.String id) |
void |
ASResourceDataServiceFixtureImpl.deleteLocalizationBundles(java.util.List<LocalizationBundle> list)
Deletes multiple LocalizationBundle objects.
|
void |
ASResourceDataServiceFixtureImpl.deleteMailTemplate(MailTemplate mailtemplate) |
void |
ASResourceDataServiceFixtureImpl.deleteMailTemplate(java.lang.String id) |
void |
ASResourceDataServiceFixtureImpl.deleteMailTemplates(java.util.List<MailTemplate> list)
Deletes multiple MailTemplate objects.
|
void |
ASResourceDataServiceFixtureImpl.deletePdfTemplate(PdfTemplate pdftemplate) |
void |
ASResourceDataServiceFixtureImpl.deletePdfTemplate(java.lang.String id) |
void |
ASResourceDataServiceFixtureImpl.deletePdfTemplates(java.util.List<PdfTemplate> list)
Deletes multiple PdfTemplate objects.
|
void |
ASResourceDataServiceFixtureImpl.deletePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) |
void |
ASResourceDataServiceFixtureImpl.deletePushNotificationTemplate(java.lang.String id) |
void |
ASResourceDataServiceFixtureImpl.deletePushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
Deletes multiple PushNotificationTemplate objects.
|
void |
ASResourceDataServiceFixtureImpl.deleteTextResource(java.lang.String id) |
void |
ASResourceDataServiceFixtureImpl.deleteTextResource(TextResource textresource) |
void |
ASResourceDataServiceFixtureImpl.deleteTextResources(java.util.List<TextResource> list)
Deletes multiple TextResource objects.
|
void |
ASResourceDataServiceFixtureImpl.executeParsingForDocument(DocumentName documentName,
org.codehaus.jettison.json.JSONObject data) |
net.anotheria.anodoc.query2.QueryResult |
ASResourceDataServiceFixtureImpl.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 |
ASResourceDataServiceFixtureImpl.executeQueryOnFileLinks(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on FileLinks
|
net.anotheria.anodoc.query2.QueryResult |
ASResourceDataServiceFixtureImpl.executeQueryOnImages(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on Images
|
net.anotheria.anodoc.query2.QueryResult |
ASResourceDataServiceFixtureImpl.executeQueryOnLocalizationBundles(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on LocalizationBundles
|
net.anotheria.anodoc.query2.QueryResult |
ASResourceDataServiceFixtureImpl.executeQueryOnMailTemplates(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on MailTemplates
|
net.anotheria.anodoc.query2.QueryResult |
ASResourceDataServiceFixtureImpl.executeQueryOnPdfTemplates(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on PdfTemplates
|
net.anotheria.anodoc.query2.QueryResult |
ASResourceDataServiceFixtureImpl.executeQueryOnPushNotificationTemplates(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on PushNotificationTemplates
|
net.anotheria.anodoc.query2.QueryResult |
ASResourceDataServiceFixtureImpl.executeQueryOnTextResources(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on TextResources
|
void |
ASResourceDataServiceFixtureImpl.fetchFileLink(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
void |
ASResourceDataServiceFixtureImpl.fetchImage(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
void |
ASResourceDataServiceFixtureImpl.fetchLocalizationBundle(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
void |
ASResourceDataServiceFixtureImpl.fetchMailTemplate(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
void |
ASResourceDataServiceFixtureImpl.fetchPdfTemplate(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
void |
ASResourceDataServiceFixtureImpl.fetchPushNotificationTemplate(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
void |
ASResourceDataServiceFixtureImpl.fetchTextResource(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
FileLink |
ASResourceDataServiceFixtureImpl.getFileLink(java.lang.String id) |
java.util.List<FileLink> |
ASResourceDataServiceFixtureImpl.getFileLinks() |
java.util.List<FileLink> |
ASResourceDataServiceFixtureImpl.getFileLinks(net.anotheria.util.slicer.Segment aSegment)
Returns FileLink objects segment.
|
java.util.List<FileLink> |
ASResourceDataServiceFixtureImpl.getFileLinks(net.anotheria.util.sorter.SortType sortType) |
java.util.List<FileLink> |
ASResourceDataServiceFixtureImpl.getFileLinksByProperty(net.anotheria.anodoc.query2.QueryProperty... properties)
Returns all FileLink objects, where property matches.
|
java.util.List<FileLink> |
ASResourceDataServiceFixtureImpl.getFileLinksByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all FileLink objects, where property matches, sorted
|
java.util.List<FileLink> |
ASResourceDataServiceFixtureImpl.getFileLinksByProperty(java.lang.String propertyName,
java.lang.Object value) |
java.util.List<FileLink> |
ASResourceDataServiceFixtureImpl.getFileLinksByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
int |
ASResourceDataServiceFixtureImpl.getFileLinksCount()
Returns FileLink objects count.
|
Image |
ASResourceDataServiceFixtureImpl.getImage(java.lang.String id) |
java.util.List<Image> |
ASResourceDataServiceFixtureImpl.getImages() |
java.util.List<Image> |
ASResourceDataServiceFixtureImpl.getImages(net.anotheria.util.slicer.Segment aSegment)
Returns Image objects segment.
|
java.util.List<Image> |
ASResourceDataServiceFixtureImpl.getImages(net.anotheria.util.sorter.SortType sortType) |
java.util.List<Image> |
ASResourceDataServiceFixtureImpl.getImagesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties)
Returns all Image objects, where property matches.
|
java.util.List<Image> |
ASResourceDataServiceFixtureImpl.getImagesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Image objects, where property matches, sorted
|
java.util.List<Image> |
ASResourceDataServiceFixtureImpl.getImagesByProperty(java.lang.String propertyName,
java.lang.Object value) |
java.util.List<Image> |
ASResourceDataServiceFixtureImpl.getImagesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
int |
ASResourceDataServiceFixtureImpl.getImagesCount()
Returns Image objects count.
|
LocalizationBundle |
ASResourceDataServiceFixtureImpl.getLocalizationBundle(java.lang.String id) |
java.util.List<LocalizationBundle> |
ASResourceDataServiceFixtureImpl.getLocalizationBundles() |
java.util.List<LocalizationBundle> |
ASResourceDataServiceFixtureImpl.getLocalizationBundles(net.anotheria.util.slicer.Segment aSegment)
Returns LocalizationBundle objects segment.
|
java.util.List<LocalizationBundle> |
ASResourceDataServiceFixtureImpl.getLocalizationBundles(net.anotheria.util.sorter.SortType sortType) |
java.util.List<LocalizationBundle> |
ASResourceDataServiceFixtureImpl.getLocalizationBundlesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties)
Returns all LocalizationBundle objects, where property matches.
|
java.util.List<LocalizationBundle> |
ASResourceDataServiceFixtureImpl.getLocalizationBundlesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all LocalizationBundle objects, where property matches, sorted
|
java.util.List<LocalizationBundle> |
ASResourceDataServiceFixtureImpl.getLocalizationBundlesByProperty(java.lang.String propertyName,
java.lang.Object value) |
java.util.List<LocalizationBundle> |
ASResourceDataServiceFixtureImpl.getLocalizationBundlesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
int |
ASResourceDataServiceFixtureImpl.getLocalizationBundlesCount()
Returns LocalizationBundle objects count.
|
MailTemplate |
ASResourceDataServiceFixtureImpl.getMailTemplate(java.lang.String id) |
java.util.List<MailTemplate> |
ASResourceDataServiceFixtureImpl.getMailTemplates() |
java.util.List<MailTemplate> |
ASResourceDataServiceFixtureImpl.getMailTemplates(net.anotheria.util.slicer.Segment aSegment)
Returns MailTemplate objects segment.
|
java.util.List<MailTemplate> |
ASResourceDataServiceFixtureImpl.getMailTemplates(net.anotheria.util.sorter.SortType sortType) |
java.util.List<MailTemplate> |
ASResourceDataServiceFixtureImpl.getMailTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties)
Returns all MailTemplate objects, where property matches.
|
java.util.List<MailTemplate> |
ASResourceDataServiceFixtureImpl.getMailTemplatesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all MailTemplate objects, where property matches, sorted
|
java.util.List<MailTemplate> |
ASResourceDataServiceFixtureImpl.getMailTemplatesByProperty(java.lang.String propertyName,
java.lang.Object value) |
java.util.List<MailTemplate> |
ASResourceDataServiceFixtureImpl.getMailTemplatesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
int |
ASResourceDataServiceFixtureImpl.getMailTemplatesCount()
Returns MailTemplate objects count.
|
PdfTemplate |
ASResourceDataServiceFixtureImpl.getPdfTemplate(java.lang.String id) |
java.util.List<PdfTemplate> |
ASResourceDataServiceFixtureImpl.getPdfTemplates() |
java.util.List<PdfTemplate> |
ASResourceDataServiceFixtureImpl.getPdfTemplates(net.anotheria.util.slicer.Segment aSegment)
Returns PdfTemplate objects segment.
|
java.util.List<PdfTemplate> |
ASResourceDataServiceFixtureImpl.getPdfTemplates(net.anotheria.util.sorter.SortType sortType) |
java.util.List<PdfTemplate> |
ASResourceDataServiceFixtureImpl.getPdfTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties)
Returns all PdfTemplate objects, where property matches.
|
java.util.List<PdfTemplate> |
ASResourceDataServiceFixtureImpl.getPdfTemplatesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all PdfTemplate objects, where property matches, sorted
|
java.util.List<PdfTemplate> |
ASResourceDataServiceFixtureImpl.getPdfTemplatesByProperty(java.lang.String propertyName,
java.lang.Object value) |
java.util.List<PdfTemplate> |
ASResourceDataServiceFixtureImpl.getPdfTemplatesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
int |
ASResourceDataServiceFixtureImpl.getPdfTemplatesCount()
Returns PdfTemplate objects count.
|
PushNotificationTemplate |
ASResourceDataServiceFixtureImpl.getPushNotificationTemplate(java.lang.String id) |
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.getPushNotificationTemplates() |
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.getPushNotificationTemplates(net.anotheria.util.slicer.Segment aSegment)
Returns PushNotificationTemplate objects segment.
|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.getPushNotificationTemplates(net.anotheria.util.sorter.SortType sortType) |
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.getPushNotificationTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties)
Returns all PushNotificationTemplate objects, where property matches.
|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.getPushNotificationTemplatesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all PushNotificationTemplate objects, where property matches, sorted
|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.getPushNotificationTemplatesByProperty(java.lang.String propertyName,
java.lang.Object value) |
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.getPushNotificationTemplatesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
int |
ASResourceDataServiceFixtureImpl.getPushNotificationTemplatesCount()
Returns PushNotificationTemplate objects count.
|
TextResource |
ASResourceDataServiceFixtureImpl.getTextResource(java.lang.String id) |
java.util.List<TextResource> |
ASResourceDataServiceFixtureImpl.getTextResources() |
java.util.List<TextResource> |
ASResourceDataServiceFixtureImpl.getTextResources(net.anotheria.util.slicer.Segment aSegment)
Returns TextResource objects segment.
|
java.util.List<TextResource> |
ASResourceDataServiceFixtureImpl.getTextResources(net.anotheria.util.sorter.SortType sortType) |
java.util.List<TextResource> |
ASResourceDataServiceFixtureImpl.getTextResourcesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties)
Returns all TextResource objects, where property matches.
|
java.util.List<TextResource> |
ASResourceDataServiceFixtureImpl.getTextResourcesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all TextResource objects, where property matches, sorted
|
java.util.List<TextResource> |
ASResourceDataServiceFixtureImpl.getTextResourcesByProperty(java.lang.String propertyName,
java.lang.Object value) |
java.util.List<TextResource> |
ASResourceDataServiceFixtureImpl.getTextResourcesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
int |
ASResourceDataServiceFixtureImpl.getTextResourcesCount()
Returns TextResource objects count.
|
FileLink |
ASResourceDataServiceFixtureImpl.importFileLink(FileLink filelink) |
java.util.List<FileLink> |
ASResourceDataServiceFixtureImpl.importFileLinks(java.util.List<FileLink> list) |
Image |
ASResourceDataServiceFixtureImpl.importImage(Image image) |
java.util.List<Image> |
ASResourceDataServiceFixtureImpl.importImages(java.util.List<Image> list) |
LocalizationBundle |
ASResourceDataServiceFixtureImpl.importLocalizationBundle(LocalizationBundle localizationbundle) |
java.util.List<LocalizationBundle> |
ASResourceDataServiceFixtureImpl.importLocalizationBundles(java.util.List<LocalizationBundle> list) |
MailTemplate |
ASResourceDataServiceFixtureImpl.importMailTemplate(MailTemplate mailtemplate) |
java.util.List<MailTemplate> |
ASResourceDataServiceFixtureImpl.importMailTemplates(java.util.List<MailTemplate> list) |
PdfTemplate |
ASResourceDataServiceFixtureImpl.importPdfTemplate(PdfTemplate pdftemplate) |
java.util.List<PdfTemplate> |
ASResourceDataServiceFixtureImpl.importPdfTemplates(java.util.List<PdfTemplate> list) |
PushNotificationTemplate |
ASResourceDataServiceFixtureImpl.importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) |
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.importPushNotificationTemplates(java.util.List<PushNotificationTemplate> list) |
TextResource |
ASResourceDataServiceFixtureImpl.importTextResource(TextResource textresource) |
java.util.List<TextResource> |
ASResourceDataServiceFixtureImpl.importTextResources(java.util.List<TextResource> list) |
FileLink |
ASResourceDataServiceFixtureImpl.updateFileLink(FileLink filelink) |
java.util.List<FileLink> |
ASResourceDataServiceFixtureImpl.updateFileLinks(java.util.List<FileLink> list)
Updates multiple new FileLink objects.
|
Image |
ASResourceDataServiceFixtureImpl.updateImage(Image image) |
java.util.List<Image> |
ASResourceDataServiceFixtureImpl.updateImages(java.util.List<Image> list)
Updates multiple new Image objects.
|
LocalizationBundle |
ASResourceDataServiceFixtureImpl.updateLocalizationBundle(LocalizationBundle localizationbundle) |
java.util.List<LocalizationBundle> |
ASResourceDataServiceFixtureImpl.updateLocalizationBundles(java.util.List<LocalizationBundle> list)
Updates multiple new LocalizationBundle objects.
|
MailTemplate |
ASResourceDataServiceFixtureImpl.updateMailTemplate(MailTemplate mailtemplate) |
java.util.List<MailTemplate> |
ASResourceDataServiceFixtureImpl.updateMailTemplates(java.util.List<MailTemplate> list)
Updates multiple new MailTemplate objects.
|
PdfTemplate |
ASResourceDataServiceFixtureImpl.updatePdfTemplate(PdfTemplate pdftemplate) |
java.util.List<PdfTemplate> |
ASResourceDataServiceFixtureImpl.updatePdfTemplates(java.util.List<PdfTemplate> list)
Updates multiple new PdfTemplate objects.
|
PushNotificationTemplate |
ASResourceDataServiceFixtureImpl.updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) |
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.updatePushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
Updates multiple new PushNotificationTemplate objects.
|
TextResource |
ASResourceDataServiceFixtureImpl.updateTextResource(TextResource textresource) |
java.util.List<TextResource> |
ASResourceDataServiceFixtureImpl.updateTextResources(java.util.List<TextResource> list)
Updates multiple new TextResource objects.
|
Copyright © 2012-2023 anotheria.net. All Rights Reserved.