Uses of Class
net.anotheria.anosite.gen.anoaccessapplicationdata.service.AnoAccessApplicationDataServiceException
Packages that use AnoAccessApplicationDataServiceException
Package
Description
-
Uses of AnoAccessApplicationDataServiceException in net.anotheria.anosite.gen.anoaccessapplicationdata.service
Subclasses of AnoAccessApplicationDataServiceException in net.anotheria.anosite.gen.anoaccessapplicationdata.serviceModifier and TypeClassDescriptionclassException for gets over non existing id in IAnoAccessApplicationDataService, document: UserDataMethods in net.anotheria.anosite.gen.anoaccessapplicationdata.service that throw AnoAccessApplicationDataServiceExceptionModifier and TypeMethodDescriptionIAnoAccessApplicationDataService.createUserData(UserData userdata) Creates a new UserData object.IAnoAccessApplicationDataService.createUserDatas(List<UserData> list) Creates multiple new UserData objects.voidIAnoAccessApplicationDataService.deleteUserData(String id) Deletes a UserData object by id.voidIAnoAccessApplicationDataService.deleteUserData(UserData userdata) Deletes a UserData object.voidIAnoAccessApplicationDataService.deleteUserDatas(List<UserData> list) Deletes multiple UserData object.voidAnoAccessApplicationDataServiceImpl.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) voidIAnoAccessApplicationDataService.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) Save transferred document by its own type.net.anotheria.anodoc.query2.QueryResultIAnoAccessApplicationDataService.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.QueryResultIAnoAccessApplicationDataService.executeQueryOnUserDatas(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.util.xml.XMLNodeIAnoAccessApplicationDataService.exportToXML()creates an xml element with all contained data.net.anotheria.util.xml.XMLNodeIAnoAccessApplicationDataService.exportUserDatasToXML(List<UserData> listUserDatas) Creates an xml element with selected contained data.voidAnoAccessApplicationDataServiceImpl.fetchUserData(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIAnoAccessApplicationDataService.fetchUserData(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this UserData document.IAnoAccessApplicationDataService.getUserData(String id) Returns the UserData object with the specified id.IAnoAccessApplicationDataService.getUserDatas()Returns all UserDatas objects stored.IAnoAccessApplicationDataService.getUserDatas(net.anotheria.util.slicer.Segment aSegment) Returns UserDatas objects segment.IAnoAccessApplicationDataService.getUserDatas(net.anotheria.util.sorter.SortType sortType) Returns all UserDatas objects sorted by given sortType.IAnoAccessApplicationDataService.getUserDatasByProperty(String propertyName, Object value) Returns all UserData objects, where property with given name equals object.IAnoAccessApplicationDataService.getUserDatasByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all UserData objects, where property with given name equals object, sorted.IAnoAccessApplicationDataService.getUserDatasByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all UserData objects, where property matches.IAnoAccessApplicationDataService.getUserDatasByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns UserData objects segment, where property matches.IAnoAccessApplicationDataService.getUserDatasByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns UserData objects segment, where property matches, sorted.IAnoAccessApplicationDataService.getUserDatasByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all UserData objects, where property matches, sorted.intIAnoAccessApplicationDataService.getUserDatasCount()Returns all UserDatas count.IAnoAccessApplicationDataService.importUserData(UserData userdata) Imports a new UserData object.IAnoAccessApplicationDataService.importUserDatas(List<UserData> list) Imports multiple new UserData object.IAnoAccessApplicationDataService.updateUserData(UserData userdata) Updates a UserData object.IAnoAccessApplicationDataService.updateUserDatas(List<UserData> list) Updates multiple UserData objects. -
Uses of AnoAccessApplicationDataServiceException in net.anotheria.anosite.gen.anoaccessapplicationdata.service.fixture
Methods in net.anotheria.anosite.gen.anoaccessapplicationdata.service.fixture that throw AnoAccessApplicationDataServiceExceptionModifier and TypeMethodDescriptionAnoAccessApplicationDataServiceFixtureImpl.createUserData(UserData userdata) AnoAccessApplicationDataServiceFixtureImpl.createUserDatas(List<UserData> list) Creates multiple new UserData objects.voidAnoAccessApplicationDataServiceFixtureImpl.deleteUserData(String id) voidAnoAccessApplicationDataServiceFixtureImpl.deleteUserData(UserData userdata) voidAnoAccessApplicationDataServiceFixtureImpl.deleteUserDatas(List<UserData> list) Deletes multiple UserData objects.voidAnoAccessApplicationDataServiceFixtureImpl.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) net.anotheria.anodoc.query2.QueryResultAnoAccessApplicationDataServiceFixtureImpl.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.QueryResultAnoAccessApplicationDataServiceFixtureImpl.executeQueryOnUserDatas(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on UserDatasvoidAnoAccessApplicationDataServiceFixtureImpl.fetchUserData(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) AnoAccessApplicationDataServiceFixtureImpl.getUserData(String id) AnoAccessApplicationDataServiceFixtureImpl.getUserDatas()AnoAccessApplicationDataServiceFixtureImpl.getUserDatas(net.anotheria.util.slicer.Segment aSegment) Returns UserData objects segment.AnoAccessApplicationDataServiceFixtureImpl.getUserDatas(net.anotheria.util.sorter.SortType sortType) AnoAccessApplicationDataServiceFixtureImpl.getUserDatasByProperty(String propertyName, Object value) AnoAccessApplicationDataServiceFixtureImpl.getUserDatasByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) AnoAccessApplicationDataServiceFixtureImpl.getUserDatasByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) Returns all UserData objects, where property matches.AnoAccessApplicationDataServiceFixtureImpl.getUserDatasByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all UserData objects, where property matches, sortedintAnoAccessApplicationDataServiceFixtureImpl.getUserDatasCount()Returns UserData objects count.AnoAccessApplicationDataServiceFixtureImpl.importUserData(UserData userdata) AnoAccessApplicationDataServiceFixtureImpl.importUserDatas(List<UserData> list) AnoAccessApplicationDataServiceFixtureImpl.updateUserData(UserData userdata) AnoAccessApplicationDataServiceFixtureImpl.updateUserDatas(List<UserData> list) Updates multiple new UserData objects.