public interface IASCustomDataService
extends net.anotheria.asg.service.ASGService
| Modifier and Type | Method and Description |
|---|---|
CustomBoxHandlerDef |
createCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)
Creates a new CustomBoxHandlerDef object.
|
java.util.List<CustomBoxHandlerDef> |
createCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)
Creates multiple new CustomBoxHandlerDef objects.
|
CustomBoxType |
createCustomBoxType(CustomBoxType customboxtype)
Creates a new CustomBoxType object.
|
java.util.List<CustomBoxType> |
createCustomBoxTypes(java.util.List<CustomBoxType> list)
Creates multiple new CustomBoxType objects.
|
CustomGuardDef |
createCustomGuardDef(CustomGuardDef customguarddef)
Creates a new CustomGuardDef object.
|
java.util.List<CustomGuardDef> |
createCustomGuardDefs(java.util.List<CustomGuardDef> list)
Creates multiple new CustomGuardDef objects.
|
void |
deleteCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)
Deletes a CustomBoxHandlerDef object.
|
void |
deleteCustomBoxHandlerDef(java.lang.String id)
Deletes a CustomBoxHandlerDef object by id.
|
void |
deleteCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)
Deletes multiple CustomBoxHandlerDef object.
|
void |
deleteCustomBoxType(CustomBoxType customboxtype)
Deletes a CustomBoxType object.
|
void |
deleteCustomBoxType(java.lang.String id)
Deletes a CustomBoxType object by id.
|
void |
deleteCustomBoxTypes(java.util.List<CustomBoxType> list)
Deletes multiple CustomBoxType object.
|
void |
deleteCustomGuardDef(CustomGuardDef customguarddef)
Deletes a CustomGuardDef object.
|
void |
deleteCustomGuardDef(java.lang.String id)
Deletes a CustomGuardDef object by id.
|
void |
deleteCustomGuardDefs(java.util.List<CustomGuardDef> list)
Deletes multiple CustomGuardDef 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 |
executeQueryOnCustomBoxHandlerDefs(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query.
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnCustomBoxTypes(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query.
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnCustomGuardDefs(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query.
|
net.anotheria.util.xml.XMLNode |
exportCustomBoxHandlerDefsToXML(java.util.List<CustomBoxHandlerDef> listCustomBoxHandlerDefs)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportCustomBoxTypesToXML(java.util.List<CustomBoxType> listCustomBoxTypes)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportCustomGuardDefsToXML(java.util.List<CustomGuardDef> listCustomGuardDefs)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportToXML()
creates an xml element with all contained data.
|
void |
fetchCustomBoxHandlerDef(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.
|
void |
fetchCustomBoxType(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.
|
void |
fetchCustomGuardDef(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.
|
CustomBoxHandlerDef |
getCustomBoxHandlerDef(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(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.
|
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.
|
int |
getCustomBoxHandlerDefsCount()
Returns all CustomBoxHandlerDefs count.
|
CustomBoxType |
getCustomBoxType(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(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.
|
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.
|
int |
getCustomBoxTypesCount()
Returns all CustomBoxTypes count.
|
CustomGuardDef |
getCustomGuardDef(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(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.
|
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.
|
int |
getCustomGuardDefsCount()
Returns all CustomGuardDefs count.
|
CustomBoxHandlerDef |
importCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)
Imports a new CustomBoxHandlerDef object.
|
java.util.List<CustomBoxHandlerDef> |
importCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)
Imports multiple new CustomBoxHandlerDef object.
|
CustomBoxType |
importCustomBoxType(CustomBoxType customboxtype)
Imports a new CustomBoxType object.
|
java.util.List<CustomBoxType> |
importCustomBoxTypes(java.util.List<CustomBoxType> list)
Imports multiple new CustomBoxType object.
|
CustomGuardDef |
importCustomGuardDef(CustomGuardDef customguarddef)
Imports a new CustomGuardDef object.
|
java.util.List<CustomGuardDef> |
importCustomGuardDefs(java.util.List<CustomGuardDef> list)
Imports multiple new CustomGuardDef object.
|
CustomBoxHandlerDef |
updateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)
Updates a CustomBoxHandlerDef object.
|
java.util.List<CustomBoxHandlerDef> |
updateCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)
Updates multiple CustomBoxHandlerDef objects.
|
CustomBoxType |
updateCustomBoxType(CustomBoxType customboxtype)
Updates a CustomBoxType object.
|
java.util.List<CustomBoxType> |
updateCustomBoxTypes(java.util.List<CustomBoxType> list)
Updates multiple CustomBoxType objects.
|
CustomGuardDef |
updateCustomGuardDef(CustomGuardDef customguarddef)
Updates a CustomGuardDef object.
|
java.util.List<CustomGuardDef> |
updateCustomGuardDefs(java.util.List<CustomGuardDef> list)
Updates multiple CustomGuardDef objects.
|
java.util.List<CustomBoxType> getCustomBoxTypes() throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomBoxType> getCustomBoxTypes(net.anotheria.util.sorter.SortType sortType) throws ASCustomDataServiceException
ASCustomDataServiceExceptionvoid deleteCustomBoxType(java.lang.String id)
throws ASCustomDataServiceException
ASCustomDataServiceExceptionvoid deleteCustomBoxType(CustomBoxType customboxtype) throws ASCustomDataServiceException
ASCustomDataServiceExceptionvoid deleteCustomBoxTypes(java.util.List<CustomBoxType> list) throws ASCustomDataServiceException
ASCustomDataServiceExceptionCustomBoxType getCustomBoxType(java.lang.String id) throws ASCustomDataServiceException
ASCustomDataServiceExceptionCustomBoxType importCustomBoxType(CustomBoxType customboxtype) throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomBoxType> importCustomBoxTypes(java.util.List<CustomBoxType> list) throws ASCustomDataServiceException
ASCustomDataServiceExceptionCustomBoxType createCustomBoxType(CustomBoxType customboxtype) throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomBoxType> createCustomBoxTypes(java.util.List<CustomBoxType> list) throws ASCustomDataServiceException
ASCustomDataServiceExceptionCustomBoxType updateCustomBoxType(CustomBoxType customboxtype) throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomBoxType> updateCustomBoxTypes(java.util.List<CustomBoxType> list) throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomBoxType> getCustomBoxTypesByProperty(java.lang.String propertyName, java.lang.Object value) throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomBoxType> getCustomBoxTypesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws ASCustomDataServiceException
ASCustomDataServiceExceptionnet.anotheria.anodoc.query2.QueryResult executeQueryOnCustomBoxTypes(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomBoxType> getCustomBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomBoxType> getCustomBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASCustomDataServiceException
ASCustomDataServiceExceptionint getCustomBoxTypesCount()
throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomBoxType> getCustomBoxTypes(net.anotheria.util.slicer.Segment aSegment) throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomBoxType> getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomBoxType> getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASCustomDataServiceException
ASCustomDataServiceExceptionnet.anotheria.util.xml.XMLNode exportCustomBoxTypesToXML(java.util.List<CustomBoxType> listCustomBoxTypes) throws ASCustomDataServiceException
ASCustomDataServiceExceptionvoid fetchCustomBoxType(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefs() throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType) throws ASCustomDataServiceException
ASCustomDataServiceExceptionvoid deleteCustomBoxHandlerDef(java.lang.String id)
throws ASCustomDataServiceException
ASCustomDataServiceExceptionvoid deleteCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) throws ASCustomDataServiceException
ASCustomDataServiceExceptionvoid deleteCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list) throws ASCustomDataServiceException
ASCustomDataServiceExceptionCustomBoxHandlerDef getCustomBoxHandlerDef(java.lang.String id) throws ASCustomDataServiceException
ASCustomDataServiceExceptionCustomBoxHandlerDef importCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomBoxHandlerDef> importCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list) throws ASCustomDataServiceException
ASCustomDataServiceExceptionCustomBoxHandlerDef createCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomBoxHandlerDef> createCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list) throws ASCustomDataServiceException
ASCustomDataServiceExceptionCustomBoxHandlerDef updateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomBoxHandlerDef> updateCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list) throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value) throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws ASCustomDataServiceException
ASCustomDataServiceExceptionnet.anotheria.anodoc.query2.QueryResult executeQueryOnCustomBoxHandlerDefs(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASCustomDataServiceException
ASCustomDataServiceExceptionint getCustomBoxHandlerDefsCount()
throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment) throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASCustomDataServiceException
ASCustomDataServiceExceptionnet.anotheria.util.xml.XMLNode exportCustomBoxHandlerDefsToXML(java.util.List<CustomBoxHandlerDef> listCustomBoxHandlerDefs) throws ASCustomDataServiceException
ASCustomDataServiceExceptionvoid fetchCustomBoxHandlerDef(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomGuardDef> getCustomGuardDefs() throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomGuardDef> getCustomGuardDefs(net.anotheria.util.sorter.SortType sortType) throws ASCustomDataServiceException
ASCustomDataServiceExceptionvoid deleteCustomGuardDef(java.lang.String id)
throws ASCustomDataServiceException
ASCustomDataServiceExceptionvoid deleteCustomGuardDef(CustomGuardDef customguarddef) throws ASCustomDataServiceException
ASCustomDataServiceExceptionvoid deleteCustomGuardDefs(java.util.List<CustomGuardDef> list) throws ASCustomDataServiceException
ASCustomDataServiceExceptionCustomGuardDef getCustomGuardDef(java.lang.String id) throws ASCustomDataServiceException
ASCustomDataServiceExceptionCustomGuardDef importCustomGuardDef(CustomGuardDef customguarddef) throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomGuardDef> importCustomGuardDefs(java.util.List<CustomGuardDef> list) throws ASCustomDataServiceException
ASCustomDataServiceExceptionCustomGuardDef createCustomGuardDef(CustomGuardDef customguarddef) throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomGuardDef> createCustomGuardDefs(java.util.List<CustomGuardDef> list) throws ASCustomDataServiceException
ASCustomDataServiceExceptionCustomGuardDef updateCustomGuardDef(CustomGuardDef customguarddef) throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomGuardDef> updateCustomGuardDefs(java.util.List<CustomGuardDef> list) throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomGuardDef> getCustomGuardDefsByProperty(java.lang.String propertyName, java.lang.Object value) throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomGuardDef> getCustomGuardDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws ASCustomDataServiceException
ASCustomDataServiceExceptionnet.anotheria.anodoc.query2.QueryResult executeQueryOnCustomGuardDefs(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomGuardDef> getCustomGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomGuardDef> getCustomGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASCustomDataServiceException
ASCustomDataServiceExceptionint getCustomGuardDefsCount()
throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomGuardDef> getCustomGuardDefs(net.anotheria.util.slicer.Segment aSegment) throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomGuardDef> getCustomGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASCustomDataServiceException
ASCustomDataServiceExceptionjava.util.List<CustomGuardDef> getCustomGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASCustomDataServiceException
ASCustomDataServiceExceptionnet.anotheria.util.xml.XMLNode exportCustomGuardDefsToXML(java.util.List<CustomGuardDef> listCustomGuardDefs) throws ASCustomDataServiceException
ASCustomDataServiceExceptionvoid fetchCustomGuardDef(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASCustomDataServiceException
ASCustomDataServiceExceptionvoid executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) throws ASCustomDataServiceException
ASCustomDataServiceExceptionnet.anotheria.anodoc.query2.QueryResult executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASCustomDataServiceException
ASCustomDataServiceExceptionnet.anotheria.util.xml.XMLNode exportToXML()
throws ASCustomDataServiceException
ASCustomDataServiceExceptionCopyright © 2012-2023 anotheria.net. All Rights Reserved.