Interface IASCustomDataService
- All Superinterfaces:
net.anotheria.asg.service.ASGService,net.anotheria.anoprise.metafactory.Service
- All Known Implementing Classes:
ASCustomDataServiceImpl
public interface IASCustomDataService
extends net.anotheria.asg.service.ASGService
-
Method Summary
Modifier and TypeMethodDescriptioncreateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) Creates a new CustomBoxHandlerDef object.Creates multiple new CustomBoxHandlerDef objects.createCustomBoxType(CustomBoxType customboxtype) Creates a new CustomBoxType object.Creates multiple new CustomBoxType objects.createCustomGuardDef(CustomGuardDef customguarddef) Creates a new CustomGuardDef object.Creates multiple new CustomGuardDef objects.voidDeletes a CustomBoxHandlerDef object by id.voiddeleteCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) Deletes a CustomBoxHandlerDef object.voidDeletes multiple CustomBoxHandlerDef object.voidDeletes a CustomBoxType object by id.voiddeleteCustomBoxType(CustomBoxType customboxtype) Deletes a CustomBoxType object.voidDeletes multiple CustomBoxType object.voidDeletes a CustomGuardDef object by id.voiddeleteCustomGuardDef(CustomGuardDef customguarddef) Deletes a CustomGuardDef object.voidDeletes multiple CustomGuardDef 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.QueryResultexecuteQueryOnCustomBoxHandlerDefs(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultexecuteQueryOnCustomBoxTypes(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultexecuteQueryOnCustomGuardDefs(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.util.xml.XMLNodeexportCustomBoxHandlerDefsToXML(List<CustomBoxHandlerDef> listCustomBoxHandlerDefs) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportCustomBoxTypesToXML(List<CustomBoxType> listCustomBoxTypes) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportCustomGuardDefsToXML(List<CustomGuardDef> listCustomGuardDefs) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodecreates an xml element with all contained data.voidfetchCustomBoxHandlerDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this CustomBoxHandlerDef document.voidfetchCustomBoxType(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this CustomBoxType document.voidfetchCustomGuardDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this CustomGuardDef document.Returns the CustomBoxHandlerDef object with the specified id.Returns all CustomBoxHandlerDefs objects stored.getCustomBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment) Returns CustomBoxHandlerDefs objects segment.getCustomBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType) Returns all CustomBoxHandlerDefs objects sorted by given sortType.getCustomBoxHandlerDefsByProperty(String propertyName, Object value) Returns all CustomBoxHandlerDef objects, where property with given name equals object.getCustomBoxHandlerDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all CustomBoxHandlerDef objects, where property with given name equals object, sorted.getCustomBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomBoxHandlerDef objects, where property matches.getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns CustomBoxHandlerDef objects segment, where property matches.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.getCustomBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomBoxHandlerDef objects, where property matches, sorted.intReturns all CustomBoxHandlerDefs count.Returns the CustomBoxType object with the specified id.Returns all CustomBoxTypes objects stored.getCustomBoxTypes(net.anotheria.util.slicer.Segment aSegment) Returns CustomBoxTypes objects segment.getCustomBoxTypes(net.anotheria.util.sorter.SortType sortType) Returns all CustomBoxTypes objects sorted by given sortType.getCustomBoxTypesByProperty(String propertyName, Object value) Returns all CustomBoxType objects, where property with given name equals object.getCustomBoxTypesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all CustomBoxType objects, where property with given name equals object, sorted.getCustomBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomBoxType objects, where property matches.getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns CustomBoxType objects segment, where property matches.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.getCustomBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomBoxType objects, where property matches, sorted.intReturns all CustomBoxTypes count.Returns the CustomGuardDef object with the specified id.Returns all CustomGuardDefs objects stored.getCustomGuardDefs(net.anotheria.util.slicer.Segment aSegment) Returns CustomGuardDefs objects segment.getCustomGuardDefs(net.anotheria.util.sorter.SortType sortType) Returns all CustomGuardDefs objects sorted by given sortType.getCustomGuardDefsByProperty(String propertyName, Object value) Returns all CustomGuardDef objects, where property with given name equals object.getCustomGuardDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all CustomGuardDef objects, where property with given name equals object, sorted.getCustomGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomGuardDef objects, where property matches.getCustomGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns CustomGuardDef objects segment, where property matches.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.getCustomGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomGuardDef objects, where property matches, sorted.intReturns all CustomGuardDefs count.importCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) Imports a new CustomBoxHandlerDef object.Imports multiple new CustomBoxHandlerDef object.importCustomBoxType(CustomBoxType customboxtype) Imports a new CustomBoxType object.Imports multiple new CustomBoxType object.importCustomGuardDef(CustomGuardDef customguarddef) Imports a new CustomGuardDef object.Imports multiple new CustomGuardDef object.updateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) Updates a CustomBoxHandlerDef object.Updates multiple CustomBoxHandlerDef objects.updateCustomBoxType(CustomBoxType customboxtype) Updates a CustomBoxType object.Updates multiple CustomBoxType objects.updateCustomGuardDef(CustomGuardDef customguarddef) Updates a CustomGuardDef object.Updates multiple CustomGuardDef objects.Methods inherited from interface net.anotheria.asg.service.ASGService
addServiceListener, hasServiceListeners, removeServiceListener
-
Method Details
-
getCustomBoxTypes
Returns all CustomBoxTypes objects stored.- Throws:
ASCustomDataServiceException
-
getCustomBoxTypes
List<CustomBoxType> getCustomBoxTypes(net.anotheria.util.sorter.SortType sortType) throws ASCustomDataServiceException Returns all CustomBoxTypes objects sorted by given sortType.- Throws:
ASCustomDataServiceException
-
deleteCustomBoxType
Deletes a CustomBoxType object by id.- Throws:
ASCustomDataServiceException
-
deleteCustomBoxType
Deletes a CustomBoxType object.- Throws:
ASCustomDataServiceException
-
deleteCustomBoxTypes
Deletes multiple CustomBoxType object.- Throws:
ASCustomDataServiceException
-
getCustomBoxType
Returns the CustomBoxType object with the specified id.- Throws:
ASCustomDataServiceException
-
importCustomBoxType
Imports a new CustomBoxType object. Returns the created version.- Throws:
ASCustomDataServiceException
-
importCustomBoxTypes
List<CustomBoxType> importCustomBoxTypes(List<CustomBoxType> list) throws ASCustomDataServiceException Imports multiple new CustomBoxType object. Returns the created versions.- Throws:
ASCustomDataServiceException
-
createCustomBoxType
Creates a new CustomBoxType object. Returns the created version.- Throws:
ASCustomDataServiceException
-
createCustomBoxTypes
List<CustomBoxType> createCustomBoxTypes(List<CustomBoxType> list) throws ASCustomDataServiceException Creates multiple new CustomBoxType objects. Returns the created versions.- Throws:
ASCustomDataServiceException
-
updateCustomBoxType
Updates a CustomBoxType object. Returns the updated version.- Throws:
ASCustomDataServiceException
-
updateCustomBoxTypes
List<CustomBoxType> updateCustomBoxTypes(List<CustomBoxType> list) throws ASCustomDataServiceException Updates multiple CustomBoxType objects. Returns the updated versions.- Throws:
ASCustomDataServiceException
-
getCustomBoxTypesByProperty
List<CustomBoxType> getCustomBoxTypesByProperty(String propertyName, Object value) throws ASCustomDataServiceException Returns all CustomBoxType objects, where property with given name equals object.- Throws:
ASCustomDataServiceException
-
getCustomBoxTypesByProperty
List<CustomBoxType> getCustomBoxTypesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASCustomDataServiceException Returns all CustomBoxType objects, where property with given name equals object, sorted.- Throws:
ASCustomDataServiceException
-
executeQueryOnCustomBoxTypes
net.anotheria.anodoc.query2.QueryResult executeQueryOnCustomBoxTypes(net.anotheria.anodoc.query2.DocumentQuery query) throws ASCustomDataServiceException Executes a query.- Throws:
ASCustomDataServiceException
-
getCustomBoxTypesByProperty
List<CustomBoxType> getCustomBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASCustomDataServiceException Returns all CustomBoxType objects, where property matches.- Throws:
ASCustomDataServiceException
-
getCustomBoxTypesByProperty
List<CustomBoxType> getCustomBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASCustomDataServiceException Returns all CustomBoxType objects, where property matches, sorted.- Throws:
ASCustomDataServiceException
-
getCustomBoxTypesCount
Returns all CustomBoxTypes count.- Throws:
ASCustomDataServiceException
-
getCustomBoxTypes
List<CustomBoxType> getCustomBoxTypes(net.anotheria.util.slicer.Segment aSegment) throws ASCustomDataServiceException Returns CustomBoxTypes objects segment.- Throws:
ASCustomDataServiceException
-
getCustomBoxTypesByProperty
List<CustomBoxType> getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASCustomDataServiceException Returns CustomBoxType objects segment, where property matches.- Throws:
ASCustomDataServiceException
-
getCustomBoxTypesByProperty
List<CustomBoxType> getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASCustomDataServiceException Returns CustomBoxType objects segment, where property matches, sorted.- Throws:
ASCustomDataServiceException
-
exportCustomBoxTypesToXML
net.anotheria.util.xml.XMLNode exportCustomBoxTypesToXML(List<CustomBoxType> listCustomBoxTypes) throws ASCustomDataServiceException Creates an xml element with selected contained data.- Throws:
ASCustomDataServiceException
-
fetchCustomBoxType
void fetchCustomBoxType(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASCustomDataServiceException Create json object list dependencies for this CustomBoxType document.- Throws:
ASCustomDataServiceException
-
getCustomBoxHandlerDefs
Returns all CustomBoxHandlerDefs objects stored.- Throws:
ASCustomDataServiceException
-
getCustomBoxHandlerDefs
List<CustomBoxHandlerDef> getCustomBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType) throws ASCustomDataServiceException Returns all CustomBoxHandlerDefs objects sorted by given sortType.- Throws:
ASCustomDataServiceException
-
deleteCustomBoxHandlerDef
Deletes a CustomBoxHandlerDef object by id.- Throws:
ASCustomDataServiceException
-
deleteCustomBoxHandlerDef
void deleteCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) throws ASCustomDataServiceException Deletes a CustomBoxHandlerDef object.- Throws:
ASCustomDataServiceException
-
deleteCustomBoxHandlerDefs
Deletes multiple CustomBoxHandlerDef object.- Throws:
ASCustomDataServiceException
-
getCustomBoxHandlerDef
Returns the CustomBoxHandlerDef object with the specified id.- Throws:
ASCustomDataServiceException
-
importCustomBoxHandlerDef
CustomBoxHandlerDef importCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) throws ASCustomDataServiceException Imports a new CustomBoxHandlerDef object. Returns the created version.- Throws:
ASCustomDataServiceException
-
importCustomBoxHandlerDefs
List<CustomBoxHandlerDef> importCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) throws ASCustomDataServiceException Imports multiple new CustomBoxHandlerDef object. Returns the created versions.- Throws:
ASCustomDataServiceException
-
createCustomBoxHandlerDef
CustomBoxHandlerDef createCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) throws ASCustomDataServiceException Creates a new CustomBoxHandlerDef object. Returns the created version.- Throws:
ASCustomDataServiceException
-
createCustomBoxHandlerDefs
List<CustomBoxHandlerDef> createCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) throws ASCustomDataServiceException Creates multiple new CustomBoxHandlerDef objects. Returns the created versions.- Throws:
ASCustomDataServiceException
-
updateCustomBoxHandlerDef
CustomBoxHandlerDef updateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) throws ASCustomDataServiceException Updates a CustomBoxHandlerDef object. Returns the updated version.- Throws:
ASCustomDataServiceException
-
updateCustomBoxHandlerDefs
List<CustomBoxHandlerDef> updateCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) throws ASCustomDataServiceException Updates multiple CustomBoxHandlerDef objects. Returns the updated versions.- Throws:
ASCustomDataServiceException
-
getCustomBoxHandlerDefsByProperty
List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(String propertyName, Object value) throws ASCustomDataServiceException Returns all CustomBoxHandlerDef objects, where property with given name equals object.- Throws:
ASCustomDataServiceException
-
getCustomBoxHandlerDefsByProperty
List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASCustomDataServiceException Returns all CustomBoxHandlerDef objects, where property with given name equals object, sorted.- Throws:
ASCustomDataServiceException
-
executeQueryOnCustomBoxHandlerDefs
net.anotheria.anodoc.query2.QueryResult executeQueryOnCustomBoxHandlerDefs(net.anotheria.anodoc.query2.DocumentQuery query) throws ASCustomDataServiceException Executes a query.- Throws:
ASCustomDataServiceException
-
getCustomBoxHandlerDefsByProperty
List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASCustomDataServiceException Returns all CustomBoxHandlerDef objects, where property matches.- Throws:
ASCustomDataServiceException
-
getCustomBoxHandlerDefsByProperty
List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASCustomDataServiceException Returns all CustomBoxHandlerDef objects, where property matches, sorted.- Throws:
ASCustomDataServiceException
-
getCustomBoxHandlerDefsCount
Returns all CustomBoxHandlerDefs count.- Throws:
ASCustomDataServiceException
-
getCustomBoxHandlerDefs
List<CustomBoxHandlerDef> getCustomBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment) throws ASCustomDataServiceException Returns CustomBoxHandlerDefs objects segment.- Throws:
ASCustomDataServiceException
-
getCustomBoxHandlerDefsByProperty
List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASCustomDataServiceException Returns CustomBoxHandlerDef objects segment, where property matches.- Throws:
ASCustomDataServiceException
-
getCustomBoxHandlerDefsByProperty
List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASCustomDataServiceException Returns CustomBoxHandlerDef objects segment, where property matches, sorted.- Throws:
ASCustomDataServiceException
-
exportCustomBoxHandlerDefsToXML
net.anotheria.util.xml.XMLNode exportCustomBoxHandlerDefsToXML(List<CustomBoxHandlerDef> listCustomBoxHandlerDefs) throws ASCustomDataServiceException Creates an xml element with selected contained data.- Throws:
ASCustomDataServiceException
-
fetchCustomBoxHandlerDef
void fetchCustomBoxHandlerDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASCustomDataServiceException Create json object list dependencies for this CustomBoxHandlerDef document.- Throws:
ASCustomDataServiceException
-
getCustomGuardDefs
Returns all CustomGuardDefs objects stored.- Throws:
ASCustomDataServiceException
-
getCustomGuardDefs
List<CustomGuardDef> getCustomGuardDefs(net.anotheria.util.sorter.SortType sortType) throws ASCustomDataServiceException Returns all CustomGuardDefs objects sorted by given sortType.- Throws:
ASCustomDataServiceException
-
deleteCustomGuardDef
Deletes a CustomGuardDef object by id.- Throws:
ASCustomDataServiceException
-
deleteCustomGuardDef
Deletes a CustomGuardDef object.- Throws:
ASCustomDataServiceException
-
deleteCustomGuardDefs
Deletes multiple CustomGuardDef object.- Throws:
ASCustomDataServiceException
-
getCustomGuardDef
Returns the CustomGuardDef object with the specified id.- Throws:
ASCustomDataServiceException
-
importCustomGuardDef
CustomGuardDef importCustomGuardDef(CustomGuardDef customguarddef) throws ASCustomDataServiceException Imports a new CustomGuardDef object. Returns the created version.- Throws:
ASCustomDataServiceException
-
importCustomGuardDefs
List<CustomGuardDef> importCustomGuardDefs(List<CustomGuardDef> list) throws ASCustomDataServiceException Imports multiple new CustomGuardDef object. Returns the created versions.- Throws:
ASCustomDataServiceException
-
createCustomGuardDef
CustomGuardDef createCustomGuardDef(CustomGuardDef customguarddef) throws ASCustomDataServiceException Creates a new CustomGuardDef object. Returns the created version.- Throws:
ASCustomDataServiceException
-
createCustomGuardDefs
List<CustomGuardDef> createCustomGuardDefs(List<CustomGuardDef> list) throws ASCustomDataServiceException Creates multiple new CustomGuardDef objects. Returns the created versions.- Throws:
ASCustomDataServiceException
-
updateCustomGuardDef
CustomGuardDef updateCustomGuardDef(CustomGuardDef customguarddef) throws ASCustomDataServiceException Updates a CustomGuardDef object. Returns the updated version.- Throws:
ASCustomDataServiceException
-
updateCustomGuardDefs
List<CustomGuardDef> updateCustomGuardDefs(List<CustomGuardDef> list) throws ASCustomDataServiceException Updates multiple CustomGuardDef objects. Returns the updated versions.- Throws:
ASCustomDataServiceException
-
getCustomGuardDefsByProperty
List<CustomGuardDef> getCustomGuardDefsByProperty(String propertyName, Object value) throws ASCustomDataServiceException Returns all CustomGuardDef objects, where property with given name equals object.- Throws:
ASCustomDataServiceException
-
getCustomGuardDefsByProperty
List<CustomGuardDef> getCustomGuardDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASCustomDataServiceException Returns all CustomGuardDef objects, where property with given name equals object, sorted.- Throws:
ASCustomDataServiceException
-
executeQueryOnCustomGuardDefs
net.anotheria.anodoc.query2.QueryResult executeQueryOnCustomGuardDefs(net.anotheria.anodoc.query2.DocumentQuery query) throws ASCustomDataServiceException Executes a query.- Throws:
ASCustomDataServiceException
-
getCustomGuardDefsByProperty
List<CustomGuardDef> getCustomGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASCustomDataServiceException Returns all CustomGuardDef objects, where property matches.- Throws:
ASCustomDataServiceException
-
getCustomGuardDefsByProperty
List<CustomGuardDef> getCustomGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASCustomDataServiceException Returns all CustomGuardDef objects, where property matches, sorted.- Throws:
ASCustomDataServiceException
-
getCustomGuardDefsCount
Returns all CustomGuardDefs count.- Throws:
ASCustomDataServiceException
-
getCustomGuardDefs
List<CustomGuardDef> getCustomGuardDefs(net.anotheria.util.slicer.Segment aSegment) throws ASCustomDataServiceException Returns CustomGuardDefs objects segment.- Throws:
ASCustomDataServiceException
-
getCustomGuardDefsByProperty
List<CustomGuardDef> getCustomGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASCustomDataServiceException Returns CustomGuardDef objects segment, where property matches.- Throws:
ASCustomDataServiceException
-
getCustomGuardDefsByProperty
List<CustomGuardDef> getCustomGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASCustomDataServiceException Returns CustomGuardDef objects segment, where property matches, sorted.- Throws:
ASCustomDataServiceException
-
exportCustomGuardDefsToXML
net.anotheria.util.xml.XMLNode exportCustomGuardDefsToXML(List<CustomGuardDef> listCustomGuardDefs) throws ASCustomDataServiceException Creates an xml element with selected contained data.- Throws:
ASCustomDataServiceException
-
fetchCustomGuardDef
void fetchCustomGuardDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASCustomDataServiceException Create json object list dependencies for this CustomGuardDef document.- Throws:
ASCustomDataServiceException
-
executeQueryOnAllObjects
net.anotheria.anodoc.query2.QueryResult executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query) throws ASCustomDataServiceException Executes a query on all data objects (documents, vo) which are part of this module and managed by this service.- Throws:
ASCustomDataServiceException
-
exportToXML
creates an xml element with all contained data.- Throws:
ASCustomDataServiceException
-