CustomBoxHandlerDef |
IASCustomDataService.createCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) |
Creates a new CustomBoxHandlerDef object.
|
List<CustomBoxHandlerDef> |
IASCustomDataService.createCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) |
Creates multiple new CustomBoxHandlerDef objects.
|
CustomBoxType |
IASCustomDataService.createCustomBoxType(CustomBoxType customboxtype) |
Creates a new CustomBoxType object.
|
List<CustomBoxType> |
IASCustomDataService.createCustomBoxTypes(List<CustomBoxType> list) |
Creates multiple new CustomBoxType objects.
|
CustomGuardDef |
IASCustomDataService.createCustomGuardDef(CustomGuardDef customguarddef) |
Creates a new CustomGuardDef object.
|
List<CustomGuardDef> |
IASCustomDataService.createCustomGuardDefs(List<CustomGuardDef> list) |
Creates multiple new CustomGuardDef objects.
|
void |
IASCustomDataService.deleteCustomBoxHandlerDef(String id) |
Deletes a CustomBoxHandlerDef object by id.
|
void |
IASCustomDataService.deleteCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) |
Deletes a CustomBoxHandlerDef object.
|
void |
IASCustomDataService.deleteCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) |
Deletes multiple CustomBoxHandlerDef object.
|
void |
IASCustomDataService.deleteCustomBoxType(String id) |
Deletes a CustomBoxType object by id.
|
void |
IASCustomDataService.deleteCustomBoxType(CustomBoxType customboxtype) |
Deletes a CustomBoxType object.
|
void |
IASCustomDataService.deleteCustomBoxTypes(List<CustomBoxType> list) |
Deletes multiple CustomBoxType object.
|
void |
IASCustomDataService.deleteCustomGuardDef(String id) |
Deletes a CustomGuardDef object by id.
|
void |
IASCustomDataService.deleteCustomGuardDef(CustomGuardDef customguarddef) |
Deletes a CustomGuardDef object.
|
void |
IASCustomDataService.deleteCustomGuardDefs(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(List<CustomBoxHandlerDef> listCustomBoxHandlerDefs) |
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
IASCustomDataService.exportCustomBoxTypesToXML(List<CustomBoxType> listCustomBoxTypes) |
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
IASCustomDataService.exportCustomGuardDefsToXML(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(String id,
Set<String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
|
void |
IASCustomDataService.fetchCustomBoxHandlerDef(String id,
Set<String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
Create json object list dependencies for this CustomBoxHandlerDef document.
|
void |
ASCustomDataServiceImpl.fetchCustomBoxType(String id,
Set<String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
|
void |
IASCustomDataService.fetchCustomBoxType(String id,
Set<String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
Create json object list dependencies for this CustomBoxType document.
|
void |
ASCustomDataServiceImpl.fetchCustomGuardDef(String id,
Set<String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
|
void |
IASCustomDataService.fetchCustomGuardDef(String id,
Set<String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
Create json object list dependencies for this CustomGuardDef document.
|
CustomBoxHandlerDef |
IASCustomDataService.getCustomBoxHandlerDef(String id) |
Returns the CustomBoxHandlerDef object with the specified id.
|
List<CustomBoxHandlerDef> |
IASCustomDataService.getCustomBoxHandlerDefs() |
Returns all CustomBoxHandlerDefs objects stored.
|
List<CustomBoxHandlerDef> |
IASCustomDataService.getCustomBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment) |
Returns CustomBoxHandlerDefs objects segment.
|
List<CustomBoxHandlerDef> |
IASCustomDataService.getCustomBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType) |
Returns all CustomBoxHandlerDefs objects sorted by given sortType.
|
List<CustomBoxHandlerDef> |
IASCustomDataService.getCustomBoxHandlerDefsByProperty(String propertyName,
Object value) |
Returns all CustomBoxHandlerDef objects, where property with given name equals object.
|
List<CustomBoxHandlerDef> |
IASCustomDataService.getCustomBoxHandlerDefsByProperty(String propertyName,
Object value,
net.anotheria.util.sorter.SortType sortType) |
Returns all CustomBoxHandlerDef objects, where property with given name equals object, sorted.
|
List<CustomBoxHandlerDef> |
IASCustomDataService.getCustomBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all CustomBoxHandlerDef objects, where property matches.
|
List<CustomBoxHandlerDef> |
IASCustomDataService.getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty) |
Returns CustomBoxHandlerDef objects segment, where property matches.
|
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.
|
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(String id) |
Returns the CustomBoxType object with the specified id.
|
List<CustomBoxType> |
IASCustomDataService.getCustomBoxTypes() |
Returns all CustomBoxTypes objects stored.
|
List<CustomBoxType> |
IASCustomDataService.getCustomBoxTypes(net.anotheria.util.slicer.Segment aSegment) |
Returns CustomBoxTypes objects segment.
|
List<CustomBoxType> |
IASCustomDataService.getCustomBoxTypes(net.anotheria.util.sorter.SortType sortType) |
Returns all CustomBoxTypes objects sorted by given sortType.
|
List<CustomBoxType> |
IASCustomDataService.getCustomBoxTypesByProperty(String propertyName,
Object value) |
Returns all CustomBoxType objects, where property with given name equals object.
|
List<CustomBoxType> |
IASCustomDataService.getCustomBoxTypesByProperty(String propertyName,
Object value,
net.anotheria.util.sorter.SortType sortType) |
Returns all CustomBoxType objects, where property with given name equals object, sorted.
|
List<CustomBoxType> |
IASCustomDataService.getCustomBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all CustomBoxType objects, where property matches.
|
List<CustomBoxType> |
IASCustomDataService.getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty) |
Returns CustomBoxType objects segment, where property matches.
|
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.
|
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(String id) |
Returns the CustomGuardDef object with the specified id.
|
List<CustomGuardDef> |
IASCustomDataService.getCustomGuardDefs() |
Returns all CustomGuardDefs objects stored.
|
List<CustomGuardDef> |
IASCustomDataService.getCustomGuardDefs(net.anotheria.util.slicer.Segment aSegment) |
Returns CustomGuardDefs objects segment.
|
List<CustomGuardDef> |
IASCustomDataService.getCustomGuardDefs(net.anotheria.util.sorter.SortType sortType) |
Returns all CustomGuardDefs objects sorted by given sortType.
|
List<CustomGuardDef> |
IASCustomDataService.getCustomGuardDefsByProperty(String propertyName,
Object value) |
Returns all CustomGuardDef objects, where property with given name equals object.
|
List<CustomGuardDef> |
IASCustomDataService.getCustomGuardDefsByProperty(String propertyName,
Object value,
net.anotheria.util.sorter.SortType sortType) |
Returns all CustomGuardDef objects, where property with given name equals object, sorted.
|
List<CustomGuardDef> |
IASCustomDataService.getCustomGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all CustomGuardDef objects, where property matches.
|
List<CustomGuardDef> |
IASCustomDataService.getCustomGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty) |
Returns CustomGuardDef objects segment, where property matches.
|
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.
|
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.
|
List<CustomBoxHandlerDef> |
IASCustomDataService.importCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) |
Imports multiple new CustomBoxHandlerDef object.
|
CustomBoxType |
IASCustomDataService.importCustomBoxType(CustomBoxType customboxtype) |
Imports a new CustomBoxType object.
|
List<CustomBoxType> |
IASCustomDataService.importCustomBoxTypes(List<CustomBoxType> list) |
Imports multiple new CustomBoxType object.
|
CustomGuardDef |
IASCustomDataService.importCustomGuardDef(CustomGuardDef customguarddef) |
Imports a new CustomGuardDef object.
|
List<CustomGuardDef> |
IASCustomDataService.importCustomGuardDefs(List<CustomGuardDef> list) |
Imports multiple new CustomGuardDef object.
|
CustomBoxHandlerDef |
IASCustomDataService.updateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) |
Updates a CustomBoxHandlerDef object.
|
List<CustomBoxHandlerDef> |
IASCustomDataService.updateCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) |
Updates multiple CustomBoxHandlerDef objects.
|
CustomBoxType |
IASCustomDataService.updateCustomBoxType(CustomBoxType customboxtype) |
Updates a CustomBoxType object.
|
List<CustomBoxType> |
IASCustomDataService.updateCustomBoxTypes(List<CustomBoxType> list) |
Updates multiple CustomBoxType objects.
|
CustomGuardDef |
IASCustomDataService.updateCustomGuardDef(CustomGuardDef customguarddef) |
Updates a CustomGuardDef object.
|
List<CustomGuardDef> |
IASCustomDataService.updateCustomGuardDefs(List<CustomGuardDef> list) |
Updates multiple CustomGuardDef objects.
|