UserData |
IAnoAccessApplicationDataService.createUserData(UserData userdata) |
Creates a new UserData object.
|
java.util.List<UserData> |
IAnoAccessApplicationDataService.createUserDatas(java.util.List<UserData> list) |
Creates multiple new UserData objects.
|
void |
IAnoAccessApplicationDataService.deleteUserData(java.lang.String id) |
Deletes a UserData object by id.
|
void |
IAnoAccessApplicationDataService.deleteUserData(UserData userdata) |
Deletes a UserData object.
|
void |
IAnoAccessApplicationDataService.deleteUserDatas(java.util.List<UserData> list) |
Deletes multiple UserData object.
|
void |
AnoAccessApplicationDataServiceImpl.executeParsingForDocument(DocumentName documentName,
org.codehaus.jettison.json.JSONObject data) |
|
void |
IAnoAccessApplicationDataService.executeParsingForDocument(DocumentName documentName,
org.codehaus.jettison.json.JSONObject data) |
Save transferred document by its own type.
|
net.anotheria.anodoc.query2.QueryResult |
IAnoAccessApplicationDataService.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.QueryResult |
IAnoAccessApplicationDataService.executeQueryOnUserDatas(net.anotheria.anodoc.query2.DocumentQuery query) |
Executes a query.
|
net.anotheria.util.xml.XMLNode |
IAnoAccessApplicationDataService.exportToXML() |
creates an xml element with all contained data.
|
net.anotheria.util.xml.XMLNode |
IAnoAccessApplicationDataService.exportUserDatasToXML(java.util.List<UserData> listUserDatas) |
Creates an xml element with selected contained data.
|
void |
AnoAccessApplicationDataServiceImpl.fetchUserData(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
|
void |
IAnoAccessApplicationDataService.fetchUserData(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
Create json object list dependencies for this UserData document.
|
UserData |
IAnoAccessApplicationDataService.getUserData(java.lang.String id) |
Returns the UserData object with the specified id.
|
java.util.List<UserData> |
IAnoAccessApplicationDataService.getUserDatas() |
Returns all UserDatas objects stored.
|
java.util.List<UserData> |
IAnoAccessApplicationDataService.getUserDatas(net.anotheria.util.slicer.Segment aSegment) |
Returns UserDatas objects segment.
|
java.util.List<UserData> |
IAnoAccessApplicationDataService.getUserDatas(net.anotheria.util.sorter.SortType sortType) |
Returns all UserDatas objects sorted by given sortType.
|
java.util.List<UserData> |
IAnoAccessApplicationDataService.getUserDatasByProperty(java.lang.String propertyName,
java.lang.Object value) |
Returns all UserData objects, where property with given name equals object.
|
java.util.List<UserData> |
IAnoAccessApplicationDataService.getUserDatasByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
Returns all UserData objects, where property with given name equals object, sorted.
|
java.util.List<UserData> |
IAnoAccessApplicationDataService.getUserDatasByProperty(net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all UserData objects, where property matches.
|
java.util.List<UserData> |
IAnoAccessApplicationDataService.getUserDatasByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty) |
Returns UserData objects segment, where property matches.
|
java.util.List<UserData> |
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.
|
java.util.List<UserData> |
IAnoAccessApplicationDataService.getUserDatasByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all UserData objects, where property matches, sorted.
|
int |
IAnoAccessApplicationDataService.getUserDatasCount() |
Returns all UserDatas count.
|
UserData |
IAnoAccessApplicationDataService.importUserData(UserData userdata) |
Imports a new UserData object.
|
java.util.List<UserData> |
IAnoAccessApplicationDataService.importUserDatas(java.util.List<UserData> list) |
Imports multiple new UserData object.
|
UserData |
IAnoAccessApplicationDataService.updateUserData(UserData userdata) |
Updates a UserData object.
|
java.util.List<UserData> |
IAnoAccessApplicationDataService.updateUserDatas(java.util.List<UserData> list) |
Updates multiple UserData objects.
|