Uses of Class
net.anotheria.anosite.gen.asexperiment.service.ASExperimentServiceException
Packages that use ASExperimentServiceException
-
Uses of ASExperimentServiceException in net.anotheria.anosite.gen.asexperiment.service
Modifier and TypeClassDescriptionclassException for gets over non existing id in IASExperimentService, document: ExperimentMethods in net.anotheria.anosite.gen.asexperiment.service that throw ASExperimentServiceExceptionModifier and TypeMethodDescriptionIASExperimentService.createExperiment(Experiment experiment) Creates a new Experiment object.IASExperimentService.createExperiments(List<Experiment> list) Creates multiple new Experiment objects.voidIASExperimentService.deleteExperiment(String id) Deletes a Experiment object by id.voidIASExperimentService.deleteExperiment(Experiment experiment) Deletes a Experiment object.voidIASExperimentService.deleteExperiments(List<Experiment> list) Deletes multiple Experiment object.voidASExperimentServiceImpl.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) voidIASExperimentService.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) Save transferred document by its own type.net.anotheria.anodoc.query2.QueryResultIASExperimentService.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.QueryResultIASExperimentService.executeQueryOnExperiments(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.util.xml.XMLNodeIASExperimentService.exportExperimentsToXML(List<Experiment> listExperiments) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeIASExperimentService.exportToXML()creates an xml element with all contained data.voidASExperimentServiceImpl.fetchExperiment(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIASExperimentService.fetchExperiment(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this Experiment document.IASExperimentService.getExperiment(String id) Returns the Experiment object with the specified id.IASExperimentService.getExperiments()Returns all Experiments objects stored.IASExperimentService.getExperiments(net.anotheria.util.slicer.Segment aSegment) Returns Experiments objects segment.IASExperimentService.getExperiments(net.anotheria.util.sorter.SortType sortType) Returns all Experiments objects sorted by given sortType.IASExperimentService.getExperimentsByProperty(String propertyName, Object value) Returns all Experiment objects, where property with given name equals object.IASExperimentService.getExperimentsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all Experiment objects, where property with given name equals object, sorted.IASExperimentService.getExperimentsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Experiment objects, where property matches.IASExperimentService.getExperimentsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Experiment objects segment, where property matches.IASExperimentService.getExperimentsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Experiment objects segment, where property matches, sorted.IASExperimentService.getExperimentsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Experiment objects, where property matches, sorted.intIASExperimentService.getExperimentsCount()Returns all Experiments count.IASExperimentService.importExperiment(Experiment experiment) Imports a new Experiment object.IASExperimentService.importExperiments(List<Experiment> list) Imports multiple new Experiment object.IASExperimentService.updateExperiment(Experiment experiment) Updates a Experiment object.IASExperimentService.updateExperiments(List<Experiment> list) Updates multiple Experiment objects.