public class ASCustomDataServiceImpl extends BasicCMSService implements IASCustomDataService, net.anotheria.asg.util.listener.IModuleListener
MY_OWNER_ID, servicelog| 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 on CustomBoxHandlerDefs
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnCustomBoxTypes(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on CustomBoxTypes
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnCustomGuardDefs(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on CustomGuardDefs
|
net.anotheria.util.xml.XMLNode |
exportCustomBoxHandlerDefsToXML() |
net.anotheria.util.xml.XMLNode |
exportCustomBoxHandlerDefsToXML(java.util.List<CustomBoxHandlerDef> list)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportCustomBoxTypesToXML() |
net.anotheria.util.xml.XMLNode |
exportCustomBoxTypesToXML(java.util.List<CustomBoxType> list)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportCustomGuardDefsToXML() |
net.anotheria.util.xml.XMLNode |
exportCustomGuardDefsToXML(java.util.List<CustomGuardDef> list)
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(java.util.List<java.lang.String> ids)
Returns the CustomBoxHandlerDef objects with the specified ids.
|
java.util.List<CustomBoxHandlerDef> |
getCustomBoxHandlerDefs(java.util.List<java.lang.String> ids,
net.anotheria.util.sorter.SortType sortType)
Returns the CustomBoxHandlerDef objects with the specified ids, sorted by given sorttype.
|
java.util.List<CustomBoxHandlerDef> |
getCustomBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment)
Returns CustomBoxHandlerDef 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... property)
Returns CustomBoxHandlerDef objects segment, where property matched.
|
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 matched, 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 CustomBoxHandlerDef objects 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(java.util.List<java.lang.String> ids)
Returns the CustomBoxType objects with the specified ids.
|
java.util.List<CustomBoxType> |
getCustomBoxTypes(java.util.List<java.lang.String> ids,
net.anotheria.util.sorter.SortType sortType)
Returns the CustomBoxType objects with the specified ids, sorted by given sorttype.
|
java.util.List<CustomBoxType> |
getCustomBoxTypes(net.anotheria.util.slicer.Segment aSegment)
Returns CustomBoxType 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... property)
Returns CustomBoxType objects segment, where property matched.
|
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 matched, 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 CustomBoxType objects 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(java.util.List<java.lang.String> ids)
Returns the CustomGuardDef objects with the specified ids.
|
java.util.List<CustomGuardDef> |
getCustomGuardDefs(java.util.List<java.lang.String> ids,
net.anotheria.util.sorter.SortType sortType)
Returns the CustomGuardDef objects with the specified ids, sorted by given sorttype.
|
java.util.List<CustomGuardDef> |
getCustomGuardDefs(net.anotheria.util.slicer.Segment aSegment)
Returns CustomGuardDef 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... property)
Returns CustomGuardDef objects segment, where property matched.
|
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 matched, 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 CustomGuardDef objects 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.
|
void |
moduleLoaded(net.anotheria.anodoc.data.Module module) |
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.
|
addModuleListener, getModule, updateModulegetAnoAccessApplicationDataService, getAnoAccessConfigurationService, getASActionService, getASBrandService, getASCustomActionService, getASCustomDataService, getASExperimentService, getASFeatureService, getASFederatedDataService, getASGenericActionService, getASGenericDataService, getASLayoutDataService, getASResourceDataService, getASSiteConfigService, getASSiteDataService, getASUserDataService, getASWebDataService, getASWizardDataService, getImagesServiceaddServiceListener, fireObjectCreatedEvent, fireObjectDeletedEvent, fireObjectImportedEvent, fireObjectUpdatedEvent, firePersistenceChangedEvent, hasServiceListeners, removeServiceListenerpublic void moduleLoaded(net.anotheria.anodoc.data.Module module)
moduleLoaded in interface net.anotheria.asg.util.listener.IModuleListenerpublic java.util.List<CustomBoxType> getCustomBoxTypes()
IASCustomDataServicegetCustomBoxTypes in interface IASCustomDataServicepublic java.util.List<CustomBoxType> getCustomBoxTypes(net.anotheria.util.sorter.SortType sortType)
IASCustomDataServicegetCustomBoxTypes in interface IASCustomDataServicepublic java.util.List<CustomBoxType> getCustomBoxTypes(java.util.List<java.lang.String> ids)
public java.util.List<CustomBoxType> getCustomBoxTypes(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
public void deleteCustomBoxType(CustomBoxType customboxtype)
IASCustomDataServicedeleteCustomBoxType in interface IASCustomDataServicepublic void deleteCustomBoxType(java.lang.String id)
IASCustomDataServicedeleteCustomBoxType in interface IASCustomDataServicepublic void deleteCustomBoxTypes(java.util.List<CustomBoxType> list)
IASCustomDataServicedeleteCustomBoxTypes in interface IASCustomDataServicepublic CustomBoxType getCustomBoxType(java.lang.String id)
IASCustomDataServicegetCustomBoxType in interface IASCustomDataServicepublic CustomBoxType importCustomBoxType(CustomBoxType customboxtype)
IASCustomDataServiceimportCustomBoxType in interface IASCustomDataServicepublic java.util.List<CustomBoxType> importCustomBoxTypes(java.util.List<CustomBoxType> list)
IASCustomDataServiceimportCustomBoxTypes in interface IASCustomDataServicepublic CustomBoxType createCustomBoxType(CustomBoxType customboxtype)
IASCustomDataServicecreateCustomBoxType in interface IASCustomDataServicepublic java.util.List<CustomBoxType> createCustomBoxTypes(java.util.List<CustomBoxType> list)
IASCustomDataServicecreateCustomBoxTypes in interface IASCustomDataServicepublic CustomBoxType updateCustomBoxType(CustomBoxType customboxtype)
IASCustomDataServiceupdateCustomBoxType in interface IASCustomDataServicepublic java.util.List<CustomBoxType> updateCustomBoxTypes(java.util.List<CustomBoxType> list)
IASCustomDataServiceupdateCustomBoxTypes in interface IASCustomDataServicepublic java.util.List<CustomBoxType> getCustomBoxTypesByProperty(java.lang.String propertyName, java.lang.Object value)
IASCustomDataServicegetCustomBoxTypesByProperty in interface IASCustomDataServicepublic java.util.List<CustomBoxType> getCustomBoxTypesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
IASCustomDataServicegetCustomBoxTypesByProperty in interface IASCustomDataServicepublic net.anotheria.anodoc.query2.QueryResult executeQueryOnCustomBoxTypes(net.anotheria.anodoc.query2.DocumentQuery query)
executeQueryOnCustomBoxTypes in interface IASCustomDataServicepublic java.util.List<CustomBoxType> getCustomBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
getCustomBoxTypesByProperty in interface IASCustomDataServicepublic java.util.List<CustomBoxType> getCustomBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
getCustomBoxTypesByProperty in interface IASCustomDataServicepublic int getCustomBoxTypesCount()
getCustomBoxTypesCount in interface IASCustomDataServicepublic java.util.List<CustomBoxType> getCustomBoxTypes(net.anotheria.util.slicer.Segment aSegment)
getCustomBoxTypes in interface IASCustomDataServicepublic java.util.List<CustomBoxType> getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
getCustomBoxTypesByProperty in interface IASCustomDataServicepublic java.util.List<CustomBoxType> getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
getCustomBoxTypesByProperty in interface IASCustomDataServicepublic void fetchCustomBoxType(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASCustomDataServiceException
IASCustomDataServicefetchCustomBoxType in interface IASCustomDataServiceASCustomDataServiceExceptionpublic java.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefs()
IASCustomDataServicegetCustomBoxHandlerDefs in interface IASCustomDataServicepublic java.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType)
IASCustomDataServicegetCustomBoxHandlerDefs in interface IASCustomDataServicepublic java.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefs(java.util.List<java.lang.String> ids)
public java.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefs(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
public void deleteCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)
IASCustomDataServicedeleteCustomBoxHandlerDef in interface IASCustomDataServicepublic void deleteCustomBoxHandlerDef(java.lang.String id)
IASCustomDataServicedeleteCustomBoxHandlerDef in interface IASCustomDataServicepublic void deleteCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)
IASCustomDataServicedeleteCustomBoxHandlerDefs in interface IASCustomDataServicepublic CustomBoxHandlerDef getCustomBoxHandlerDef(java.lang.String id)
IASCustomDataServicegetCustomBoxHandlerDef in interface IASCustomDataServicepublic CustomBoxHandlerDef importCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)
IASCustomDataServiceimportCustomBoxHandlerDef in interface IASCustomDataServicepublic java.util.List<CustomBoxHandlerDef> importCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)
IASCustomDataServiceimportCustomBoxHandlerDefs in interface IASCustomDataServicepublic CustomBoxHandlerDef createCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)
IASCustomDataServicecreateCustomBoxHandlerDef in interface IASCustomDataServicepublic java.util.List<CustomBoxHandlerDef> createCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)
IASCustomDataServicecreateCustomBoxHandlerDefs in interface IASCustomDataServicepublic CustomBoxHandlerDef updateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)
IASCustomDataServiceupdateCustomBoxHandlerDef in interface IASCustomDataServicepublic java.util.List<CustomBoxHandlerDef> updateCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)
IASCustomDataServiceupdateCustomBoxHandlerDefs in interface IASCustomDataServicepublic java.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value)
IASCustomDataServicegetCustomBoxHandlerDefsByProperty in interface IASCustomDataServicepublic java.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
IASCustomDataServicegetCustomBoxHandlerDefsByProperty in interface IASCustomDataServicepublic net.anotheria.anodoc.query2.QueryResult executeQueryOnCustomBoxHandlerDefs(net.anotheria.anodoc.query2.DocumentQuery query)
executeQueryOnCustomBoxHandlerDefs in interface IASCustomDataServicepublic java.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
getCustomBoxHandlerDefsByProperty in interface IASCustomDataServicepublic java.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
getCustomBoxHandlerDefsByProperty in interface IASCustomDataServicepublic int getCustomBoxHandlerDefsCount()
getCustomBoxHandlerDefsCount in interface IASCustomDataServicepublic java.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment)
getCustomBoxHandlerDefs in interface IASCustomDataServicepublic java.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
getCustomBoxHandlerDefsByProperty in interface IASCustomDataServicepublic java.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
getCustomBoxHandlerDefsByProperty in interface IASCustomDataServicepublic void fetchCustomBoxHandlerDef(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASCustomDataServiceException
IASCustomDataServicefetchCustomBoxHandlerDef in interface IASCustomDataServiceASCustomDataServiceExceptionpublic java.util.List<CustomGuardDef> getCustomGuardDefs()
IASCustomDataServicegetCustomGuardDefs in interface IASCustomDataServicepublic java.util.List<CustomGuardDef> getCustomGuardDefs(net.anotheria.util.sorter.SortType sortType)
IASCustomDataServicegetCustomGuardDefs in interface IASCustomDataServicepublic java.util.List<CustomGuardDef> getCustomGuardDefs(java.util.List<java.lang.String> ids)
public java.util.List<CustomGuardDef> getCustomGuardDefs(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
public void deleteCustomGuardDef(CustomGuardDef customguarddef)
IASCustomDataServicedeleteCustomGuardDef in interface IASCustomDataServicepublic void deleteCustomGuardDef(java.lang.String id)
IASCustomDataServicedeleteCustomGuardDef in interface IASCustomDataServicepublic void deleteCustomGuardDefs(java.util.List<CustomGuardDef> list)
IASCustomDataServicedeleteCustomGuardDefs in interface IASCustomDataServicepublic CustomGuardDef getCustomGuardDef(java.lang.String id)
IASCustomDataServicegetCustomGuardDef in interface IASCustomDataServicepublic CustomGuardDef importCustomGuardDef(CustomGuardDef customguarddef)
IASCustomDataServiceimportCustomGuardDef in interface IASCustomDataServicepublic java.util.List<CustomGuardDef> importCustomGuardDefs(java.util.List<CustomGuardDef> list)
IASCustomDataServiceimportCustomGuardDefs in interface IASCustomDataServicepublic CustomGuardDef createCustomGuardDef(CustomGuardDef customguarddef)
IASCustomDataServicecreateCustomGuardDef in interface IASCustomDataServicepublic java.util.List<CustomGuardDef> createCustomGuardDefs(java.util.List<CustomGuardDef> list)
IASCustomDataServicecreateCustomGuardDefs in interface IASCustomDataServicepublic CustomGuardDef updateCustomGuardDef(CustomGuardDef customguarddef)
IASCustomDataServiceupdateCustomGuardDef in interface IASCustomDataServicepublic java.util.List<CustomGuardDef> updateCustomGuardDefs(java.util.List<CustomGuardDef> list)
IASCustomDataServiceupdateCustomGuardDefs in interface IASCustomDataServicepublic java.util.List<CustomGuardDef> getCustomGuardDefsByProperty(java.lang.String propertyName, java.lang.Object value)
IASCustomDataServicegetCustomGuardDefsByProperty in interface IASCustomDataServicepublic java.util.List<CustomGuardDef> getCustomGuardDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
IASCustomDataServicegetCustomGuardDefsByProperty in interface IASCustomDataServicepublic net.anotheria.anodoc.query2.QueryResult executeQueryOnCustomGuardDefs(net.anotheria.anodoc.query2.DocumentQuery query)
executeQueryOnCustomGuardDefs in interface IASCustomDataServicepublic java.util.List<CustomGuardDef> getCustomGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
getCustomGuardDefsByProperty in interface IASCustomDataServicepublic java.util.List<CustomGuardDef> getCustomGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
getCustomGuardDefsByProperty in interface IASCustomDataServicepublic int getCustomGuardDefsCount()
getCustomGuardDefsCount in interface IASCustomDataServicepublic java.util.List<CustomGuardDef> getCustomGuardDefs(net.anotheria.util.slicer.Segment aSegment)
getCustomGuardDefs in interface IASCustomDataServicepublic java.util.List<CustomGuardDef> getCustomGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
getCustomGuardDefsByProperty in interface IASCustomDataServicepublic java.util.List<CustomGuardDef> getCustomGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
getCustomGuardDefsByProperty in interface IASCustomDataServicepublic void fetchCustomGuardDef(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASCustomDataServiceException
IASCustomDataServicefetchCustomGuardDef in interface IASCustomDataServiceASCustomDataServiceExceptionpublic void executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) throws ASCustomDataServiceException
IASCustomDataServiceexecuteParsingForDocument in interface IASCustomDataServiceASCustomDataServiceExceptionpublic net.anotheria.anodoc.query2.QueryResult executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query)
executeQueryOnAllObjects in interface IASCustomDataServicepublic net.anotheria.util.xml.XMLNode exportCustomBoxTypesToXML()
public net.anotheria.util.xml.XMLNode exportCustomBoxTypesToXML(java.util.List<CustomBoxType> list)
IASCustomDataServiceexportCustomBoxTypesToXML in interface IASCustomDataServicepublic net.anotheria.util.xml.XMLNode exportCustomBoxHandlerDefsToXML()
public net.anotheria.util.xml.XMLNode exportCustomBoxHandlerDefsToXML(java.util.List<CustomBoxHandlerDef> list)
IASCustomDataServiceexportCustomBoxHandlerDefsToXML in interface IASCustomDataServicepublic net.anotheria.util.xml.XMLNode exportCustomGuardDefsToXML()
public net.anotheria.util.xml.XMLNode exportCustomGuardDefsToXML(java.util.List<CustomGuardDef> list)
IASCustomDataServiceexportCustomGuardDefsToXML in interface IASCustomDataServicepublic net.anotheria.util.xml.XMLNode exportToXML()
IASCustomDataServiceexportToXML in interface IASCustomDataServiceCopyright © 2012-2023 anotheria.net. All Rights Reserved.