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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomBoxHandlerDefcreateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)Creates a new CustomBoxHandlerDef object.java.util.List<CustomBoxHandlerDef>createCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)Creates multiple new CustomBoxHandlerDef objects.CustomBoxTypecreateCustomBoxType(CustomBoxType customboxtype)Creates a new CustomBoxType object.java.util.List<CustomBoxType>createCustomBoxTypes(java.util.List<CustomBoxType> list)Creates multiple new CustomBoxType objects.CustomGuardDefcreateCustomGuardDef(CustomGuardDef customguarddef)Creates a new CustomGuardDef object.java.util.List<CustomGuardDef>createCustomGuardDefs(java.util.List<CustomGuardDef> list)Creates multiple new CustomGuardDef objects.voiddeleteCustomBoxHandlerDef(java.lang.String id)Deletes a CustomBoxHandlerDef object by id.voiddeleteCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)Deletes a CustomBoxHandlerDef object.voiddeleteCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)Deletes multiple CustomBoxHandlerDef object.voiddeleteCustomBoxType(java.lang.String id)Deletes a CustomBoxType object by id.voiddeleteCustomBoxType(CustomBoxType customboxtype)Deletes a CustomBoxType object.voiddeleteCustomBoxTypes(java.util.List<CustomBoxType> list)Deletes multiple CustomBoxType object.voiddeleteCustomGuardDef(java.lang.String id)Deletes a CustomGuardDef object by id.voiddeleteCustomGuardDef(CustomGuardDef customguarddef)Deletes a CustomGuardDef object.voiddeleteCustomGuardDefs(java.util.List<CustomGuardDef> list)Deletes 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(java.util.List<CustomBoxHandlerDef> listCustomBoxHandlerDefs)Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportCustomBoxTypesToXML(java.util.List<CustomBoxType> listCustomBoxTypes)Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportCustomGuardDefsToXML(java.util.List<CustomGuardDef> listCustomGuardDefs)Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportToXML()creates an xml element with all contained data.voidfetchCustomBoxHandlerDef(java.lang.String id, java.util.Set<java.lang.String> addedDocuments, org.codehaus.jettison.json.JSONArray data)Create json object list dependencies for this CustomBoxHandlerDef document.voidfetchCustomBoxType(java.lang.String id, java.util.Set<java.lang.String> addedDocuments, org.codehaus.jettison.json.JSONArray data)Create json object list dependencies for this CustomBoxType document.voidfetchCustomGuardDef(java.lang.String id, java.util.Set<java.lang.String> addedDocuments, org.codehaus.jettison.json.JSONArray data)Create json object list dependencies for this CustomGuardDef document.CustomBoxHandlerDefgetCustomBoxHandlerDef(java.lang.String id)Returns the CustomBoxHandlerDef object with the specified id.java.util.List<CustomBoxHandlerDef>getCustomBoxHandlerDefs()Returns all CustomBoxHandlerDefs objects stored.java.util.List<CustomBoxHandlerDef>getCustomBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment)Returns CustomBoxHandlerDefs objects segment.java.util.List<CustomBoxHandlerDef>getCustomBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType)Returns all CustomBoxHandlerDefs objects sorted by given sortType.java.util.List<CustomBoxHandlerDef>getCustomBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value)Returns all CustomBoxHandlerDef objects, where property with given name equals object.java.util.List<CustomBoxHandlerDef>getCustomBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)Returns all CustomBoxHandlerDef objects, where property with given name equals object, sorted.java.util.List<CustomBoxHandlerDef>getCustomBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all CustomBoxHandlerDef objects, where property matches.java.util.List<CustomBoxHandlerDef>getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns CustomBoxHandlerDef objects segment, where property matches.java.util.List<CustomBoxHandlerDef>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.java.util.List<CustomBoxHandlerDef>getCustomBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all CustomBoxHandlerDef objects, where property matches, sorted.intgetCustomBoxHandlerDefsCount()Returns all CustomBoxHandlerDefs count.CustomBoxTypegetCustomBoxType(java.lang.String id)Returns the CustomBoxType object with the specified id.java.util.List<CustomBoxType>getCustomBoxTypes()Returns all CustomBoxTypes objects stored.java.util.List<CustomBoxType>getCustomBoxTypes(net.anotheria.util.slicer.Segment aSegment)Returns CustomBoxTypes objects segment.java.util.List<CustomBoxType>getCustomBoxTypes(net.anotheria.util.sorter.SortType sortType)Returns all CustomBoxTypes objects sorted by given sortType.java.util.List<CustomBoxType>getCustomBoxTypesByProperty(java.lang.String propertyName, java.lang.Object value)Returns all CustomBoxType objects, where property with given name equals object.java.util.List<CustomBoxType>getCustomBoxTypesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)Returns all CustomBoxType objects, where property with given name equals object, sorted.java.util.List<CustomBoxType>getCustomBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all CustomBoxType objects, where property matches.java.util.List<CustomBoxType>getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns CustomBoxType objects segment, where property matches.java.util.List<CustomBoxType>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.java.util.List<CustomBoxType>getCustomBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all CustomBoxType objects, where property matches, sorted.intgetCustomBoxTypesCount()Returns all CustomBoxTypes count.CustomGuardDefgetCustomGuardDef(java.lang.String id)Returns the CustomGuardDef object with the specified id.java.util.List<CustomGuardDef>getCustomGuardDefs()Returns all CustomGuardDefs objects stored.java.util.List<CustomGuardDef>getCustomGuardDefs(net.anotheria.util.slicer.Segment aSegment)Returns CustomGuardDefs objects segment.java.util.List<CustomGuardDef>getCustomGuardDefs(net.anotheria.util.sorter.SortType sortType)Returns all CustomGuardDefs objects sorted by given sortType.java.util.List<CustomGuardDef>getCustomGuardDefsByProperty(java.lang.String propertyName, java.lang.Object value)Returns all CustomGuardDef objects, where property with given name equals object.java.util.List<CustomGuardDef>getCustomGuardDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)Returns all CustomGuardDef objects, where property with given name equals object, sorted.java.util.List<CustomGuardDef>getCustomGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all CustomGuardDef objects, where property matches.java.util.List<CustomGuardDef>getCustomGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns CustomGuardDef objects segment, where property matches.java.util.List<CustomGuardDef>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.java.util.List<CustomGuardDef>getCustomGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all CustomGuardDef objects, where property matches, sorted.intgetCustomGuardDefsCount()Returns all CustomGuardDefs count.CustomBoxHandlerDefimportCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)Imports a new CustomBoxHandlerDef object.java.util.List<CustomBoxHandlerDef>importCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)Imports multiple new CustomBoxHandlerDef object.CustomBoxTypeimportCustomBoxType(CustomBoxType customboxtype)Imports a new CustomBoxType object.java.util.List<CustomBoxType>importCustomBoxTypes(java.util.List<CustomBoxType> list)Imports multiple new CustomBoxType object.CustomGuardDefimportCustomGuardDef(CustomGuardDef customguarddef)Imports a new CustomGuardDef object.java.util.List<CustomGuardDef>importCustomGuardDefs(java.util.List<CustomGuardDef> list)Imports multiple new CustomGuardDef object.CustomBoxHandlerDefupdateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)Updates a CustomBoxHandlerDef object.java.util.List<CustomBoxHandlerDef>updateCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)Updates multiple CustomBoxHandlerDef objects.CustomBoxTypeupdateCustomBoxType(CustomBoxType customboxtype)Updates a CustomBoxType object.java.util.List<CustomBoxType>updateCustomBoxTypes(java.util.List<CustomBoxType> list)Updates multiple CustomBoxType objects.CustomGuardDefupdateCustomGuardDef(CustomGuardDef customguarddef)Updates a CustomGuardDef object.java.util.List<CustomGuardDef>updateCustomGuardDefs(java.util.List<CustomGuardDef> list)Updates multiple CustomGuardDef objects.
-
-
-
Method Detail
-
getCustomBoxTypes
java.util.List<CustomBoxType> getCustomBoxTypes() throws ASCustomDataServiceException
Returns all CustomBoxTypes objects stored.- Throws:
ASCustomDataServiceException
-
getCustomBoxTypes
java.util.List<CustomBoxType> getCustomBoxTypes(net.anotheria.util.sorter.SortType sortType) throws ASCustomDataServiceException
Returns all CustomBoxTypes objects sorted by given sortType.- Throws:
ASCustomDataServiceException
-
deleteCustomBoxType
void deleteCustomBoxType(java.lang.String id) throws ASCustomDataServiceExceptionDeletes a CustomBoxType object by id.- Throws:
ASCustomDataServiceException
-
deleteCustomBoxType
void deleteCustomBoxType(CustomBoxType customboxtype) throws ASCustomDataServiceException
Deletes a CustomBoxType object.- Throws:
ASCustomDataServiceException
-
deleteCustomBoxTypes
void deleteCustomBoxTypes(java.util.List<CustomBoxType> list) throws ASCustomDataServiceException
Deletes multiple CustomBoxType object.- Throws:
ASCustomDataServiceException
-
getCustomBoxType
CustomBoxType getCustomBoxType(java.lang.String id) throws ASCustomDataServiceException
Returns the CustomBoxType object with the specified id.- Throws:
ASCustomDataServiceException
-
importCustomBoxType
CustomBoxType importCustomBoxType(CustomBoxType customboxtype) throws ASCustomDataServiceException
Imports a new CustomBoxType object. Returns the created version.- Throws:
ASCustomDataServiceException
-
importCustomBoxTypes
java.util.List<CustomBoxType> importCustomBoxTypes(java.util.List<CustomBoxType> list) throws ASCustomDataServiceException
Imports multiple new CustomBoxType object. Returns the created versions.- Throws:
ASCustomDataServiceException
-
createCustomBoxType
CustomBoxType createCustomBoxType(CustomBoxType customboxtype) throws ASCustomDataServiceException
Creates a new CustomBoxType object. Returns the created version.- Throws:
ASCustomDataServiceException
-
createCustomBoxTypes
java.util.List<CustomBoxType> createCustomBoxTypes(java.util.List<CustomBoxType> list) throws ASCustomDataServiceException
Creates multiple new CustomBoxType objects. Returns the created versions.- Throws:
ASCustomDataServiceException
-
updateCustomBoxType
CustomBoxType updateCustomBoxType(CustomBoxType customboxtype) throws ASCustomDataServiceException
Updates a CustomBoxType object. Returns the updated version.- Throws:
ASCustomDataServiceException
-
updateCustomBoxTypes
java.util.List<CustomBoxType> updateCustomBoxTypes(java.util.List<CustomBoxType> list) throws ASCustomDataServiceException
Updates multiple CustomBoxType objects. Returns the updated versions.- Throws:
ASCustomDataServiceException
-
getCustomBoxTypesByProperty
java.util.List<CustomBoxType> getCustomBoxTypesByProperty(java.lang.String propertyName, java.lang.Object value) throws ASCustomDataServiceException
Returns all CustomBoxType objects, where property with given name equals object.- Throws:
ASCustomDataServiceException
-
getCustomBoxTypesByProperty
java.util.List<CustomBoxType> getCustomBoxTypesByProperty(java.lang.String propertyName, java.lang.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 ASCustomDataServiceExceptionExecutes a query.- Throws:
ASCustomDataServiceException
-
getCustomBoxTypesByProperty
java.util.List<CustomBoxType> getCustomBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASCustomDataServiceException
Returns all CustomBoxType objects, where property matches.- Throws:
ASCustomDataServiceException
-
getCustomBoxTypesByProperty
java.util.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
int getCustomBoxTypesCount() throws ASCustomDataServiceExceptionReturns all CustomBoxTypes count.- Throws:
ASCustomDataServiceException
-
getCustomBoxTypes
java.util.List<CustomBoxType> getCustomBoxTypes(net.anotheria.util.slicer.Segment aSegment) throws ASCustomDataServiceException
Returns CustomBoxTypes objects segment.- Throws:
ASCustomDataServiceException
-
getCustomBoxTypesByProperty
java.util.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
java.util.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(java.util.List<CustomBoxType> listCustomBoxTypes) throws ASCustomDataServiceException
Creates an xml element with selected contained data.- Throws:
ASCustomDataServiceException
-
fetchCustomBoxType
void fetchCustomBoxType(java.lang.String id, java.util.Set<java.lang.String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASCustomDataServiceExceptionCreate json object list dependencies for this CustomBoxType document.- Throws:
ASCustomDataServiceException
-
getCustomBoxHandlerDefs
java.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefs() throws ASCustomDataServiceException
Returns all CustomBoxHandlerDefs objects stored.- Throws:
ASCustomDataServiceException
-
getCustomBoxHandlerDefs
java.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType) throws ASCustomDataServiceException
Returns all CustomBoxHandlerDefs objects sorted by given sortType.- Throws:
ASCustomDataServiceException
-
deleteCustomBoxHandlerDef
void deleteCustomBoxHandlerDef(java.lang.String id) throws ASCustomDataServiceExceptionDeletes a CustomBoxHandlerDef object by id.- Throws:
ASCustomDataServiceException
-
deleteCustomBoxHandlerDef
void deleteCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) throws ASCustomDataServiceException
Deletes a CustomBoxHandlerDef object.- Throws:
ASCustomDataServiceException
-
deleteCustomBoxHandlerDefs
void deleteCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list) throws ASCustomDataServiceException
Deletes multiple CustomBoxHandlerDef object.- Throws:
ASCustomDataServiceException
-
getCustomBoxHandlerDef
CustomBoxHandlerDef getCustomBoxHandlerDef(java.lang.String id) throws ASCustomDataServiceException
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
java.util.List<CustomBoxHandlerDef> importCustomBoxHandlerDefs(java.util.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
java.util.List<CustomBoxHandlerDef> createCustomBoxHandlerDefs(java.util.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
java.util.List<CustomBoxHandlerDef> updateCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list) throws ASCustomDataServiceException
Updates multiple CustomBoxHandlerDef objects. Returns the updated versions.- Throws:
ASCustomDataServiceException
-
getCustomBoxHandlerDefsByProperty
java.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value) throws ASCustomDataServiceException
Returns all CustomBoxHandlerDef objects, where property with given name equals object.- Throws:
ASCustomDataServiceException
-
getCustomBoxHandlerDefsByProperty
java.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.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 ASCustomDataServiceExceptionExecutes a query.- Throws:
ASCustomDataServiceException
-
getCustomBoxHandlerDefsByProperty
java.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASCustomDataServiceException
Returns all CustomBoxHandlerDef objects, where property matches.- Throws:
ASCustomDataServiceException
-
getCustomBoxHandlerDefsByProperty
java.util.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
int getCustomBoxHandlerDefsCount() throws ASCustomDataServiceExceptionReturns all CustomBoxHandlerDefs count.- Throws:
ASCustomDataServiceException
-
getCustomBoxHandlerDefs
java.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment) throws ASCustomDataServiceException
Returns CustomBoxHandlerDefs objects segment.- Throws:
ASCustomDataServiceException
-
getCustomBoxHandlerDefsByProperty
java.util.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
java.util.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(java.util.List<CustomBoxHandlerDef> listCustomBoxHandlerDefs) throws ASCustomDataServiceException
Creates an xml element with selected contained data.- Throws:
ASCustomDataServiceException
-
fetchCustomBoxHandlerDef
void fetchCustomBoxHandlerDef(java.lang.String id, java.util.Set<java.lang.String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASCustomDataServiceExceptionCreate json object list dependencies for this CustomBoxHandlerDef document.- Throws:
ASCustomDataServiceException
-
getCustomGuardDefs
java.util.List<CustomGuardDef> getCustomGuardDefs() throws ASCustomDataServiceException
Returns all CustomGuardDefs objects stored.- Throws:
ASCustomDataServiceException
-
getCustomGuardDefs
java.util.List<CustomGuardDef> getCustomGuardDefs(net.anotheria.util.sorter.SortType sortType) throws ASCustomDataServiceException
Returns all CustomGuardDefs objects sorted by given sortType.- Throws:
ASCustomDataServiceException
-
deleteCustomGuardDef
void deleteCustomGuardDef(java.lang.String id) throws ASCustomDataServiceExceptionDeletes a CustomGuardDef object by id.- Throws:
ASCustomDataServiceException
-
deleteCustomGuardDef
void deleteCustomGuardDef(CustomGuardDef customguarddef) throws ASCustomDataServiceException
Deletes a CustomGuardDef object.- Throws:
ASCustomDataServiceException
-
deleteCustomGuardDefs
void deleteCustomGuardDefs(java.util.List<CustomGuardDef> list) throws ASCustomDataServiceException
Deletes multiple CustomGuardDef object.- Throws:
ASCustomDataServiceException
-
getCustomGuardDef
CustomGuardDef getCustomGuardDef(java.lang.String id) throws ASCustomDataServiceException
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
java.util.List<CustomGuardDef> importCustomGuardDefs(java.util.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
java.util.List<CustomGuardDef> createCustomGuardDefs(java.util.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
java.util.List<CustomGuardDef> updateCustomGuardDefs(java.util.List<CustomGuardDef> list) throws ASCustomDataServiceException
Updates multiple CustomGuardDef objects. Returns the updated versions.- Throws:
ASCustomDataServiceException
-
getCustomGuardDefsByProperty
java.util.List<CustomGuardDef> getCustomGuardDefsByProperty(java.lang.String propertyName, java.lang.Object value) throws ASCustomDataServiceException
Returns all CustomGuardDef objects, where property with given name equals object.- Throws:
ASCustomDataServiceException
-
getCustomGuardDefsByProperty
java.util.List<CustomGuardDef> getCustomGuardDefsByProperty(java.lang.String propertyName, java.lang.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 ASCustomDataServiceExceptionExecutes a query.- Throws:
ASCustomDataServiceException
-
getCustomGuardDefsByProperty
java.util.List<CustomGuardDef> getCustomGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASCustomDataServiceException
Returns all CustomGuardDef objects, where property matches.- Throws:
ASCustomDataServiceException
-
getCustomGuardDefsByProperty
java.util.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
int getCustomGuardDefsCount() throws ASCustomDataServiceExceptionReturns all CustomGuardDefs count.- Throws:
ASCustomDataServiceException
-
getCustomGuardDefs
java.util.List<CustomGuardDef> getCustomGuardDefs(net.anotheria.util.slicer.Segment aSegment) throws ASCustomDataServiceException
Returns CustomGuardDefs objects segment.- Throws:
ASCustomDataServiceException
-
getCustomGuardDefsByProperty
java.util.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
java.util.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(java.util.List<CustomGuardDef> listCustomGuardDefs) throws ASCustomDataServiceException
Creates an xml element with selected contained data.- Throws:
ASCustomDataServiceException
-
fetchCustomGuardDef
void fetchCustomGuardDef(java.lang.String id, java.util.Set<java.lang.String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASCustomDataServiceExceptionCreate json object list dependencies for this CustomGuardDef document.- Throws:
ASCustomDataServiceException
-
executeParsingForDocument
void executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) throws ASCustomDataServiceException
Save transferred document by its own type.- Throws:
ASCustomDataServiceException
-
executeQueryOnAllObjects
net.anotheria.anodoc.query2.QueryResult executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query) throws ASCustomDataServiceExceptionExecutes a query on all data objects (documents, vo) which are part of this module and managed by this service.- Throws:
ASCustomDataServiceException
-
exportToXML
net.anotheria.util.xml.XMLNode exportToXML() throws ASCustomDataServiceExceptioncreates an xml element with all contained data.- Throws:
ASCustomDataServiceException
-
-