public interface IASGenericDataService
extends net.anotheria.asg.service.ASGService
| Modifier and Type | Method and Description |
|---|---|
GenericBoxHandlerDef |
createGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)
Creates a new GenericBoxHandlerDef object.
|
java.util.List<GenericBoxHandlerDef> |
createGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)
Creates multiple new GenericBoxHandlerDef objects.
|
GenericBoxType |
createGenericBoxType(GenericBoxType genericboxtype)
Creates a new GenericBoxType object.
|
java.util.List<GenericBoxType> |
createGenericBoxTypes(java.util.List<GenericBoxType> list)
Creates multiple new GenericBoxType objects.
|
GenericGuardDef |
createGenericGuardDef(GenericGuardDef genericguarddef)
Creates a new GenericGuardDef object.
|
java.util.List<GenericGuardDef> |
createGenericGuardDefs(java.util.List<GenericGuardDef> list)
Creates multiple new GenericGuardDef objects.
|
void |
deleteGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)
Deletes a GenericBoxHandlerDef object.
|
void |
deleteGenericBoxHandlerDef(java.lang.String id)
Deletes a GenericBoxHandlerDef object by id.
|
void |
deleteGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)
Deletes multiple GenericBoxHandlerDef object.
|
void |
deleteGenericBoxType(GenericBoxType genericboxtype)
Deletes a GenericBoxType object.
|
void |
deleteGenericBoxType(java.lang.String id)
Deletes a GenericBoxType object by id.
|
void |
deleteGenericBoxTypes(java.util.List<GenericBoxType> list)
Deletes multiple GenericBoxType object.
|
void |
deleteGenericGuardDef(GenericGuardDef genericguarddef)
Deletes a GenericGuardDef object.
|
void |
deleteGenericGuardDef(java.lang.String id)
Deletes a GenericGuardDef object by id.
|
void |
deleteGenericGuardDefs(java.util.List<GenericGuardDef> list)
Deletes multiple GenericGuardDef object.
|
void |
executeParsingForDocument(DocumentName documentName,
org.codehaus.jettison.json.JSONObject data)
Save transferred document by its own type.
|
net.anotheria.anodoc.query2.QueryResult |
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 |
executeQueryOnGenericBoxHandlerDefs(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query.
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnGenericBoxTypes(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query.
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnGenericGuardDefs(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query.
|
net.anotheria.util.xml.XMLNode |
exportGenericBoxHandlerDefsToXML(java.util.List<GenericBoxHandlerDef> listGenericBoxHandlerDefs)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportGenericBoxTypesToXML(java.util.List<GenericBoxType> listGenericBoxTypes)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportGenericGuardDefsToXML(java.util.List<GenericGuardDef> listGenericGuardDefs)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportToXML()
creates an xml element with all contained data.
|
void |
fetchGenericBoxHandlerDef(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this GenericBoxHandlerDef document.
|
void |
fetchGenericBoxType(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this GenericBoxType document.
|
void |
fetchGenericGuardDef(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this GenericGuardDef document.
|
GenericBoxHandlerDef |
getGenericBoxHandlerDef(java.lang.String id)
Returns the GenericBoxHandlerDef object with the specified id.
|
java.util.List<GenericBoxHandlerDef> |
getGenericBoxHandlerDefs()
Returns all GenericBoxHandlerDefs objects stored.
|
java.util.List<GenericBoxHandlerDef> |
getGenericBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment)
Returns GenericBoxHandlerDefs objects segment.
|
java.util.List<GenericBoxHandlerDef> |
getGenericBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType)
Returns all GenericBoxHandlerDefs objects sorted by given sortType.
|
java.util.List<GenericBoxHandlerDef> |
getGenericBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all GenericBoxHandlerDef objects, where property matches.
|
java.util.List<GenericBoxHandlerDef> |
getGenericBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns GenericBoxHandlerDef objects segment, where property matches.
|
java.util.List<GenericBoxHandlerDef> |
getGenericBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns GenericBoxHandlerDef objects segment, where property matches, sorted.
|
java.util.List<GenericBoxHandlerDef> |
getGenericBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all GenericBoxHandlerDef objects, where property matches, sorted.
|
java.util.List<GenericBoxHandlerDef> |
getGenericBoxHandlerDefsByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all GenericBoxHandlerDef objects, where property with given name equals object.
|
java.util.List<GenericBoxHandlerDef> |
getGenericBoxHandlerDefsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all GenericBoxHandlerDef objects, where property with given name equals object, sorted.
|
int |
getGenericBoxHandlerDefsCount()
Returns all GenericBoxHandlerDefs count.
|
GenericBoxType |
getGenericBoxType(java.lang.String id)
Returns the GenericBoxType object with the specified id.
|
java.util.List<GenericBoxType> |
getGenericBoxTypes()
Returns all GenericBoxTypes objects stored.
|
java.util.List<GenericBoxType> |
getGenericBoxTypes(net.anotheria.util.slicer.Segment aSegment)
Returns GenericBoxTypes objects segment.
|
java.util.List<GenericBoxType> |
getGenericBoxTypes(net.anotheria.util.sorter.SortType sortType)
Returns all GenericBoxTypes objects sorted by given sortType.
|
java.util.List<GenericBoxType> |
getGenericBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all GenericBoxType objects, where property matches.
|
java.util.List<GenericBoxType> |
getGenericBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns GenericBoxType objects segment, where property matches.
|
java.util.List<GenericBoxType> |
getGenericBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns GenericBoxType objects segment, where property matches, sorted.
|
java.util.List<GenericBoxType> |
getGenericBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all GenericBoxType objects, where property matches, sorted.
|
java.util.List<GenericBoxType> |
getGenericBoxTypesByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all GenericBoxType objects, where property with given name equals object.
|
java.util.List<GenericBoxType> |
getGenericBoxTypesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all GenericBoxType objects, where property with given name equals object, sorted.
|
int |
getGenericBoxTypesCount()
Returns all GenericBoxTypes count.
|
GenericGuardDef |
getGenericGuardDef(java.lang.String id)
Returns the GenericGuardDef object with the specified id.
|
java.util.List<GenericGuardDef> |
getGenericGuardDefs()
Returns all GenericGuardDefs objects stored.
|
java.util.List<GenericGuardDef> |
getGenericGuardDefs(net.anotheria.util.slicer.Segment aSegment)
Returns GenericGuardDefs objects segment.
|
java.util.List<GenericGuardDef> |
getGenericGuardDefs(net.anotheria.util.sorter.SortType sortType)
Returns all GenericGuardDefs objects sorted by given sortType.
|
java.util.List<GenericGuardDef> |
getGenericGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all GenericGuardDef objects, where property matches.
|
java.util.List<GenericGuardDef> |
getGenericGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns GenericGuardDef objects segment, where property matches.
|
java.util.List<GenericGuardDef> |
getGenericGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns GenericGuardDef objects segment, where property matches, sorted.
|
java.util.List<GenericGuardDef> |
getGenericGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all GenericGuardDef objects, where property matches, sorted.
|
java.util.List<GenericGuardDef> |
getGenericGuardDefsByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all GenericGuardDef objects, where property with given name equals object.
|
java.util.List<GenericGuardDef> |
getGenericGuardDefsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all GenericGuardDef objects, where property with given name equals object, sorted.
|
int |
getGenericGuardDefsCount()
Returns all GenericGuardDefs count.
|
GenericBoxHandlerDef |
importGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)
Imports a new GenericBoxHandlerDef object.
|
java.util.List<GenericBoxHandlerDef> |
importGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)
Imports multiple new GenericBoxHandlerDef object.
|
GenericBoxType |
importGenericBoxType(GenericBoxType genericboxtype)
Imports a new GenericBoxType object.
|
java.util.List<GenericBoxType> |
importGenericBoxTypes(java.util.List<GenericBoxType> list)
Imports multiple new GenericBoxType object.
|
GenericGuardDef |
importGenericGuardDef(GenericGuardDef genericguarddef)
Imports a new GenericGuardDef object.
|
java.util.List<GenericGuardDef> |
importGenericGuardDefs(java.util.List<GenericGuardDef> list)
Imports multiple new GenericGuardDef object.
|
GenericBoxHandlerDef |
updateGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)
Updates a GenericBoxHandlerDef object.
|
java.util.List<GenericBoxHandlerDef> |
updateGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)
Updates multiple GenericBoxHandlerDef objects.
|
GenericBoxType |
updateGenericBoxType(GenericBoxType genericboxtype)
Updates a GenericBoxType object.
|
java.util.List<GenericBoxType> |
updateGenericBoxTypes(java.util.List<GenericBoxType> list)
Updates multiple GenericBoxType objects.
|
GenericGuardDef |
updateGenericGuardDef(GenericGuardDef genericguarddef)
Updates a GenericGuardDef object.
|
java.util.List<GenericGuardDef> |
updateGenericGuardDefs(java.util.List<GenericGuardDef> list)
Updates multiple GenericGuardDef objects.
|
java.util.List<GenericBoxType> getGenericBoxTypes() throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericBoxType> getGenericBoxTypes(net.anotheria.util.sorter.SortType sortType) throws ASGenericDataServiceException
ASGenericDataServiceExceptionvoid deleteGenericBoxType(java.lang.String id)
throws ASGenericDataServiceException
ASGenericDataServiceExceptionvoid deleteGenericBoxType(GenericBoxType genericboxtype) throws ASGenericDataServiceException
ASGenericDataServiceExceptionvoid deleteGenericBoxTypes(java.util.List<GenericBoxType> list) throws ASGenericDataServiceException
ASGenericDataServiceExceptionGenericBoxType getGenericBoxType(java.lang.String id) throws ASGenericDataServiceException
ASGenericDataServiceExceptionGenericBoxType importGenericBoxType(GenericBoxType genericboxtype) throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericBoxType> importGenericBoxTypes(java.util.List<GenericBoxType> list) throws ASGenericDataServiceException
ASGenericDataServiceExceptionGenericBoxType createGenericBoxType(GenericBoxType genericboxtype) throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericBoxType> createGenericBoxTypes(java.util.List<GenericBoxType> list) throws ASGenericDataServiceException
ASGenericDataServiceExceptionGenericBoxType updateGenericBoxType(GenericBoxType genericboxtype) throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericBoxType> updateGenericBoxTypes(java.util.List<GenericBoxType> list) throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericBoxType> getGenericBoxTypesByProperty(java.lang.String propertyName, java.lang.Object value) throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericBoxType> getGenericBoxTypesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws ASGenericDataServiceException
ASGenericDataServiceExceptionnet.anotheria.anodoc.query2.QueryResult executeQueryOnGenericBoxTypes(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericBoxType> getGenericBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericBoxType> getGenericBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASGenericDataServiceException
ASGenericDataServiceExceptionint getGenericBoxTypesCount()
throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericBoxType> getGenericBoxTypes(net.anotheria.util.slicer.Segment aSegment) throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericBoxType> getGenericBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericBoxType> getGenericBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASGenericDataServiceException
ASGenericDataServiceExceptionnet.anotheria.util.xml.XMLNode exportGenericBoxTypesToXML(java.util.List<GenericBoxType> listGenericBoxTypes) throws ASGenericDataServiceException
ASGenericDataServiceExceptionvoid fetchGenericBoxType(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericBoxHandlerDef> getGenericBoxHandlerDefs() throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericBoxHandlerDef> getGenericBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType) throws ASGenericDataServiceException
ASGenericDataServiceExceptionvoid deleteGenericBoxHandlerDef(java.lang.String id)
throws ASGenericDataServiceException
ASGenericDataServiceExceptionvoid deleteGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) throws ASGenericDataServiceException
ASGenericDataServiceExceptionvoid deleteGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list) throws ASGenericDataServiceException
ASGenericDataServiceExceptionGenericBoxHandlerDef getGenericBoxHandlerDef(java.lang.String id) throws ASGenericDataServiceException
ASGenericDataServiceExceptionGenericBoxHandlerDef importGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericBoxHandlerDef> importGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list) throws ASGenericDataServiceException
ASGenericDataServiceExceptionGenericBoxHandlerDef createGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericBoxHandlerDef> createGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list) throws ASGenericDataServiceException
ASGenericDataServiceExceptionGenericBoxHandlerDef updateGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericBoxHandlerDef> updateGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list) throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericBoxHandlerDef> getGenericBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value) throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericBoxHandlerDef> getGenericBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws ASGenericDataServiceException
ASGenericDataServiceExceptionnet.anotheria.anodoc.query2.QueryResult executeQueryOnGenericBoxHandlerDefs(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericBoxHandlerDef> getGenericBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericBoxHandlerDef> getGenericBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASGenericDataServiceException
ASGenericDataServiceExceptionint getGenericBoxHandlerDefsCount()
throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericBoxHandlerDef> getGenericBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment) throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericBoxHandlerDef> getGenericBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericBoxHandlerDef> getGenericBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASGenericDataServiceException
ASGenericDataServiceExceptionnet.anotheria.util.xml.XMLNode exportGenericBoxHandlerDefsToXML(java.util.List<GenericBoxHandlerDef> listGenericBoxHandlerDefs) throws ASGenericDataServiceException
ASGenericDataServiceExceptionvoid fetchGenericBoxHandlerDef(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericGuardDef> getGenericGuardDefs() throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericGuardDef> getGenericGuardDefs(net.anotheria.util.sorter.SortType sortType) throws ASGenericDataServiceException
ASGenericDataServiceExceptionvoid deleteGenericGuardDef(java.lang.String id)
throws ASGenericDataServiceException
ASGenericDataServiceExceptionvoid deleteGenericGuardDef(GenericGuardDef genericguarddef) throws ASGenericDataServiceException
ASGenericDataServiceExceptionvoid deleteGenericGuardDefs(java.util.List<GenericGuardDef> list) throws ASGenericDataServiceException
ASGenericDataServiceExceptionGenericGuardDef getGenericGuardDef(java.lang.String id) throws ASGenericDataServiceException
ASGenericDataServiceExceptionGenericGuardDef importGenericGuardDef(GenericGuardDef genericguarddef) throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericGuardDef> importGenericGuardDefs(java.util.List<GenericGuardDef> list) throws ASGenericDataServiceException
ASGenericDataServiceExceptionGenericGuardDef createGenericGuardDef(GenericGuardDef genericguarddef) throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericGuardDef> createGenericGuardDefs(java.util.List<GenericGuardDef> list) throws ASGenericDataServiceException
ASGenericDataServiceExceptionGenericGuardDef updateGenericGuardDef(GenericGuardDef genericguarddef) throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericGuardDef> updateGenericGuardDefs(java.util.List<GenericGuardDef> list) throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericGuardDef> getGenericGuardDefsByProperty(java.lang.String propertyName, java.lang.Object value) throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericGuardDef> getGenericGuardDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws ASGenericDataServiceException
ASGenericDataServiceExceptionnet.anotheria.anodoc.query2.QueryResult executeQueryOnGenericGuardDefs(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericGuardDef> getGenericGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericGuardDef> getGenericGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASGenericDataServiceException
ASGenericDataServiceExceptionint getGenericGuardDefsCount()
throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericGuardDef> getGenericGuardDefs(net.anotheria.util.slicer.Segment aSegment) throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericGuardDef> getGenericGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASGenericDataServiceException
ASGenericDataServiceExceptionjava.util.List<GenericGuardDef> getGenericGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASGenericDataServiceException
ASGenericDataServiceExceptionnet.anotheria.util.xml.XMLNode exportGenericGuardDefsToXML(java.util.List<GenericGuardDef> listGenericGuardDefs) throws ASGenericDataServiceException
ASGenericDataServiceExceptionvoid fetchGenericGuardDef(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASGenericDataServiceException
ASGenericDataServiceExceptionvoid executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) throws ASGenericDataServiceException
ASGenericDataServiceExceptionnet.anotheria.anodoc.query2.QueryResult executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASGenericDataServiceException
ASGenericDataServiceExceptionnet.anotheria.util.xml.XMLNode exportToXML()
throws ASGenericDataServiceException
ASGenericDataServiceExceptionCopyright © 2012-2023 anotheria.net. All Rights Reserved.