public class ASGenericDataServiceImpl extends BasicCMSService implements IASGenericDataService, net.anotheria.asg.util.listener.IModuleListener
MY_OWNER_ID, servicelog| Modifier and Type | Method and Description |
|---|---|
GenericBoxHandlerDef |
createGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)
Creates a new GenericBoxHandlerDef object.
|
java.util.List<GenericBoxHandlerDef> |
createGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)
Creates multiple new GenericBoxHandlerDef objects.
|
GenericBoxType |
createGenericBoxType(GenericBoxType genericboxtype)
Creates a new GenericBoxType object.
|
java.util.List<GenericBoxType> |
createGenericBoxTypes(java.util.List<GenericBoxType> list)
Creates multiple new GenericBoxType objects.
|
GenericGuardDef |
createGenericGuardDef(GenericGuardDef genericguarddef)
Creates a new GenericGuardDef object.
|
java.util.List<GenericGuardDef> |
createGenericGuardDefs(java.util.List<GenericGuardDef> list)
Creates multiple new GenericGuardDef objects.
|
void |
deleteGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)
Deletes a GenericBoxHandlerDef object.
|
void |
deleteGenericBoxHandlerDef(java.lang.String id)
Deletes a GenericBoxHandlerDef object by id.
|
void |
deleteGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)
Deletes multiple GenericBoxHandlerDef object.
|
void |
deleteGenericBoxType(GenericBoxType genericboxtype)
Deletes a GenericBoxType object.
|
void |
deleteGenericBoxType(java.lang.String id)
Deletes a GenericBoxType object by id.
|
void |
deleteGenericBoxTypes(java.util.List<GenericBoxType> list)
Deletes multiple GenericBoxType object.
|
void |
deleteGenericGuardDef(GenericGuardDef genericguarddef)
Deletes a GenericGuardDef object.
|
void |
deleteGenericGuardDef(java.lang.String id)
Deletes a GenericGuardDef object by id.
|
void |
deleteGenericGuardDefs(java.util.List<GenericGuardDef> list)
Deletes multiple GenericGuardDef 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 |
executeQueryOnGenericBoxHandlerDefs(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on GenericBoxHandlerDefs
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnGenericBoxTypes(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on GenericBoxTypes
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnGenericGuardDefs(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on GenericGuardDefs
|
net.anotheria.util.xml.XMLNode |
exportGenericBoxHandlerDefsToXML() |
net.anotheria.util.xml.XMLNode |
exportGenericBoxHandlerDefsToXML(java.util.List<GenericBoxHandlerDef> list)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportGenericBoxTypesToXML() |
net.anotheria.util.xml.XMLNode |
exportGenericBoxTypesToXML(java.util.List<GenericBoxType> list)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportGenericGuardDefsToXML() |
net.anotheria.util.xml.XMLNode |
exportGenericGuardDefsToXML(java.util.List<GenericGuardDef> list)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportToXML()
creates an xml element with all contained data.
|
void |
fetchGenericBoxHandlerDef(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this GenericBoxHandlerDef document.
|
void |
fetchGenericBoxType(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this GenericBoxType document.
|
void |
fetchGenericGuardDef(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this GenericGuardDef document.
|
GenericBoxHandlerDef |
getGenericBoxHandlerDef(java.lang.String id)
Returns the GenericBoxHandlerDef object with the specified id.
|
java.util.List<GenericBoxHandlerDef> |
getGenericBoxHandlerDefs()
Returns all GenericBoxHandlerDefs objects stored.
|
java.util.List<GenericBoxHandlerDef> |
getGenericBoxHandlerDefs(java.util.List<java.lang.String> ids)
Returns the GenericBoxHandlerDef objects with the specified ids.
|
java.util.List<GenericBoxHandlerDef> |
getGenericBoxHandlerDefs(java.util.List<java.lang.String> ids,
net.anotheria.util.sorter.SortType sortType)
Returns the GenericBoxHandlerDef objects with the specified ids, sorted by given sorttype.
|
java.util.List<GenericBoxHandlerDef> |
getGenericBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment)
Returns GenericBoxHandlerDef objects segment.
|
java.util.List<GenericBoxHandlerDef> |
getGenericBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType)
Returns all GenericBoxHandlerDefs objects sorted by given sortType.
|
java.util.List<GenericBoxHandlerDef> |
getGenericBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all GenericBoxHandlerDef objects, where property matches.
|
java.util.List<GenericBoxHandlerDef> |
getGenericBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns GenericBoxHandlerDef objects segment, where property matched.
|
java.util.List<GenericBoxHandlerDef> |
getGenericBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns GenericBoxHandlerDef objects segment, where property matched, sorted.
|
java.util.List<GenericBoxHandlerDef> |
getGenericBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all GenericBoxHandlerDef objects, where property matches, sorted
|
java.util.List<GenericBoxHandlerDef> |
getGenericBoxHandlerDefsByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all GenericBoxHandlerDef objects, where property with given name equals object.
|
java.util.List<GenericBoxHandlerDef> |
getGenericBoxHandlerDefsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all GenericBoxHandlerDef objects, where property with given name equals object, sorted.
|
int |
getGenericBoxHandlerDefsCount()
Returns GenericBoxHandlerDef objects count.
|
GenericBoxType |
getGenericBoxType(java.lang.String id)
Returns the GenericBoxType object with the specified id.
|
java.util.List<GenericBoxType> |
getGenericBoxTypes()
Returns all GenericBoxTypes objects stored.
|
java.util.List<GenericBoxType> |
getGenericBoxTypes(java.util.List<java.lang.String> ids)
Returns the GenericBoxType objects with the specified ids.
|
java.util.List<GenericBoxType> |
getGenericBoxTypes(java.util.List<java.lang.String> ids,
net.anotheria.util.sorter.SortType sortType)
Returns the GenericBoxType objects with the specified ids, sorted by given sorttype.
|
java.util.List<GenericBoxType> |
getGenericBoxTypes(net.anotheria.util.slicer.Segment aSegment)
Returns GenericBoxType objects segment.
|
java.util.List<GenericBoxType> |
getGenericBoxTypes(net.anotheria.util.sorter.SortType sortType)
Returns all GenericBoxTypes objects sorted by given sortType.
|
java.util.List<GenericBoxType> |
getGenericBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all GenericBoxType objects, where property matches.
|
java.util.List<GenericBoxType> |
getGenericBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns GenericBoxType objects segment, where property matched.
|
java.util.List<GenericBoxType> |
getGenericBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns GenericBoxType objects segment, where property matched, sorted.
|
java.util.List<GenericBoxType> |
getGenericBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all GenericBoxType objects, where property matches, sorted
|
java.util.List<GenericBoxType> |
getGenericBoxTypesByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all GenericBoxType objects, where property with given name equals object.
|
java.util.List<GenericBoxType> |
getGenericBoxTypesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all GenericBoxType objects, where property with given name equals object, sorted.
|
int |
getGenericBoxTypesCount()
Returns GenericBoxType objects count.
|
GenericGuardDef |
getGenericGuardDef(java.lang.String id)
Returns the GenericGuardDef object with the specified id.
|
java.util.List<GenericGuardDef> |
getGenericGuardDefs()
Returns all GenericGuardDefs objects stored.
|
java.util.List<GenericGuardDef> |
getGenericGuardDefs(java.util.List<java.lang.String> ids)
Returns the GenericGuardDef objects with the specified ids.
|
java.util.List<GenericGuardDef> |
getGenericGuardDefs(java.util.List<java.lang.String> ids,
net.anotheria.util.sorter.SortType sortType)
Returns the GenericGuardDef objects with the specified ids, sorted by given sorttype.
|
java.util.List<GenericGuardDef> |
getGenericGuardDefs(net.anotheria.util.slicer.Segment aSegment)
Returns GenericGuardDef objects segment.
|
java.util.List<GenericGuardDef> |
getGenericGuardDefs(net.anotheria.util.sorter.SortType sortType)
Returns all GenericGuardDefs objects sorted by given sortType.
|
java.util.List<GenericGuardDef> |
getGenericGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all GenericGuardDef objects, where property matches.
|
java.util.List<GenericGuardDef> |
getGenericGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns GenericGuardDef objects segment, where property matched.
|
java.util.List<GenericGuardDef> |
getGenericGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns GenericGuardDef objects segment, where property matched, sorted.
|
java.util.List<GenericGuardDef> |
getGenericGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all GenericGuardDef objects, where property matches, sorted
|
java.util.List<GenericGuardDef> |
getGenericGuardDefsByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all GenericGuardDef objects, where property with given name equals object.
|
java.util.List<GenericGuardDef> |
getGenericGuardDefsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all GenericGuardDef objects, where property with given name equals object, sorted.
|
int |
getGenericGuardDefsCount()
Returns GenericGuardDef objects count.
|
GenericBoxHandlerDef |
importGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)
Imports a new GenericBoxHandlerDef object.
|
java.util.List<GenericBoxHandlerDef> |
importGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)
Imports multiple new GenericBoxHandlerDef object.
|
GenericBoxType |
importGenericBoxType(GenericBoxType genericboxtype)
Imports a new GenericBoxType object.
|
java.util.List<GenericBoxType> |
importGenericBoxTypes(java.util.List<GenericBoxType> list)
Imports multiple new GenericBoxType object.
|
GenericGuardDef |
importGenericGuardDef(GenericGuardDef genericguarddef)
Imports a new GenericGuardDef object.
|
java.util.List<GenericGuardDef> |
importGenericGuardDefs(java.util.List<GenericGuardDef> list)
Imports multiple new GenericGuardDef object.
|
void |
moduleLoaded(net.anotheria.anodoc.data.Module module) |
GenericBoxHandlerDef |
updateGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)
Updates a GenericBoxHandlerDef object.
|
java.util.List<GenericBoxHandlerDef> |
updateGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)
Updates multiple GenericBoxHandlerDef objects.
|
GenericBoxType |
updateGenericBoxType(GenericBoxType genericboxtype)
Updates a GenericBoxType object.
|
java.util.List<GenericBoxType> |
updateGenericBoxTypes(java.util.List<GenericBoxType> list)
Updates multiple GenericBoxType objects.
|
GenericGuardDef |
updateGenericGuardDef(GenericGuardDef genericguarddef)
Updates a GenericGuardDef object.
|
java.util.List<GenericGuardDef> |
updateGenericGuardDefs(java.util.List<GenericGuardDef> list)
Updates multiple GenericGuardDef 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<GenericBoxType> getGenericBoxTypes()
IASGenericDataServicegetGenericBoxTypes in interface IASGenericDataServicepublic java.util.List<GenericBoxType> getGenericBoxTypes(net.anotheria.util.sorter.SortType sortType)
IASGenericDataServicegetGenericBoxTypes in interface IASGenericDataServicepublic java.util.List<GenericBoxType> getGenericBoxTypes(java.util.List<java.lang.String> ids)
public java.util.List<GenericBoxType> getGenericBoxTypes(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
public void deleteGenericBoxType(GenericBoxType genericboxtype)
IASGenericDataServicedeleteGenericBoxType in interface IASGenericDataServicepublic void deleteGenericBoxType(java.lang.String id)
IASGenericDataServicedeleteGenericBoxType in interface IASGenericDataServicepublic void deleteGenericBoxTypes(java.util.List<GenericBoxType> list)
IASGenericDataServicedeleteGenericBoxTypes in interface IASGenericDataServicepublic GenericBoxType getGenericBoxType(java.lang.String id)
IASGenericDataServicegetGenericBoxType in interface IASGenericDataServicepublic GenericBoxType importGenericBoxType(GenericBoxType genericboxtype)
IASGenericDataServiceimportGenericBoxType in interface IASGenericDataServicepublic java.util.List<GenericBoxType> importGenericBoxTypes(java.util.List<GenericBoxType> list)
IASGenericDataServiceimportGenericBoxTypes in interface IASGenericDataServicepublic GenericBoxType createGenericBoxType(GenericBoxType genericboxtype)
IASGenericDataServicecreateGenericBoxType in interface IASGenericDataServicepublic java.util.List<GenericBoxType> createGenericBoxTypes(java.util.List<GenericBoxType> list)
IASGenericDataServicecreateGenericBoxTypes in interface IASGenericDataServicepublic GenericBoxType updateGenericBoxType(GenericBoxType genericboxtype)
IASGenericDataServiceupdateGenericBoxType in interface IASGenericDataServicepublic java.util.List<GenericBoxType> updateGenericBoxTypes(java.util.List<GenericBoxType> list)
IASGenericDataServiceupdateGenericBoxTypes in interface IASGenericDataServicepublic java.util.List<GenericBoxType> getGenericBoxTypesByProperty(java.lang.String propertyName, java.lang.Object value)
IASGenericDataServicegetGenericBoxTypesByProperty in interface IASGenericDataServicepublic java.util.List<GenericBoxType> getGenericBoxTypesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
IASGenericDataServicegetGenericBoxTypesByProperty in interface IASGenericDataServicepublic net.anotheria.anodoc.query2.QueryResult executeQueryOnGenericBoxTypes(net.anotheria.anodoc.query2.DocumentQuery query)
executeQueryOnGenericBoxTypes in interface IASGenericDataServicepublic java.util.List<GenericBoxType> getGenericBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
getGenericBoxTypesByProperty in interface IASGenericDataServicepublic java.util.List<GenericBoxType> getGenericBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
getGenericBoxTypesByProperty in interface IASGenericDataServicepublic int getGenericBoxTypesCount()
getGenericBoxTypesCount in interface IASGenericDataServicepublic java.util.List<GenericBoxType> getGenericBoxTypes(net.anotheria.util.slicer.Segment aSegment)
getGenericBoxTypes in interface IASGenericDataServicepublic java.util.List<GenericBoxType> getGenericBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
getGenericBoxTypesByProperty in interface IASGenericDataServicepublic java.util.List<GenericBoxType> getGenericBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
getGenericBoxTypesByProperty in interface IASGenericDataServicepublic void fetchGenericBoxType(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASGenericDataServiceException
IASGenericDataServicefetchGenericBoxType in interface IASGenericDataServiceASGenericDataServiceExceptionpublic java.util.List<GenericBoxHandlerDef> getGenericBoxHandlerDefs()
IASGenericDataServicegetGenericBoxHandlerDefs in interface IASGenericDataServicepublic java.util.List<GenericBoxHandlerDef> getGenericBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType)
IASGenericDataServicegetGenericBoxHandlerDefs in interface IASGenericDataServicepublic java.util.List<GenericBoxHandlerDef> getGenericBoxHandlerDefs(java.util.List<java.lang.String> ids)
public java.util.List<GenericBoxHandlerDef> getGenericBoxHandlerDefs(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
public void deleteGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)
IASGenericDataServicedeleteGenericBoxHandlerDef in interface IASGenericDataServicepublic void deleteGenericBoxHandlerDef(java.lang.String id)
IASGenericDataServicedeleteGenericBoxHandlerDef in interface IASGenericDataServicepublic void deleteGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)
IASGenericDataServicedeleteGenericBoxHandlerDefs in interface IASGenericDataServicepublic GenericBoxHandlerDef getGenericBoxHandlerDef(java.lang.String id)
IASGenericDataServicegetGenericBoxHandlerDef in interface IASGenericDataServicepublic GenericBoxHandlerDef importGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)
IASGenericDataServiceimportGenericBoxHandlerDef in interface IASGenericDataServicepublic java.util.List<GenericBoxHandlerDef> importGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)
IASGenericDataServiceimportGenericBoxHandlerDefs in interface IASGenericDataServicepublic GenericBoxHandlerDef createGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)
IASGenericDataServicecreateGenericBoxHandlerDef in interface IASGenericDataServicepublic java.util.List<GenericBoxHandlerDef> createGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)
IASGenericDataServicecreateGenericBoxHandlerDefs in interface IASGenericDataServicepublic GenericBoxHandlerDef updateGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)
IASGenericDataServiceupdateGenericBoxHandlerDef in interface IASGenericDataServicepublic java.util.List<GenericBoxHandlerDef> updateGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)
IASGenericDataServiceupdateGenericBoxHandlerDefs in interface IASGenericDataServicepublic java.util.List<GenericBoxHandlerDef> getGenericBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value)
IASGenericDataServicegetGenericBoxHandlerDefsByProperty in interface IASGenericDataServicepublic java.util.List<GenericBoxHandlerDef> getGenericBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
IASGenericDataServicegetGenericBoxHandlerDefsByProperty in interface IASGenericDataServicepublic net.anotheria.anodoc.query2.QueryResult executeQueryOnGenericBoxHandlerDefs(net.anotheria.anodoc.query2.DocumentQuery query)
executeQueryOnGenericBoxHandlerDefs in interface IASGenericDataServicepublic java.util.List<GenericBoxHandlerDef> getGenericBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
getGenericBoxHandlerDefsByProperty in interface IASGenericDataServicepublic java.util.List<GenericBoxHandlerDef> getGenericBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
getGenericBoxHandlerDefsByProperty in interface IASGenericDataServicepublic int getGenericBoxHandlerDefsCount()
getGenericBoxHandlerDefsCount in interface IASGenericDataServicepublic java.util.List<GenericBoxHandlerDef> getGenericBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment)
getGenericBoxHandlerDefs in interface IASGenericDataServicepublic java.util.List<GenericBoxHandlerDef> getGenericBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
getGenericBoxHandlerDefsByProperty in interface IASGenericDataServicepublic java.util.List<GenericBoxHandlerDef> getGenericBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
getGenericBoxHandlerDefsByProperty in interface IASGenericDataServicepublic void fetchGenericBoxHandlerDef(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASGenericDataServiceException
IASGenericDataServicefetchGenericBoxHandlerDef in interface IASGenericDataServiceASGenericDataServiceExceptionpublic java.util.List<GenericGuardDef> getGenericGuardDefs()
IASGenericDataServicegetGenericGuardDefs in interface IASGenericDataServicepublic java.util.List<GenericGuardDef> getGenericGuardDefs(net.anotheria.util.sorter.SortType sortType)
IASGenericDataServicegetGenericGuardDefs in interface IASGenericDataServicepublic java.util.List<GenericGuardDef> getGenericGuardDefs(java.util.List<java.lang.String> ids)
public java.util.List<GenericGuardDef> getGenericGuardDefs(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
public void deleteGenericGuardDef(GenericGuardDef genericguarddef)
IASGenericDataServicedeleteGenericGuardDef in interface IASGenericDataServicepublic void deleteGenericGuardDef(java.lang.String id)
IASGenericDataServicedeleteGenericGuardDef in interface IASGenericDataServicepublic void deleteGenericGuardDefs(java.util.List<GenericGuardDef> list)
IASGenericDataServicedeleteGenericGuardDefs in interface IASGenericDataServicepublic GenericGuardDef getGenericGuardDef(java.lang.String id)
IASGenericDataServicegetGenericGuardDef in interface IASGenericDataServicepublic GenericGuardDef importGenericGuardDef(GenericGuardDef genericguarddef)
IASGenericDataServiceimportGenericGuardDef in interface IASGenericDataServicepublic java.util.List<GenericGuardDef> importGenericGuardDefs(java.util.List<GenericGuardDef> list)
IASGenericDataServiceimportGenericGuardDefs in interface IASGenericDataServicepublic GenericGuardDef createGenericGuardDef(GenericGuardDef genericguarddef)
IASGenericDataServicecreateGenericGuardDef in interface IASGenericDataServicepublic java.util.List<GenericGuardDef> createGenericGuardDefs(java.util.List<GenericGuardDef> list)
IASGenericDataServicecreateGenericGuardDefs in interface IASGenericDataServicepublic GenericGuardDef updateGenericGuardDef(GenericGuardDef genericguarddef)
IASGenericDataServiceupdateGenericGuardDef in interface IASGenericDataServicepublic java.util.List<GenericGuardDef> updateGenericGuardDefs(java.util.List<GenericGuardDef> list)
IASGenericDataServiceupdateGenericGuardDefs in interface IASGenericDataServicepublic java.util.List<GenericGuardDef> getGenericGuardDefsByProperty(java.lang.String propertyName, java.lang.Object value)
IASGenericDataServicegetGenericGuardDefsByProperty in interface IASGenericDataServicepublic java.util.List<GenericGuardDef> getGenericGuardDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
IASGenericDataServicegetGenericGuardDefsByProperty in interface IASGenericDataServicepublic net.anotheria.anodoc.query2.QueryResult executeQueryOnGenericGuardDefs(net.anotheria.anodoc.query2.DocumentQuery query)
executeQueryOnGenericGuardDefs in interface IASGenericDataServicepublic java.util.List<GenericGuardDef> getGenericGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
getGenericGuardDefsByProperty in interface IASGenericDataServicepublic java.util.List<GenericGuardDef> getGenericGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
getGenericGuardDefsByProperty in interface IASGenericDataServicepublic int getGenericGuardDefsCount()
getGenericGuardDefsCount in interface IASGenericDataServicepublic java.util.List<GenericGuardDef> getGenericGuardDefs(net.anotheria.util.slicer.Segment aSegment)
getGenericGuardDefs in interface IASGenericDataServicepublic java.util.List<GenericGuardDef> getGenericGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
getGenericGuardDefsByProperty in interface IASGenericDataServicepublic java.util.List<GenericGuardDef> getGenericGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
getGenericGuardDefsByProperty in interface IASGenericDataServicepublic void fetchGenericGuardDef(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASGenericDataServiceException
IASGenericDataServicefetchGenericGuardDef in interface IASGenericDataServiceASGenericDataServiceExceptionpublic void executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) throws ASGenericDataServiceException
IASGenericDataServiceexecuteParsingForDocument in interface IASGenericDataServiceASGenericDataServiceExceptionpublic net.anotheria.anodoc.query2.QueryResult executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query)
executeQueryOnAllObjects in interface IASGenericDataServicepublic net.anotheria.util.xml.XMLNode exportGenericBoxTypesToXML()
public net.anotheria.util.xml.XMLNode exportGenericBoxTypesToXML(java.util.List<GenericBoxType> list)
IASGenericDataServiceexportGenericBoxTypesToXML in interface IASGenericDataServicepublic net.anotheria.util.xml.XMLNode exportGenericBoxHandlerDefsToXML()
public net.anotheria.util.xml.XMLNode exportGenericBoxHandlerDefsToXML(java.util.List<GenericBoxHandlerDef> list)
IASGenericDataServiceexportGenericBoxHandlerDefsToXML in interface IASGenericDataServicepublic net.anotheria.util.xml.XMLNode exportGenericGuardDefsToXML()
public net.anotheria.util.xml.XMLNode exportGenericGuardDefsToXML(java.util.List<GenericGuardDef> list)
IASGenericDataServiceexportGenericGuardDefsToXML in interface IASGenericDataServicepublic net.anotheria.util.xml.XMLNode exportToXML()
IASGenericDataServiceexportToXML in interface IASGenericDataServiceCopyright © 2012-2023 anotheria.net. All Rights Reserved.