| Package | Description |
|---|---|
| net.anotheria.anosite.gen.images.service |
| Modifier and Type | Class and Description |
|---|---|
class |
ImageNotFoundInImagesServiceException
Exception for gets over non existing id in IImagesService, document: Image
|
| Modifier and Type | Method and Description |
|---|---|
void |
IImagesService.copyMultilingualAttributesInAllImages(java.lang.String sourceLanguage,
java.lang.String targetLanguage)
In all documents of type Image copies all multilingual fields from sourceLanguage to targetLanguage.
|
void |
IImagesService.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.
|
Image |
IImagesService.createImage(Image image)
Creates a new Image object.
|
java.util.List<Image> |
IImagesService.createImages(java.util.List<Image> list)
Creates multiple new Image objects.
|
void |
IImagesService.deleteImage(Image image)
Deletes a Image object.
|
void |
IImagesService.deleteImage(java.lang.String id)
Deletes a Image object by id.
|
void |
IImagesService.deleteImages(java.util.List<Image> list)
Deletes multiple Image object.
|
void |
IImagesService.executeParsingForDocument(DocumentName documentName,
org.codehaus.jettison.json.JSONObject data)
Save transferred document by its own type.
|
void |
ImagesServiceImpl.executeParsingForDocument(DocumentName documentName,
org.codehaus.jettison.json.JSONObject data) |
net.anotheria.anodoc.query2.QueryResult |
IImagesService.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 |
IImagesService.executeQueryOnImages(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query.
|
net.anotheria.util.xml.XMLNode |
IImagesService.exportImagesToXML(java.util.List<Image> listImages)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
IImagesService.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 |
IImagesService.exportToXML()
creates an xml element with all contained data.
|
net.anotheria.util.xml.XMLNode |
IImagesService.exportToXML(java.lang.String[] languages)
creates an xml element with all contained data but only selected languages in multilingual attributes.
|
void |
IImagesService.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 |
ImagesServiceImpl.fetchImage(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
Image |
IImagesService.getImage(java.lang.String id)
Returns the Image object with the specified id.
|
java.util.List<Image> |
IImagesService.getImages()
Returns all Images objects stored.
|
java.util.List<Image> |
IImagesService.getImages(net.anotheria.util.slicer.Segment aSegment)
Returns Images objects segment.
|
java.util.List<Image> |
IImagesService.getImages(net.anotheria.util.sorter.SortType sortType)
Returns all Images objects sorted by given sortType.
|
java.util.List<Image> |
IImagesService.getImagesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Image objects, where property matches.
|
java.util.List<Image> |
IImagesService.getImagesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns Image objects segment, where property matches.
|
java.util.List<Image> |
IImagesService.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> |
IImagesService.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> |
IImagesService.getImagesByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all Image objects, where property with given name equals object.
|
java.util.List<Image> |
IImagesService.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 |
IImagesService.getImagesCount()
Returns all Images count.
|
Image |
IImagesService.importImage(Image image)
Imports a new Image object.
|
java.util.List<Image> |
IImagesService.importImages(java.util.List<Image> list)
Imports multiple new Image object.
|
Image |
IImagesService.updateImage(Image image)
Updates a Image object.
|
java.util.List<Image> |
IImagesService.updateImages(java.util.List<Image> list)
Updates multiple Image objects.
|
Copyright © 2012-2023 anotheria.net. All Rights Reserved.