Uses of Class
net.anotheria.anosite.gen.images.service.ImagesServiceException
Packages that use ImagesServiceException
-
Uses of ImagesServiceException in net.anotheria.anosite.gen.images.service
Subclasses of ImagesServiceException in net.anotheria.anosite.gen.images.serviceModifier and TypeClassDescriptionclassException for gets over non existing id in IImagesService, document: ImageMethods in net.anotheria.anosite.gen.images.service that throw ImagesServiceExceptionModifier and TypeMethodDescriptionvoidIImagesService.copyMultilingualAttributesInAllImages(String sourceLanguage, String targetLanguage) In all documents of type Image copies all multilingual fields from sourceLanguage to targetLanguage.voidIImagesService.copyMultilingualAttributesInAllObjects(String sourceLanguage, String targetLanguage) Copies all multilingual fields from sourceLanguage to targetLanguage in all data objects (documents, vo) which are part of this module and managed by this service.IImagesService.createImage(Image image) Creates a new Image object.IImagesService.createImages(List<Image> list) Creates multiple new Image objects.voidIImagesService.deleteImage(String id) Deletes a Image object by id.voidIImagesService.deleteImage(Image image) Deletes a Image object.voidIImagesService.deleteImages(List<Image> list) Deletes multiple Image object.voidIImagesService.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) Save transferred document by its own type.voidImagesServiceImpl.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) net.anotheria.anodoc.query2.QueryResultIImagesService.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.QueryResultIImagesService.executeQueryOnImages(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.util.xml.XMLNodeIImagesService.exportImagesToXML(String[] languages, List<Image> listImages) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeIImagesService.exportImagesToXML(List<Image> listImages) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeIImagesService.exportToXML()creates an xml element with all contained data.net.anotheria.util.xml.XMLNodeIImagesService.exportToXML(String[] languages) creates an xml element with all contained data but only selected languages in multilingual attributes.voidIImagesService.fetchImage(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this Image document.voidImagesServiceImpl.fetchImage(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Returns the Image object with the specified id.IImagesService.getImages()Returns all Images objects stored.IImagesService.getImages(net.anotheria.util.slicer.Segment aSegment) Returns Images objects segment.IImagesService.getImages(net.anotheria.util.sorter.SortType sortType) Returns all Images objects sorted by given sortType.IImagesService.getImagesByProperty(String propertyName, Object value) Returns all Image objects, where property with given name equals object.IImagesService.getImagesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all Image objects, where property with given name equals object, sorted.IImagesService.getImagesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Image objects, where property matches.IImagesService.getImagesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Image objects segment, where property matches.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.IImagesService.getImagesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Image objects, where property matches, sorted.intIImagesService.getImagesCount()Returns all Images count.IImagesService.importImage(Image image) Imports a new Image object.IImagesService.importImages(List<Image> list) Imports multiple new Image object.IImagesService.updateImage(Image image) Updates a Image object.IImagesService.updateImages(List<Image> list) Updates multiple Image objects.