Interface IASGenericDataService
- All Superinterfaces:
net.anotheria.asg.service.ASGService,net.anotheria.anoprise.metafactory.Service
- All Known Implementing Classes:
ASGenericDataServiceImpl
public interface IASGenericDataService
extends net.anotheria.asg.service.ASGService
-
Method Summary
Modifier and TypeMethodDescriptioncreateGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) Creates a new GenericBoxHandlerDef object.Creates multiple new GenericBoxHandlerDef objects.createGenericBoxType(GenericBoxType genericboxtype) Creates a new GenericBoxType object.Creates multiple new GenericBoxType objects.createGenericGuardDef(GenericGuardDef genericguarddef) Creates a new GenericGuardDef object.Creates multiple new GenericGuardDef objects.voidDeletes a GenericBoxHandlerDef object by id.voiddeleteGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) Deletes a GenericBoxHandlerDef object.voidDeletes multiple GenericBoxHandlerDef object.voidDeletes a GenericBoxType object by id.voiddeleteGenericBoxType(GenericBoxType genericboxtype) Deletes a GenericBoxType object.voidDeletes multiple GenericBoxType object.voidDeletes a GenericGuardDef object by id.voiddeleteGenericGuardDef(GenericGuardDef genericguarddef) Deletes a GenericGuardDef object.voidDeletes multiple GenericGuardDef object.voidexecuteParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) Save transferred document by its own type.net.anotheria.anodoc.query2.QueryResultexecuteQueryOnAllObjects(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.QueryResultexecuteQueryOnGenericBoxHandlerDefs(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultexecuteQueryOnGenericBoxTypes(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultexecuteQueryOnGenericGuardDefs(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.util.xml.XMLNodeexportGenericBoxHandlerDefsToXML(List<GenericBoxHandlerDef> listGenericBoxHandlerDefs) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportGenericBoxTypesToXML(List<GenericBoxType> listGenericBoxTypes) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportGenericGuardDefsToXML(List<GenericGuardDef> listGenericGuardDefs) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodecreates an xml element with all contained data.voidfetchGenericBoxHandlerDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this GenericBoxHandlerDef document.voidfetchGenericBoxType(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this GenericBoxType document.voidfetchGenericGuardDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this GenericGuardDef document.Returns the GenericBoxHandlerDef object with the specified id.Returns all GenericBoxHandlerDefs objects stored.getGenericBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment) Returns GenericBoxHandlerDefs objects segment.getGenericBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType) Returns all GenericBoxHandlerDefs objects sorted by given sortType.getGenericBoxHandlerDefsByProperty(String propertyName, Object value) Returns all GenericBoxHandlerDef objects, where property with given name equals object.getGenericBoxHandlerDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all GenericBoxHandlerDef objects, where property with given name equals object, sorted.getGenericBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericBoxHandlerDef objects, where property matches.getGenericBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns GenericBoxHandlerDef objects segment, where property matches.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.getGenericBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericBoxHandlerDef objects, where property matches, sorted.intReturns all GenericBoxHandlerDefs count.Returns the GenericBoxType object with the specified id.Returns all GenericBoxTypes objects stored.getGenericBoxTypes(net.anotheria.util.slicer.Segment aSegment) Returns GenericBoxTypes objects segment.getGenericBoxTypes(net.anotheria.util.sorter.SortType sortType) Returns all GenericBoxTypes objects sorted by given sortType.getGenericBoxTypesByProperty(String propertyName, Object value) Returns all GenericBoxType objects, where property with given name equals object.getGenericBoxTypesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all GenericBoxType objects, where property with given name equals object, sorted.getGenericBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericBoxType objects, where property matches.getGenericBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns GenericBoxType objects segment, where property matches.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.getGenericBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericBoxType objects, where property matches, sorted.intReturns all GenericBoxTypes count.Returns the GenericGuardDef object with the specified id.Returns all GenericGuardDefs objects stored.getGenericGuardDefs(net.anotheria.util.slicer.Segment aSegment) Returns GenericGuardDefs objects segment.getGenericGuardDefs(net.anotheria.util.sorter.SortType sortType) Returns all GenericGuardDefs objects sorted by given sortType.getGenericGuardDefsByProperty(String propertyName, Object value) Returns all GenericGuardDef objects, where property with given name equals object.getGenericGuardDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all GenericGuardDef objects, where property with given name equals object, sorted.getGenericGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericGuardDef objects, where property matches.getGenericGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns GenericGuardDef objects segment, where property matches.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.getGenericGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericGuardDef objects, where property matches, sorted.intReturns all GenericGuardDefs count.importGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) Imports a new GenericBoxHandlerDef object.Imports multiple new GenericBoxHandlerDef object.importGenericBoxType(GenericBoxType genericboxtype) Imports a new GenericBoxType object.Imports multiple new GenericBoxType object.importGenericGuardDef(GenericGuardDef genericguarddef) Imports a new GenericGuardDef object.Imports multiple new GenericGuardDef object.updateGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) Updates a GenericBoxHandlerDef object.Updates multiple GenericBoxHandlerDef objects.updateGenericBoxType(GenericBoxType genericboxtype) Updates a GenericBoxType object.Updates multiple GenericBoxType objects.updateGenericGuardDef(GenericGuardDef genericguarddef) Updates a GenericGuardDef object.Updates multiple GenericGuardDef objects.Methods inherited from interface net.anotheria.asg.service.ASGService
addServiceListener, hasServiceListeners, removeServiceListener
-
Method Details
-
getGenericBoxTypes
Returns all GenericBoxTypes objects stored.- Throws:
ASGenericDataServiceException
-
getGenericBoxTypes
List<GenericBoxType> getGenericBoxTypes(net.anotheria.util.sorter.SortType sortType) throws ASGenericDataServiceException Returns all GenericBoxTypes objects sorted by given sortType.- Throws:
ASGenericDataServiceException
-
deleteGenericBoxType
Deletes a GenericBoxType object by id.- Throws:
ASGenericDataServiceException
-
deleteGenericBoxType
Deletes a GenericBoxType object.- Throws:
ASGenericDataServiceException
-
deleteGenericBoxTypes
Deletes multiple GenericBoxType object.- Throws:
ASGenericDataServiceException
-
getGenericBoxType
Returns the GenericBoxType object with the specified id.- Throws:
ASGenericDataServiceException
-
importGenericBoxType
GenericBoxType importGenericBoxType(GenericBoxType genericboxtype) throws ASGenericDataServiceException Imports a new GenericBoxType object. Returns the created version.- Throws:
ASGenericDataServiceException
-
importGenericBoxTypes
List<GenericBoxType> importGenericBoxTypes(List<GenericBoxType> list) throws ASGenericDataServiceException Imports multiple new GenericBoxType object. Returns the created versions.- Throws:
ASGenericDataServiceException
-
createGenericBoxType
GenericBoxType createGenericBoxType(GenericBoxType genericboxtype) throws ASGenericDataServiceException Creates a new GenericBoxType object. Returns the created version.- Throws:
ASGenericDataServiceException
-
createGenericBoxTypes
List<GenericBoxType> createGenericBoxTypes(List<GenericBoxType> list) throws ASGenericDataServiceException Creates multiple new GenericBoxType objects. Returns the created versions.- Throws:
ASGenericDataServiceException
-
updateGenericBoxType
GenericBoxType updateGenericBoxType(GenericBoxType genericboxtype) throws ASGenericDataServiceException Updates a GenericBoxType object. Returns the updated version.- Throws:
ASGenericDataServiceException
-
updateGenericBoxTypes
List<GenericBoxType> updateGenericBoxTypes(List<GenericBoxType> list) throws ASGenericDataServiceException Updates multiple GenericBoxType objects. Returns the updated versions.- Throws:
ASGenericDataServiceException
-
getGenericBoxTypesByProperty
List<GenericBoxType> getGenericBoxTypesByProperty(String propertyName, Object value) throws ASGenericDataServiceException Returns all GenericBoxType objects, where property with given name equals object.- Throws:
ASGenericDataServiceException
-
getGenericBoxTypesByProperty
List<GenericBoxType> getGenericBoxTypesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASGenericDataServiceException Returns all GenericBoxType objects, where property with given name equals object, sorted.- Throws:
ASGenericDataServiceException
-
executeQueryOnGenericBoxTypes
net.anotheria.anodoc.query2.QueryResult executeQueryOnGenericBoxTypes(net.anotheria.anodoc.query2.DocumentQuery query) throws ASGenericDataServiceException Executes a query.- Throws:
ASGenericDataServiceException
-
getGenericBoxTypesByProperty
List<GenericBoxType> getGenericBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASGenericDataServiceException Returns all GenericBoxType objects, where property matches.- Throws:
ASGenericDataServiceException
-
getGenericBoxTypesByProperty
List<GenericBoxType> getGenericBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASGenericDataServiceException Returns all GenericBoxType objects, where property matches, sorted.- Throws:
ASGenericDataServiceException
-
getGenericBoxTypesCount
Returns all GenericBoxTypes count.- Throws:
ASGenericDataServiceException
-
getGenericBoxTypes
List<GenericBoxType> getGenericBoxTypes(net.anotheria.util.slicer.Segment aSegment) throws ASGenericDataServiceException Returns GenericBoxTypes objects segment.- Throws:
ASGenericDataServiceException
-
getGenericBoxTypesByProperty
List<GenericBoxType> getGenericBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASGenericDataServiceException Returns GenericBoxType objects segment, where property matches.- Throws:
ASGenericDataServiceException
-
getGenericBoxTypesByProperty
List<GenericBoxType> getGenericBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASGenericDataServiceException Returns GenericBoxType objects segment, where property matches, sorted.- Throws:
ASGenericDataServiceException
-
exportGenericBoxTypesToXML
net.anotheria.util.xml.XMLNode exportGenericBoxTypesToXML(List<GenericBoxType> listGenericBoxTypes) throws ASGenericDataServiceException Creates an xml element with selected contained data.- Throws:
ASGenericDataServiceException
-
fetchGenericBoxType
void fetchGenericBoxType(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASGenericDataServiceException Create json object list dependencies for this GenericBoxType document.- Throws:
ASGenericDataServiceException
-
getGenericBoxHandlerDefs
Returns all GenericBoxHandlerDefs objects stored.- Throws:
ASGenericDataServiceException
-
getGenericBoxHandlerDefs
List<GenericBoxHandlerDef> getGenericBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType) throws ASGenericDataServiceException Returns all GenericBoxHandlerDefs objects sorted by given sortType.- Throws:
ASGenericDataServiceException
-
deleteGenericBoxHandlerDef
Deletes a GenericBoxHandlerDef object by id.- Throws:
ASGenericDataServiceException
-
deleteGenericBoxHandlerDef
void deleteGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) throws ASGenericDataServiceException Deletes a GenericBoxHandlerDef object.- Throws:
ASGenericDataServiceException
-
deleteGenericBoxHandlerDefs
void deleteGenericBoxHandlerDefs(List<GenericBoxHandlerDef> list) throws ASGenericDataServiceException Deletes multiple GenericBoxHandlerDef object.- Throws:
ASGenericDataServiceException
-
getGenericBoxHandlerDef
Returns the GenericBoxHandlerDef object with the specified id.- Throws:
ASGenericDataServiceException
-
importGenericBoxHandlerDef
GenericBoxHandlerDef importGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) throws ASGenericDataServiceException Imports a new GenericBoxHandlerDef object. Returns the created version.- Throws:
ASGenericDataServiceException
-
importGenericBoxHandlerDefs
List<GenericBoxHandlerDef> importGenericBoxHandlerDefs(List<GenericBoxHandlerDef> list) throws ASGenericDataServiceException Imports multiple new GenericBoxHandlerDef object. Returns the created versions.- Throws:
ASGenericDataServiceException
-
createGenericBoxHandlerDef
GenericBoxHandlerDef createGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) throws ASGenericDataServiceException Creates a new GenericBoxHandlerDef object. Returns the created version.- Throws:
ASGenericDataServiceException
-
createGenericBoxHandlerDefs
List<GenericBoxHandlerDef> createGenericBoxHandlerDefs(List<GenericBoxHandlerDef> list) throws ASGenericDataServiceException Creates multiple new GenericBoxHandlerDef objects. Returns the created versions.- Throws:
ASGenericDataServiceException
-
updateGenericBoxHandlerDef
GenericBoxHandlerDef updateGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) throws ASGenericDataServiceException Updates a GenericBoxHandlerDef object. Returns the updated version.- Throws:
ASGenericDataServiceException
-
updateGenericBoxHandlerDefs
List<GenericBoxHandlerDef> updateGenericBoxHandlerDefs(List<GenericBoxHandlerDef> list) throws ASGenericDataServiceException Updates multiple GenericBoxHandlerDef objects. Returns the updated versions.- Throws:
ASGenericDataServiceException
-
getGenericBoxHandlerDefsByProperty
List<GenericBoxHandlerDef> getGenericBoxHandlerDefsByProperty(String propertyName, Object value) throws ASGenericDataServiceException Returns all GenericBoxHandlerDef objects, where property with given name equals object.- Throws:
ASGenericDataServiceException
-
getGenericBoxHandlerDefsByProperty
List<GenericBoxHandlerDef> getGenericBoxHandlerDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASGenericDataServiceException Returns all GenericBoxHandlerDef objects, where property with given name equals object, sorted.- Throws:
ASGenericDataServiceException
-
executeQueryOnGenericBoxHandlerDefs
net.anotheria.anodoc.query2.QueryResult executeQueryOnGenericBoxHandlerDefs(net.anotheria.anodoc.query2.DocumentQuery query) throws ASGenericDataServiceException Executes a query.- Throws:
ASGenericDataServiceException
-
getGenericBoxHandlerDefsByProperty
List<GenericBoxHandlerDef> getGenericBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASGenericDataServiceException Returns all GenericBoxHandlerDef objects, where property matches.- Throws:
ASGenericDataServiceException
-
getGenericBoxHandlerDefsByProperty
List<GenericBoxHandlerDef> getGenericBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASGenericDataServiceException Returns all GenericBoxHandlerDef objects, where property matches, sorted.- Throws:
ASGenericDataServiceException
-
getGenericBoxHandlerDefsCount
Returns all GenericBoxHandlerDefs count.- Throws:
ASGenericDataServiceException
-
getGenericBoxHandlerDefs
List<GenericBoxHandlerDef> getGenericBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment) throws ASGenericDataServiceException Returns GenericBoxHandlerDefs objects segment.- Throws:
ASGenericDataServiceException
-
getGenericBoxHandlerDefsByProperty
List<GenericBoxHandlerDef> getGenericBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASGenericDataServiceException Returns GenericBoxHandlerDef objects segment, where property matches.- Throws:
ASGenericDataServiceException
-
getGenericBoxHandlerDefsByProperty
List<GenericBoxHandlerDef> getGenericBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASGenericDataServiceException Returns GenericBoxHandlerDef objects segment, where property matches, sorted.- Throws:
ASGenericDataServiceException
-
exportGenericBoxHandlerDefsToXML
net.anotheria.util.xml.XMLNode exportGenericBoxHandlerDefsToXML(List<GenericBoxHandlerDef> listGenericBoxHandlerDefs) throws ASGenericDataServiceException Creates an xml element with selected contained data.- Throws:
ASGenericDataServiceException
-
fetchGenericBoxHandlerDef
void fetchGenericBoxHandlerDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASGenericDataServiceException Create json object list dependencies for this GenericBoxHandlerDef document.- Throws:
ASGenericDataServiceException
-
getGenericGuardDefs
Returns all GenericGuardDefs objects stored.- Throws:
ASGenericDataServiceException
-
getGenericGuardDefs
List<GenericGuardDef> getGenericGuardDefs(net.anotheria.util.sorter.SortType sortType) throws ASGenericDataServiceException Returns all GenericGuardDefs objects sorted by given sortType.- Throws:
ASGenericDataServiceException
-
deleteGenericGuardDef
Deletes a GenericGuardDef object by id.- Throws:
ASGenericDataServiceException
-
deleteGenericGuardDef
Deletes a GenericGuardDef object.- Throws:
ASGenericDataServiceException
-
deleteGenericGuardDefs
Deletes multiple GenericGuardDef object.- Throws:
ASGenericDataServiceException
-
getGenericGuardDef
Returns the GenericGuardDef object with the specified id.- Throws:
ASGenericDataServiceException
-
importGenericGuardDef
GenericGuardDef importGenericGuardDef(GenericGuardDef genericguarddef) throws ASGenericDataServiceException Imports a new GenericGuardDef object. Returns the created version.- Throws:
ASGenericDataServiceException
-
importGenericGuardDefs
List<GenericGuardDef> importGenericGuardDefs(List<GenericGuardDef> list) throws ASGenericDataServiceException Imports multiple new GenericGuardDef object. Returns the created versions.- Throws:
ASGenericDataServiceException
-
createGenericGuardDef
GenericGuardDef createGenericGuardDef(GenericGuardDef genericguarddef) throws ASGenericDataServiceException Creates a new GenericGuardDef object. Returns the created version.- Throws:
ASGenericDataServiceException
-
createGenericGuardDefs
List<GenericGuardDef> createGenericGuardDefs(List<GenericGuardDef> list) throws ASGenericDataServiceException Creates multiple new GenericGuardDef objects. Returns the created versions.- Throws:
ASGenericDataServiceException
-
updateGenericGuardDef
GenericGuardDef updateGenericGuardDef(GenericGuardDef genericguarddef) throws ASGenericDataServiceException Updates a GenericGuardDef object. Returns the updated version.- Throws:
ASGenericDataServiceException
-
updateGenericGuardDefs
List<GenericGuardDef> updateGenericGuardDefs(List<GenericGuardDef> list) throws ASGenericDataServiceException Updates multiple GenericGuardDef objects. Returns the updated versions.- Throws:
ASGenericDataServiceException
-
getGenericGuardDefsByProperty
List<GenericGuardDef> getGenericGuardDefsByProperty(String propertyName, Object value) throws ASGenericDataServiceException Returns all GenericGuardDef objects, where property with given name equals object.- Throws:
ASGenericDataServiceException
-
getGenericGuardDefsByProperty
List<GenericGuardDef> getGenericGuardDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASGenericDataServiceException Returns all GenericGuardDef objects, where property with given name equals object, sorted.- Throws:
ASGenericDataServiceException
-
executeQueryOnGenericGuardDefs
net.anotheria.anodoc.query2.QueryResult executeQueryOnGenericGuardDefs(net.anotheria.anodoc.query2.DocumentQuery query) throws ASGenericDataServiceException Executes a query.- Throws:
ASGenericDataServiceException
-
getGenericGuardDefsByProperty
List<GenericGuardDef> getGenericGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASGenericDataServiceException Returns all GenericGuardDef objects, where property matches.- Throws:
ASGenericDataServiceException
-
getGenericGuardDefsByProperty
List<GenericGuardDef> getGenericGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASGenericDataServiceException Returns all GenericGuardDef objects, where property matches, sorted.- Throws:
ASGenericDataServiceException
-
getGenericGuardDefsCount
Returns all GenericGuardDefs count.- Throws:
ASGenericDataServiceException
-
getGenericGuardDefs
List<GenericGuardDef> getGenericGuardDefs(net.anotheria.util.slicer.Segment aSegment) throws ASGenericDataServiceException Returns GenericGuardDefs objects segment.- Throws:
ASGenericDataServiceException
-
getGenericGuardDefsByProperty
List<GenericGuardDef> getGenericGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASGenericDataServiceException Returns GenericGuardDef objects segment, where property matches.- Throws:
ASGenericDataServiceException
-
getGenericGuardDefsByProperty
List<GenericGuardDef> getGenericGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASGenericDataServiceException Returns GenericGuardDef objects segment, where property matches, sorted.- Throws:
ASGenericDataServiceException
-
exportGenericGuardDefsToXML
net.anotheria.util.xml.XMLNode exportGenericGuardDefsToXML(List<GenericGuardDef> listGenericGuardDefs) throws ASGenericDataServiceException Creates an xml element with selected contained data.- Throws:
ASGenericDataServiceException
-
fetchGenericGuardDef
void fetchGenericGuardDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASGenericDataServiceException Create json object list dependencies for this GenericGuardDef document.- Throws:
ASGenericDataServiceException
-
executeQueryOnAllObjects
net.anotheria.anodoc.query2.QueryResult executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query) throws ASGenericDataServiceException Executes a query on all data objects (documents, vo) which are part of this module and managed by this service.- Throws:
ASGenericDataServiceException
-
exportToXML
creates an xml element with all contained data.- Throws:
ASGenericDataServiceException
-