Uses of Class
net.anotheria.anosite.gen.asgenericaction.service.ASGenericActionServiceException
Packages that use ASGenericActionServiceException
-
Uses of ASGenericActionServiceException in net.anotheria.anosite.gen.asgenericaction.service
Modifier and TypeClassDescriptionclassException for gets over non existing id in IASGenericActionService, document: GenericActionDefMethods in net.anotheria.anosite.gen.asgenericaction.service that throw ASGenericActionServiceExceptionModifier and TypeMethodDescriptionIASGenericActionService.createGenericActionDef(GenericActionDef genericactiondef) Creates a new GenericActionDef object.IASGenericActionService.createGenericActionDefs(List<GenericActionDef> list) Creates multiple new GenericActionDef objects.voidIASGenericActionService.deleteGenericActionDef(String id) Deletes a GenericActionDef object by id.voidIASGenericActionService.deleteGenericActionDef(GenericActionDef genericactiondef) Deletes a GenericActionDef object.voidIASGenericActionService.deleteGenericActionDefs(List<GenericActionDef> list) Deletes multiple GenericActionDef object.voidASGenericActionServiceImpl.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) voidIASGenericActionService.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) Save transferred document by its own type.net.anotheria.anodoc.query2.QueryResultIASGenericActionService.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.QueryResultIASGenericActionService.executeQueryOnGenericActionDefs(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.util.xml.XMLNodeIASGenericActionService.exportGenericActionDefsToXML(List<GenericActionDef> listGenericActionDefs) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeIASGenericActionService.exportToXML()creates an xml element with all contained data.voidASGenericActionServiceImpl.fetchGenericActionDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIASGenericActionService.fetchGenericActionDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this GenericActionDef document.IASGenericActionService.getGenericActionDef(String id) Returns the GenericActionDef object with the specified id.IASGenericActionService.getGenericActionDefs()Returns all GenericActionDefs objects stored.IASGenericActionService.getGenericActionDefs(net.anotheria.util.slicer.Segment aSegment) Returns GenericActionDefs objects segment.IASGenericActionService.getGenericActionDefs(net.anotheria.util.sorter.SortType sortType) Returns all GenericActionDefs objects sorted by given sortType.IASGenericActionService.getGenericActionDefsByProperty(String propertyName, Object value) Returns all GenericActionDef objects, where property with given name equals object.IASGenericActionService.getGenericActionDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all GenericActionDef objects, where property with given name equals object, sorted.IASGenericActionService.getGenericActionDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericActionDef objects, where property matches.IASGenericActionService.getGenericActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns GenericActionDef objects segment, where property matches.IASGenericActionService.getGenericActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns GenericActionDef objects segment, where property matches, sorted.IASGenericActionService.getGenericActionDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericActionDef objects, where property matches, sorted.intIASGenericActionService.getGenericActionDefsCount()Returns all GenericActionDefs count.IASGenericActionService.importGenericActionDef(GenericActionDef genericactiondef) Imports a new GenericActionDef object.IASGenericActionService.importGenericActionDefs(List<GenericActionDef> list) Imports multiple new GenericActionDef object.IASGenericActionService.updateGenericActionDef(GenericActionDef genericactiondef) Updates a GenericActionDef object.IASGenericActionService.updateGenericActionDefs(List<GenericActionDef> list) Updates multiple GenericActionDef objects.