CustomBoxHandlerDef |
IASCustomDataService.createCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) |
Creates a new CustomBoxHandlerDef object.
|
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.createCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list) |
Creates multiple new CustomBoxHandlerDef objects.
|
CustomBoxType |
IASCustomDataService.createCustomBoxType(CustomBoxType customboxtype) |
Creates a new CustomBoxType object.
|
java.util.List<CustomBoxType> |
IASCustomDataService.createCustomBoxTypes(java.util.List<CustomBoxType> list) |
Creates multiple new CustomBoxType objects.
|
CustomGuardDef |
IASCustomDataService.createCustomGuardDef(CustomGuardDef customguarddef) |
Creates a new CustomGuardDef object.
|
java.util.List<CustomGuardDef> |
IASCustomDataService.createCustomGuardDefs(java.util.List<CustomGuardDef> list) |
Creates multiple new CustomGuardDef objects.
|
void |
IASCustomDataService.deleteCustomBoxHandlerDef(java.lang.String id) |
Deletes a CustomBoxHandlerDef object by id.
|
void |
IASCustomDataService.deleteCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) |
Deletes a CustomBoxHandlerDef object.
|
void |
IASCustomDataService.deleteCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list) |
Deletes multiple CustomBoxHandlerDef object.
|
void |
IASCustomDataService.deleteCustomBoxType(java.lang.String id) |
Deletes a CustomBoxType object by id.
|
void |
IASCustomDataService.deleteCustomBoxType(CustomBoxType customboxtype) |
Deletes a CustomBoxType object.
|
void |
IASCustomDataService.deleteCustomBoxTypes(java.util.List<CustomBoxType> list) |
Deletes multiple CustomBoxType object.
|
void |
IASCustomDataService.deleteCustomGuardDef(java.lang.String id) |
Deletes a CustomGuardDef object by id.
|
void |
IASCustomDataService.deleteCustomGuardDef(CustomGuardDef customguarddef) |
Deletes a CustomGuardDef object.
|
void |
IASCustomDataService.deleteCustomGuardDefs(java.util.List<CustomGuardDef> list) |
Deletes multiple CustomGuardDef object.
|
void |
ASCustomDataServiceImpl.executeParsingForDocument(DocumentName documentName,
org.codehaus.jettison.json.JSONObject data) |
|
void |
IASCustomDataService.executeParsingForDocument(DocumentName documentName,
org.codehaus.jettison.json.JSONObject data) |
Save transferred document by its own type.
|
net.anotheria.anodoc.query2.QueryResult |
IASCustomDataService.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 |
IASCustomDataService.executeQueryOnCustomBoxHandlerDefs(net.anotheria.anodoc.query2.DocumentQuery query) |
Executes a query.
|
net.anotheria.anodoc.query2.QueryResult |
IASCustomDataService.executeQueryOnCustomBoxTypes(net.anotheria.anodoc.query2.DocumentQuery query) |
Executes a query.
|
net.anotheria.anodoc.query2.QueryResult |
IASCustomDataService.executeQueryOnCustomGuardDefs(net.anotheria.anodoc.query2.DocumentQuery query) |
Executes a query.
|
net.anotheria.util.xml.XMLNode |
IASCustomDataService.exportCustomBoxHandlerDefsToXML(java.util.List<CustomBoxHandlerDef> listCustomBoxHandlerDefs) |
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
IASCustomDataService.exportCustomBoxTypesToXML(java.util.List<CustomBoxType> listCustomBoxTypes) |
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
IASCustomDataService.exportCustomGuardDefsToXML(java.util.List<CustomGuardDef> listCustomGuardDefs) |
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
IASCustomDataService.exportToXML() |
creates an xml element with all contained data.
|
void |
ASCustomDataServiceImpl.fetchCustomBoxHandlerDef(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
|
void |
IASCustomDataService.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 |
ASCustomDataServiceImpl.fetchCustomBoxType(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
|
void |
IASCustomDataService.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 |
ASCustomDataServiceImpl.fetchCustomGuardDef(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
|
void |
IASCustomDataService.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 |
IASCustomDataService.getCustomBoxHandlerDef(java.lang.String id) |
Returns the CustomBoxHandlerDef object with the specified id.
|
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.getCustomBoxHandlerDefs() |
Returns all CustomBoxHandlerDefs objects stored.
|
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.getCustomBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment) |
Returns CustomBoxHandlerDefs objects segment.
|
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.getCustomBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType) |
Returns all CustomBoxHandlerDefs objects sorted by given sortType.
|
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.getCustomBoxHandlerDefsByProperty(java.lang.String propertyName,
java.lang.Object value) |
Returns all CustomBoxHandlerDef objects, where property with given name equals object.
|
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.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> |
IASCustomDataService.getCustomBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all CustomBoxHandlerDef objects, where property matches.
|
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty) |
Returns CustomBoxHandlerDef objects segment, where property matches.
|
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.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> |
IASCustomDataService.getCustomBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all CustomBoxHandlerDef objects, where property matches, sorted.
|
int |
IASCustomDataService.getCustomBoxHandlerDefsCount() |
Returns all CustomBoxHandlerDefs count.
|
CustomBoxType |
IASCustomDataService.getCustomBoxType(java.lang.String id) |
Returns the CustomBoxType object with the specified id.
|
java.util.List<CustomBoxType> |
IASCustomDataService.getCustomBoxTypes() |
Returns all CustomBoxTypes objects stored.
|
java.util.List<CustomBoxType> |
IASCustomDataService.getCustomBoxTypes(net.anotheria.util.slicer.Segment aSegment) |
Returns CustomBoxTypes objects segment.
|
java.util.List<CustomBoxType> |
IASCustomDataService.getCustomBoxTypes(net.anotheria.util.sorter.SortType sortType) |
Returns all CustomBoxTypes objects sorted by given sortType.
|
java.util.List<CustomBoxType> |
IASCustomDataService.getCustomBoxTypesByProperty(java.lang.String propertyName,
java.lang.Object value) |
Returns all CustomBoxType objects, where property with given name equals object.
|
java.util.List<CustomBoxType> |
IASCustomDataService.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> |
IASCustomDataService.getCustomBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all CustomBoxType objects, where property matches.
|
java.util.List<CustomBoxType> |
IASCustomDataService.getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty) |
Returns CustomBoxType objects segment, where property matches.
|
java.util.List<CustomBoxType> |
IASCustomDataService.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> |
IASCustomDataService.getCustomBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all CustomBoxType objects, where property matches, sorted.
|
int |
IASCustomDataService.getCustomBoxTypesCount() |
Returns all CustomBoxTypes count.
|
CustomGuardDef |
IASCustomDataService.getCustomGuardDef(java.lang.String id) |
Returns the CustomGuardDef object with the specified id.
|
java.util.List<CustomGuardDef> |
IASCustomDataService.getCustomGuardDefs() |
Returns all CustomGuardDefs objects stored.
|
java.util.List<CustomGuardDef> |
IASCustomDataService.getCustomGuardDefs(net.anotheria.util.slicer.Segment aSegment) |
Returns CustomGuardDefs objects segment.
|
java.util.List<CustomGuardDef> |
IASCustomDataService.getCustomGuardDefs(net.anotheria.util.sorter.SortType sortType) |
Returns all CustomGuardDefs objects sorted by given sortType.
|
java.util.List<CustomGuardDef> |
IASCustomDataService.getCustomGuardDefsByProperty(java.lang.String propertyName,
java.lang.Object value) |
Returns all CustomGuardDef objects, where property with given name equals object.
|
java.util.List<CustomGuardDef> |
IASCustomDataService.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> |
IASCustomDataService.getCustomGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all CustomGuardDef objects, where property matches.
|
java.util.List<CustomGuardDef> |
IASCustomDataService.getCustomGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty) |
Returns CustomGuardDef objects segment, where property matches.
|
java.util.List<CustomGuardDef> |
IASCustomDataService.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> |
IASCustomDataService.getCustomGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all CustomGuardDef objects, where property matches, sorted.
|
int |
IASCustomDataService.getCustomGuardDefsCount() |
Returns all CustomGuardDefs count.
|
CustomBoxHandlerDef |
IASCustomDataService.importCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) |
Imports a new CustomBoxHandlerDef object.
|
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.importCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list) |
Imports multiple new CustomBoxHandlerDef object.
|
CustomBoxType |
IASCustomDataService.importCustomBoxType(CustomBoxType customboxtype) |
Imports a new CustomBoxType object.
|
java.util.List<CustomBoxType> |
IASCustomDataService.importCustomBoxTypes(java.util.List<CustomBoxType> list) |
Imports multiple new CustomBoxType object.
|
CustomGuardDef |
IASCustomDataService.importCustomGuardDef(CustomGuardDef customguarddef) |
Imports a new CustomGuardDef object.
|
java.util.List<CustomGuardDef> |
IASCustomDataService.importCustomGuardDefs(java.util.List<CustomGuardDef> list) |
Imports multiple new CustomGuardDef object.
|
CustomBoxHandlerDef |
IASCustomDataService.updateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) |
Updates a CustomBoxHandlerDef object.
|
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.updateCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list) |
Updates multiple CustomBoxHandlerDef objects.
|
CustomBoxType |
IASCustomDataService.updateCustomBoxType(CustomBoxType customboxtype) |
Updates a CustomBoxType object.
|
java.util.List<CustomBoxType> |
IASCustomDataService.updateCustomBoxTypes(java.util.List<CustomBoxType> list) |
Updates multiple CustomBoxType objects.
|
CustomGuardDef |
IASCustomDataService.updateCustomGuardDef(CustomGuardDef customguarddef) |
Updates a CustomGuardDef object.
|
java.util.List<CustomGuardDef> |
IASCustomDataService.updateCustomGuardDefs(java.util.List<CustomGuardDef> list) |
Updates multiple CustomGuardDef objects.
|