Uses of Class
net.anotheria.anosite.gen.ascustomaction.service.ASCustomActionServiceException
Packages that use ASCustomActionServiceException
-
Uses of ASCustomActionServiceException in net.anotheria.anosite.gen.ascustomaction.service
Modifier and TypeClassDescriptionclassException for gets over non existing id in IASCustomActionService, document: ActionMappingDefclassException for gets over non existing id in IASCustomActionService, document: CustomActionDefMethods in net.anotheria.anosite.gen.ascustomaction.service that throw ASCustomActionServiceExceptionModifier and TypeMethodDescriptionIASCustomActionService.createActionMappingDef(ActionMappingDef actionmappingdef) Creates a new ActionMappingDef object.IASCustomActionService.createActionMappingDefs(List<ActionMappingDef> list) Creates multiple new ActionMappingDef objects.IASCustomActionService.createCustomActionDef(CustomActionDef customactiondef) Creates a new CustomActionDef object.IASCustomActionService.createCustomActionDefs(List<CustomActionDef> list) Creates multiple new CustomActionDef objects.voidIASCustomActionService.deleteActionMappingDef(String id) Deletes a ActionMappingDef object by id.voidIASCustomActionService.deleteActionMappingDef(ActionMappingDef actionmappingdef) Deletes a ActionMappingDef object.voidIASCustomActionService.deleteActionMappingDefs(List<ActionMappingDef> list) Deletes multiple ActionMappingDef object.voidIASCustomActionService.deleteCustomActionDef(String id) Deletes a CustomActionDef object by id.voidIASCustomActionService.deleteCustomActionDef(CustomActionDef customactiondef) Deletes a CustomActionDef object.voidIASCustomActionService.deleteCustomActionDefs(List<CustomActionDef> list) Deletes multiple CustomActionDef object.voidASCustomActionServiceImpl.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) voidIASCustomActionService.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) Save transferred document by its own type.net.anotheria.anodoc.query2.QueryResultIASCustomActionService.executeQueryOnActionMappingDefs(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultIASCustomActionService.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.QueryResultIASCustomActionService.executeQueryOnCustomActionDefs(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.util.xml.XMLNodeIASCustomActionService.exportActionMappingDefsToXML(List<ActionMappingDef> listActionMappingDefs) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeIASCustomActionService.exportCustomActionDefsToXML(List<CustomActionDef> listCustomActionDefs) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeIASCustomActionService.exportToXML()creates an xml element with all contained data.voidASCustomActionServiceImpl.fetchActionMappingDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIASCustomActionService.fetchActionMappingDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this ActionMappingDef document.voidASCustomActionServiceImpl.fetchCustomActionDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIASCustomActionService.fetchCustomActionDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this CustomActionDef document.IASCustomActionService.getActionMappingDef(String id) Returns the ActionMappingDef object with the specified id.IASCustomActionService.getActionMappingDefs()Returns all ActionMappingDefs objects stored.IASCustomActionService.getActionMappingDefs(net.anotheria.util.slicer.Segment aSegment) Returns ActionMappingDefs objects segment.IASCustomActionService.getActionMappingDefs(net.anotheria.util.sorter.SortType sortType) Returns all ActionMappingDefs objects sorted by given sortType.IASCustomActionService.getActionMappingDefsByProperty(String propertyName, Object value) Returns all ActionMappingDef objects, where property with given name equals object.IASCustomActionService.getActionMappingDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all ActionMappingDef objects, where property with given name equals object, sorted.IASCustomActionService.getActionMappingDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all ActionMappingDef objects, where property matches.IASCustomActionService.getActionMappingDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns ActionMappingDef objects segment, where property matches.IASCustomActionService.getActionMappingDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns ActionMappingDef objects segment, where property matches, sorted.IASCustomActionService.getActionMappingDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all ActionMappingDef objects, where property matches, sorted.intIASCustomActionService.getActionMappingDefsCount()Returns all ActionMappingDefs count.IASCustomActionService.getCustomActionDef(String id) Returns the CustomActionDef object with the specified id.IASCustomActionService.getCustomActionDefs()Returns all CustomActionDefs objects stored.IASCustomActionService.getCustomActionDefs(net.anotheria.util.slicer.Segment aSegment) Returns CustomActionDefs objects segment.IASCustomActionService.getCustomActionDefs(net.anotheria.util.sorter.SortType sortType) Returns all CustomActionDefs objects sorted by given sortType.IASCustomActionService.getCustomActionDefsByProperty(String propertyName, Object value) Returns all CustomActionDef objects, where property with given name equals object.IASCustomActionService.getCustomActionDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all CustomActionDef objects, where property with given name equals object, sorted.IASCustomActionService.getCustomActionDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomActionDef objects, where property matches.IASCustomActionService.getCustomActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns CustomActionDef objects segment, where property matches.IASCustomActionService.getCustomActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns CustomActionDef objects segment, where property matches, sorted.IASCustomActionService.getCustomActionDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomActionDef objects, where property matches, sorted.intIASCustomActionService.getCustomActionDefsCount()Returns all CustomActionDefs count.IASCustomActionService.importActionMappingDef(ActionMappingDef actionmappingdef) Imports a new ActionMappingDef object.IASCustomActionService.importActionMappingDefs(List<ActionMappingDef> list) Imports multiple new ActionMappingDef object.IASCustomActionService.importCustomActionDef(CustomActionDef customactiondef) Imports a new CustomActionDef object.IASCustomActionService.importCustomActionDefs(List<CustomActionDef> list) Imports multiple new CustomActionDef object.IASCustomActionService.updateActionMappingDef(ActionMappingDef actionmappingdef) Updates a ActionMappingDef object.IASCustomActionService.updateActionMappingDefs(List<ActionMappingDef> list) Updates multiple ActionMappingDef objects.IASCustomActionService.updateCustomActionDef(CustomActionDef customactiondef) Updates a CustomActionDef object.IASCustomActionService.updateCustomActionDefs(List<CustomActionDef> list) Updates multiple CustomActionDef objects.