Uses of Class
net.anotheria.anosite.gen.ascustomdata.service.ASCustomDataServiceException
Packages that use ASCustomDataServiceException
-
Uses of ASCustomDataServiceException in net.anotheria.anosite.gen.ascustomdata.service
Modifier and TypeClassDescriptionclassException for gets over non existing id in IASCustomDataService, document: CustomBoxHandlerDefclassException for gets over non existing id in IASCustomDataService, document: CustomBoxTypeclassException for gets over non existing id in IASCustomDataService, document: CustomGuardDefMethods in net.anotheria.anosite.gen.ascustomdata.service that throw ASCustomDataServiceExceptionModifier and TypeMethodDescriptionIASCustomDataService.createCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) Creates a new CustomBoxHandlerDef object.IASCustomDataService.createCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) Creates multiple new CustomBoxHandlerDef objects.IASCustomDataService.createCustomBoxType(CustomBoxType customboxtype) Creates a new CustomBoxType object.IASCustomDataService.createCustomBoxTypes(List<CustomBoxType> list) Creates multiple new CustomBoxType objects.IASCustomDataService.createCustomGuardDef(CustomGuardDef customguarddef) Creates a new CustomGuardDef object.IASCustomDataService.createCustomGuardDefs(List<CustomGuardDef> list) Creates multiple new CustomGuardDef objects.voidIASCustomDataService.deleteCustomBoxHandlerDef(String id) Deletes a CustomBoxHandlerDef object by id.voidIASCustomDataService.deleteCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) Deletes a CustomBoxHandlerDef object.voidIASCustomDataService.deleteCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) Deletes multiple CustomBoxHandlerDef object.voidIASCustomDataService.deleteCustomBoxType(String id) Deletes a CustomBoxType object by id.voidIASCustomDataService.deleteCustomBoxType(CustomBoxType customboxtype) Deletes a CustomBoxType object.voidIASCustomDataService.deleteCustomBoxTypes(List<CustomBoxType> list) Deletes multiple CustomBoxType object.voidIASCustomDataService.deleteCustomGuardDef(String id) Deletes a CustomGuardDef object by id.voidIASCustomDataService.deleteCustomGuardDef(CustomGuardDef customguarddef) Deletes a CustomGuardDef object.voidIASCustomDataService.deleteCustomGuardDefs(List<CustomGuardDef> list) Deletes multiple CustomGuardDef object.voidASCustomDataServiceImpl.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) voidIASCustomDataService.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) Save transferred document by its own type.net.anotheria.anodoc.query2.QueryResultIASCustomDataService.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.QueryResultIASCustomDataService.executeQueryOnCustomBoxHandlerDefs(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultIASCustomDataService.executeQueryOnCustomBoxTypes(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultIASCustomDataService.executeQueryOnCustomGuardDefs(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.util.xml.XMLNodeIASCustomDataService.exportCustomBoxHandlerDefsToXML(List<CustomBoxHandlerDef> listCustomBoxHandlerDefs) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeIASCustomDataService.exportCustomBoxTypesToXML(List<CustomBoxType> listCustomBoxTypes) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeIASCustomDataService.exportCustomGuardDefsToXML(List<CustomGuardDef> listCustomGuardDefs) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeIASCustomDataService.exportToXML()creates an xml element with all contained data.voidASCustomDataServiceImpl.fetchCustomBoxHandlerDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIASCustomDataService.fetchCustomBoxHandlerDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this CustomBoxHandlerDef document.voidASCustomDataServiceImpl.fetchCustomBoxType(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIASCustomDataService.fetchCustomBoxType(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this CustomBoxType document.voidASCustomDataServiceImpl.fetchCustomGuardDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIASCustomDataService.fetchCustomGuardDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this CustomGuardDef document.IASCustomDataService.getCustomBoxHandlerDef(String id) Returns the CustomBoxHandlerDef object with the specified id.IASCustomDataService.getCustomBoxHandlerDefs()Returns all CustomBoxHandlerDefs objects stored.IASCustomDataService.getCustomBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment) Returns CustomBoxHandlerDefs objects segment.IASCustomDataService.getCustomBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType) Returns all CustomBoxHandlerDefs objects sorted by given sortType.IASCustomDataService.getCustomBoxHandlerDefsByProperty(String propertyName, Object value) Returns all CustomBoxHandlerDef objects, where property with given name equals object.IASCustomDataService.getCustomBoxHandlerDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all CustomBoxHandlerDef objects, where property with given name equals object, sorted.IASCustomDataService.getCustomBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomBoxHandlerDef objects, where property matches.IASCustomDataService.getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns CustomBoxHandlerDef objects segment, where property matches.IASCustomDataService.getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns CustomBoxHandlerDef objects segment, where property matches, sorted.IASCustomDataService.getCustomBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomBoxHandlerDef objects, where property matches, sorted.intIASCustomDataService.getCustomBoxHandlerDefsCount()Returns all CustomBoxHandlerDefs count.IASCustomDataService.getCustomBoxType(String id) Returns the CustomBoxType object with the specified id.IASCustomDataService.getCustomBoxTypes()Returns all CustomBoxTypes objects stored.IASCustomDataService.getCustomBoxTypes(net.anotheria.util.slicer.Segment aSegment) Returns CustomBoxTypes objects segment.IASCustomDataService.getCustomBoxTypes(net.anotheria.util.sorter.SortType sortType) Returns all CustomBoxTypes objects sorted by given sortType.IASCustomDataService.getCustomBoxTypesByProperty(String propertyName, Object value) Returns all CustomBoxType objects, where property with given name equals object.IASCustomDataService.getCustomBoxTypesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all CustomBoxType objects, where property with given name equals object, sorted.IASCustomDataService.getCustomBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomBoxType objects, where property matches.IASCustomDataService.getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns CustomBoxType objects segment, where property matches.IASCustomDataService.getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns CustomBoxType objects segment, where property matches, sorted.IASCustomDataService.getCustomBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomBoxType objects, where property matches, sorted.intIASCustomDataService.getCustomBoxTypesCount()Returns all CustomBoxTypes count.IASCustomDataService.getCustomGuardDef(String id) Returns the CustomGuardDef object with the specified id.IASCustomDataService.getCustomGuardDefs()Returns all CustomGuardDefs objects stored.IASCustomDataService.getCustomGuardDefs(net.anotheria.util.slicer.Segment aSegment) Returns CustomGuardDefs objects segment.IASCustomDataService.getCustomGuardDefs(net.anotheria.util.sorter.SortType sortType) Returns all CustomGuardDefs objects sorted by given sortType.IASCustomDataService.getCustomGuardDefsByProperty(String propertyName, Object value) Returns all CustomGuardDef objects, where property with given name equals object.IASCustomDataService.getCustomGuardDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all CustomGuardDef objects, where property with given name equals object, sorted.IASCustomDataService.getCustomGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomGuardDef objects, where property matches.IASCustomDataService.getCustomGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns CustomGuardDef objects segment, where property matches.IASCustomDataService.getCustomGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns CustomGuardDef objects segment, where property matches, sorted.IASCustomDataService.getCustomGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomGuardDef objects, where property matches, sorted.intIASCustomDataService.getCustomGuardDefsCount()Returns all CustomGuardDefs count.IASCustomDataService.importCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) Imports a new CustomBoxHandlerDef object.IASCustomDataService.importCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) Imports multiple new CustomBoxHandlerDef object.IASCustomDataService.importCustomBoxType(CustomBoxType customboxtype) Imports a new CustomBoxType object.IASCustomDataService.importCustomBoxTypes(List<CustomBoxType> list) Imports multiple new CustomBoxType object.IASCustomDataService.importCustomGuardDef(CustomGuardDef customguarddef) Imports a new CustomGuardDef object.IASCustomDataService.importCustomGuardDefs(List<CustomGuardDef> list) Imports multiple new CustomGuardDef object.IASCustomDataService.updateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) Updates a CustomBoxHandlerDef object.IASCustomDataService.updateCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) Updates multiple CustomBoxHandlerDef objects.IASCustomDataService.updateCustomBoxType(CustomBoxType customboxtype) Updates a CustomBoxType object.IASCustomDataService.updateCustomBoxTypes(List<CustomBoxType> list) Updates multiple CustomBoxType objects.IASCustomDataService.updateCustomGuardDef(CustomGuardDef customguarddef) Updates a CustomGuardDef object.IASCustomDataService.updateCustomGuardDefs(List<CustomGuardDef> list) Updates multiple CustomGuardDef objects.