Uses of Class
net.anotheria.anosite.gen.asaction.service.ASActionServiceException
Packages that use ASActionServiceException
-
Uses of ASActionServiceException in net.anotheria.anosite.gen.asaction.service
Subclasses of ASActionServiceException in net.anotheria.anosite.gen.asaction.serviceModifier and TypeClassDescriptionclassException for gets over non existing id in IASActionService, document: ActionDefMethods in net.anotheria.anosite.gen.asaction.service that throw ASActionServiceExceptionModifier and TypeMethodDescriptionASActionServiceImpl.createActionDef(ActionDef actiondef) IASActionService.createActionDef(ActionDef actiondef) Creates a new ActionDef object.ASActionServiceImpl.createActionDefs(List<ActionDef> list) Creates multiple new ActionDef objects.IASActionService.createActionDefs(List<ActionDef> list) Creates multiple new ActionDef objects.voidASActionServiceImpl.deleteActionDef(String id) voidASActionServiceImpl.deleteActionDef(ActionDef actiondef) voidIASActionService.deleteActionDef(String id) Deletes a ActionDef object by id.voidIASActionService.deleteActionDef(ActionDef actiondef) Deletes a ActionDef object.voidASActionServiceImpl.deleteActionDefs(List<ActionDef> list) Deletes multiple ActionDef objects.voidIASActionService.deleteActionDefs(List<ActionDef> list) Deletes multiple ActionDef object.voidASActionServiceImpl.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) voidIASActionService.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) Save transferred document by its own type.net.anotheria.anodoc.query2.QueryResultASActionServiceImpl.executeQueryOnActionDefs(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on ActionDefsnet.anotheria.anodoc.query2.QueryResultIASActionService.executeQueryOnActionDefs(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultASActionServiceImpl.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 servicenet.anotheria.anodoc.query2.QueryResultIASActionService.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.util.xml.XMLNodeASActionServiceImpl.exportActionDefsToXML(String[] languages, List<ActionDef> listActionDefs) net.anotheria.util.xml.XMLNodeIASActionService.exportActionDefsToXML(List<ActionDef> listActionDefs) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeASActionServiceImpl.exportToXML()net.anotheria.util.xml.XMLNodeASActionServiceImpl.exportToXML(String[] languages) net.anotheria.util.xml.XMLNodeIASActionService.exportToXML()creates an xml element with all contained data.voidASActionServiceImpl.fetchActionDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIASActionService.fetchActionDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this ActionDef document.ASActionServiceImpl.getActionDef(String id) IASActionService.getActionDef(String id) Returns the ActionDef object with the specified id.ASActionServiceImpl.getActionDefs()ASActionServiceImpl.getActionDefs(net.anotheria.util.slicer.Segment aSegment) Returns ActionDef objects segment.ASActionServiceImpl.getActionDefs(net.anotheria.util.sorter.SortType sortType) IASActionService.getActionDefs()Returns all ActionDefs objects stored.IASActionService.getActionDefs(net.anotheria.util.slicer.Segment aSegment) Returns ActionDefs objects segment.IASActionService.getActionDefs(net.anotheria.util.sorter.SortType sortType) Returns all ActionDefs objects sorted by given sortType.ASActionServiceImpl.getActionDefsByProperty(String propertyName, Object value) ASActionServiceImpl.getActionDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASActionServiceImpl.getActionDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all ActionDef objects, where property matches.ASActionServiceImpl.getActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns ActionDef objects segment, where property matched.ASActionServiceImpl.getActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns ActionDef objects segment, where property matched, sorted.ASActionServiceImpl.getActionDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all ActionDef objects, where property matches, sortedIASActionService.getActionDefsByProperty(String propertyName, Object value) Returns all ActionDef objects, where property with given name equals object.IASActionService.getActionDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all ActionDef objects, where property with given name equals object, sorted.IASActionService.getActionDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all ActionDef objects, where property matches.IASActionService.getActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns ActionDef objects segment, where property matches.IASActionService.getActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns ActionDef objects segment, where property matches, sorted.IASActionService.getActionDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all ActionDef objects, where property matches, sorted.intASActionServiceImpl.getActionDefsCount()Returns ActionDef objects count.intIASActionService.getActionDefsCount()Returns all ActionDefs count.ASActionServiceImpl.importActionDef(ActionDef actiondef) IASActionService.importActionDef(ActionDef actiondef) Imports a new ActionDef object.ASActionServiceImpl.importActionDefs(List<ActionDef> list) IASActionService.importActionDefs(List<ActionDef> list) Imports multiple new ActionDef object.ASActionServiceImpl.updateActionDef(ActionDef actiondef) IASActionService.updateActionDef(ActionDef actiondef) Updates a ActionDef object.ASActionServiceImpl.updateActionDefs(List<ActionDef> list) Updates multiple new ActionDef objects.IASActionService.updateActionDefs(List<ActionDef> list) Updates multiple ActionDef objects.