Class ASGenericDataServiceImpl
java.lang.Object
net.anotheria.asg.service.AbstractASGService
net.anotheria.anosite.gen.shared.service.BasicService
net.anotheria.anosite.gen.shared.service.BasicCMSService
net.anotheria.anosite.gen.asgenericdata.service.ASGenericDataServiceImpl
- All Implemented Interfaces:
net.anotheria.anoprise.metafactory.Service,IASGenericDataService,net.anotheria.asg.service.ASGService,net.anotheria.asg.util.listener.IModuleListener
public class ASGenericDataServiceImpl
extends BasicCMSService
implements IASGenericDataService, net.anotheria.asg.util.listener.IModuleListener
-
Field Summary
Fields inherited from class net.anotheria.anosite.gen.shared.service.BasicCMSService
MY_OWNER_ID, serviceFields inherited from class net.anotheria.anosite.gen.shared.service.BasicService
log -
Method Summary
Modifier and TypeMethodDescriptioncreateGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) Creates a new GenericBoxHandlerDef object.Creates multiple new GenericBoxHandlerDef objects.createGenericBoxType(GenericBoxType genericboxtype) Creates a new GenericBoxType object.Creates multiple new GenericBoxType objects.createGenericGuardDef(GenericGuardDef genericguarddef) Creates a new GenericGuardDef object.Creates multiple new GenericGuardDef objects.voidDeletes a GenericBoxHandlerDef object by id.voiddeleteGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) Deletes a GenericBoxHandlerDef object.voidDeletes multiple GenericBoxHandlerDef object.voidDeletes a GenericBoxType object by id.voiddeleteGenericBoxType(GenericBoxType genericboxtype) Deletes a GenericBoxType object.voidDeletes multiple GenericBoxType object.voidDeletes a GenericGuardDef object by id.voiddeleteGenericGuardDef(GenericGuardDef genericguarddef) Deletes a GenericGuardDef object.voidDeletes multiple GenericGuardDef object.voidexecuteParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) Save transferred document by its own type.net.anotheria.anodoc.query2.QueryResultexecuteQueryOnAllObjects(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 servicenet.anotheria.anodoc.query2.QueryResultexecuteQueryOnGenericBoxHandlerDefs(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on GenericBoxHandlerDefsnet.anotheria.anodoc.query2.QueryResultexecuteQueryOnGenericBoxTypes(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on GenericBoxTypesnet.anotheria.anodoc.query2.QueryResultexecuteQueryOnGenericGuardDefs(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on GenericGuardDefsnet.anotheria.util.xml.XMLNodenet.anotheria.util.xml.XMLNodeCreates an xml element with selected contained data.net.anotheria.util.xml.XMLNodenet.anotheria.util.xml.XMLNodeCreates an xml element with selected contained data.net.anotheria.util.xml.XMLNodenet.anotheria.util.xml.XMLNodeCreates an xml element with selected contained data.net.anotheria.util.xml.XMLNodecreates an xml element with all contained data.voidfetchGenericBoxHandlerDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this GenericBoxHandlerDef document.voidfetchGenericBoxType(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this GenericBoxType document.voidfetchGenericGuardDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this GenericGuardDef document.Returns the GenericBoxHandlerDef object with the specified id.Returns all GenericBoxHandlerDefs objects stored.Returns the GenericBoxHandlerDef objects with the specified ids.getGenericBoxHandlerDefs(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the GenericBoxHandlerDef objects with the specified ids, sorted by given sorttype.getGenericBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment) Returns GenericBoxHandlerDef objects segment.getGenericBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType) Returns all GenericBoxHandlerDefs objects sorted by given sortType.getGenericBoxHandlerDefsByProperty(String propertyName, Object value) Returns all GenericBoxHandlerDef objects, where property with given name equals object.getGenericBoxHandlerDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all GenericBoxHandlerDef objects, where property with given name equals object, sorted.getGenericBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericBoxHandlerDef objects, where property matches.getGenericBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns GenericBoxHandlerDef objects segment, where property matched.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.getGenericBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericBoxHandlerDef objects, where property matches, sortedintReturns GenericBoxHandlerDef objects count.Returns the GenericBoxType object with the specified id.Returns all GenericBoxTypes objects stored.getGenericBoxTypes(List<String> ids) Returns the GenericBoxType objects with the specified ids.getGenericBoxTypes(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the GenericBoxType objects with the specified ids, sorted by given sorttype.getGenericBoxTypes(net.anotheria.util.slicer.Segment aSegment) Returns GenericBoxType objects segment.getGenericBoxTypes(net.anotheria.util.sorter.SortType sortType) Returns all GenericBoxTypes objects sorted by given sortType.getGenericBoxTypesByProperty(String propertyName, Object value) Returns all GenericBoxType objects, where property with given name equals object.getGenericBoxTypesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all GenericBoxType objects, where property with given name equals object, sorted.getGenericBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericBoxType objects, where property matches.getGenericBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns GenericBoxType objects segment, where property matched.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.getGenericBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericBoxType objects, where property matches, sortedintReturns GenericBoxType objects count.Returns the GenericGuardDef object with the specified id.Returns all GenericGuardDefs objects stored.getGenericGuardDefs(List<String> ids) Returns the GenericGuardDef objects with the specified ids.getGenericGuardDefs(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the GenericGuardDef objects with the specified ids, sorted by given sorttype.getGenericGuardDefs(net.anotheria.util.slicer.Segment aSegment) Returns GenericGuardDef objects segment.getGenericGuardDefs(net.anotheria.util.sorter.SortType sortType) Returns all GenericGuardDefs objects sorted by given sortType.getGenericGuardDefsByProperty(String propertyName, Object value) Returns all GenericGuardDef objects, where property with given name equals object.getGenericGuardDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all GenericGuardDef objects, where property with given name equals object, sorted.getGenericGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericGuardDef objects, where property matches.getGenericGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns GenericGuardDef objects segment, where property matched.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.getGenericGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericGuardDef objects, where property matches, sortedintReturns GenericGuardDef objects count.importGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) Imports a new GenericBoxHandlerDef object.Imports multiple new GenericBoxHandlerDef object.importGenericBoxType(GenericBoxType genericboxtype) Imports a new GenericBoxType object.Imports multiple new GenericBoxType object.importGenericGuardDef(GenericGuardDef genericguarddef) Imports a new GenericGuardDef object.Imports multiple new GenericGuardDef object.voidmoduleLoaded(net.anotheria.anodoc.data.Module module) updateGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) Updates a GenericBoxHandlerDef object.Updates multiple GenericBoxHandlerDef objects.updateGenericBoxType(GenericBoxType genericboxtype) Updates a GenericBoxType object.Updates multiple GenericBoxType objects.updateGenericGuardDef(GenericGuardDef genericguarddef) Updates a GenericGuardDef object.Updates multiple GenericGuardDef objects.Methods inherited from class net.anotheria.anosite.gen.shared.service.BasicCMSService
addModuleListener, getModule, updateModuleMethods inherited from class net.anotheria.anosite.gen.shared.service.BasicService
getAnoAccessApplicationDataService, getAnoAccessConfigurationService, getASActionService, getASBrandService, getASCustomActionService, getASCustomDataService, getASExperimentService, getASFeatureService, getASFederatedDataService, getASGenericActionService, getASGenericDataService, getASLayoutDataService, getASResourceDataService, getASSiteConfigService, getASSiteDataService, getASUserDataService, getASWebDataService, getASWizardDataService, getImagesServiceMethods inherited from class net.anotheria.asg.service.AbstractASGService
addServiceListener, fireObjectCreatedEvent, fireObjectDeletedEvent, fireObjectImportedEvent, fireObjectUpdatedEvent, firePersistenceChangedEvent, hasServiceListeners, removeServiceListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.anotheria.asg.service.ASGService
addServiceListener, hasServiceListeners, removeServiceListener
-
Method Details
-
moduleLoaded
public void moduleLoaded(net.anotheria.anodoc.data.Module module) - Specified by:
moduleLoadedin interfacenet.anotheria.asg.util.listener.IModuleListener
-
getGenericBoxTypes
Description copied from interface:IASGenericDataServiceReturns all GenericBoxTypes objects stored.- Specified by:
getGenericBoxTypesin interfaceIASGenericDataService
-
getGenericBoxTypes
Description copied from interface:IASGenericDataServiceReturns all GenericBoxTypes objects sorted by given sortType.- Specified by:
getGenericBoxTypesin interfaceIASGenericDataService
-
getGenericBoxTypes
Returns the GenericBoxType objects with the specified ids. -
getGenericBoxTypes
public List<GenericBoxType> getGenericBoxTypes(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the GenericBoxType objects with the specified ids, sorted by given sorttype. -
deleteGenericBoxType
Description copied from interface:IASGenericDataServiceDeletes a GenericBoxType object.- Specified by:
deleteGenericBoxTypein interfaceIASGenericDataService
-
deleteGenericBoxType
Description copied from interface:IASGenericDataServiceDeletes a GenericBoxType object by id.- Specified by:
deleteGenericBoxTypein interfaceIASGenericDataService
-
deleteGenericBoxTypes
Description copied from interface:IASGenericDataServiceDeletes multiple GenericBoxType object.- Specified by:
deleteGenericBoxTypesin interfaceIASGenericDataService
-
getGenericBoxType
Description copied from interface:IASGenericDataServiceReturns the GenericBoxType object with the specified id.- Specified by:
getGenericBoxTypein interfaceIASGenericDataService
-
importGenericBoxType
Description copied from interface:IASGenericDataServiceImports a new GenericBoxType object. Returns the created version.- Specified by:
importGenericBoxTypein interfaceIASGenericDataService
-
importGenericBoxTypes
Description copied from interface:IASGenericDataServiceImports multiple new GenericBoxType object. Returns the created versions.- Specified by:
importGenericBoxTypesin interfaceIASGenericDataService
-
createGenericBoxType
Description copied from interface:IASGenericDataServiceCreates a new GenericBoxType object. Returns the created version.- Specified by:
createGenericBoxTypein interfaceIASGenericDataService
-
createGenericBoxTypes
Description copied from interface:IASGenericDataServiceCreates multiple new GenericBoxType objects. Returns the created versions.- Specified by:
createGenericBoxTypesin interfaceIASGenericDataService
-
updateGenericBoxType
Description copied from interface:IASGenericDataServiceUpdates a GenericBoxType object. Returns the updated version.- Specified by:
updateGenericBoxTypein interfaceIASGenericDataService
-
updateGenericBoxTypes
Description copied from interface:IASGenericDataServiceUpdates multiple GenericBoxType objects. Returns the updated versions.- Specified by:
updateGenericBoxTypesin interfaceIASGenericDataService
-
getGenericBoxTypesByProperty
Description copied from interface:IASGenericDataServiceReturns all GenericBoxType objects, where property with given name equals object.- Specified by:
getGenericBoxTypesByPropertyin interfaceIASGenericDataService
-
getGenericBoxTypesByProperty
public List<GenericBoxType> getGenericBoxTypesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Description copied from interface:IASGenericDataServiceReturns all GenericBoxType objects, where property with given name equals object, sorted.- Specified by:
getGenericBoxTypesByPropertyin interfaceIASGenericDataService
-
executeQueryOnGenericBoxTypes
public net.anotheria.anodoc.query2.QueryResult executeQueryOnGenericBoxTypes(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on GenericBoxTypes- Specified by:
executeQueryOnGenericBoxTypesin interfaceIASGenericDataService
-
getGenericBoxTypesByProperty
public List<GenericBoxType> getGenericBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericBoxType objects, where property matches.- Specified by:
getGenericBoxTypesByPropertyin interfaceIASGenericDataService
-
getGenericBoxTypesByProperty
public List<GenericBoxType> getGenericBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericBoxType objects, where property matches, sorted- Specified by:
getGenericBoxTypesByPropertyin interfaceIASGenericDataService
-
getGenericBoxTypesCount
public int getGenericBoxTypesCount()Returns GenericBoxType objects count.- Specified by:
getGenericBoxTypesCountin interfaceIASGenericDataService
-
getGenericBoxTypes
Returns GenericBoxType objects segment.- Specified by:
getGenericBoxTypesin interfaceIASGenericDataService
-
getGenericBoxTypesByProperty
public List<GenericBoxType> getGenericBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns GenericBoxType objects segment, where property matched.- Specified by:
getGenericBoxTypesByPropertyin interfaceIASGenericDataService
-
getGenericBoxTypesByProperty
public 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.- Specified by:
getGenericBoxTypesByPropertyin interfaceIASGenericDataService
-
fetchGenericBoxType
public void fetchGenericBoxType(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASGenericDataServiceException Description copied from interface:IASGenericDataServiceCreate json object list dependencies for this GenericBoxType document.- Specified by:
fetchGenericBoxTypein interfaceIASGenericDataService- Throws:
ASGenericDataServiceException
-
getGenericBoxHandlerDefs
Description copied from interface:IASGenericDataServiceReturns all GenericBoxHandlerDefs objects stored.- Specified by:
getGenericBoxHandlerDefsin interfaceIASGenericDataService
-
getGenericBoxHandlerDefs
public List<GenericBoxHandlerDef> getGenericBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType) Description copied from interface:IASGenericDataServiceReturns all GenericBoxHandlerDefs objects sorted by given sortType.- Specified by:
getGenericBoxHandlerDefsin interfaceIASGenericDataService
-
getGenericBoxHandlerDefs
Returns the GenericBoxHandlerDef objects with the specified ids. -
getGenericBoxHandlerDefs
public List<GenericBoxHandlerDef> getGenericBoxHandlerDefs(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the GenericBoxHandlerDef objects with the specified ids, sorted by given sorttype. -
deleteGenericBoxHandlerDef
Description copied from interface:IASGenericDataServiceDeletes a GenericBoxHandlerDef object.- Specified by:
deleteGenericBoxHandlerDefin interfaceIASGenericDataService
-
deleteGenericBoxHandlerDef
Description copied from interface:IASGenericDataServiceDeletes a GenericBoxHandlerDef object by id.- Specified by:
deleteGenericBoxHandlerDefin interfaceIASGenericDataService
-
deleteGenericBoxHandlerDefs
Description copied from interface:IASGenericDataServiceDeletes multiple GenericBoxHandlerDef object.- Specified by:
deleteGenericBoxHandlerDefsin interfaceIASGenericDataService
-
getGenericBoxHandlerDef
Description copied from interface:IASGenericDataServiceReturns the GenericBoxHandlerDef object with the specified id.- Specified by:
getGenericBoxHandlerDefin interfaceIASGenericDataService
-
importGenericBoxHandlerDef
Description copied from interface:IASGenericDataServiceImports a new GenericBoxHandlerDef object. Returns the created version.- Specified by:
importGenericBoxHandlerDefin interfaceIASGenericDataService
-
importGenericBoxHandlerDefs
Description copied from interface:IASGenericDataServiceImports multiple new GenericBoxHandlerDef object. Returns the created versions.- Specified by:
importGenericBoxHandlerDefsin interfaceIASGenericDataService
-
createGenericBoxHandlerDef
Description copied from interface:IASGenericDataServiceCreates a new GenericBoxHandlerDef object. Returns the created version.- Specified by:
createGenericBoxHandlerDefin interfaceIASGenericDataService
-
createGenericBoxHandlerDefs
Description copied from interface:IASGenericDataServiceCreates multiple new GenericBoxHandlerDef objects. Returns the created versions.- Specified by:
createGenericBoxHandlerDefsin interfaceIASGenericDataService
-
updateGenericBoxHandlerDef
Description copied from interface:IASGenericDataServiceUpdates a GenericBoxHandlerDef object. Returns the updated version.- Specified by:
updateGenericBoxHandlerDefin interfaceIASGenericDataService
-
updateGenericBoxHandlerDefs
Description copied from interface:IASGenericDataServiceUpdates multiple GenericBoxHandlerDef objects. Returns the updated versions.- Specified by:
updateGenericBoxHandlerDefsin interfaceIASGenericDataService
-
getGenericBoxHandlerDefsByProperty
public List<GenericBoxHandlerDef> getGenericBoxHandlerDefsByProperty(String propertyName, Object value) Description copied from interface:IASGenericDataServiceReturns all GenericBoxHandlerDef objects, where property with given name equals object.- Specified by:
getGenericBoxHandlerDefsByPropertyin interfaceIASGenericDataService
-
getGenericBoxHandlerDefsByProperty
public List<GenericBoxHandlerDef> getGenericBoxHandlerDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Description copied from interface:IASGenericDataServiceReturns all GenericBoxHandlerDef objects, where property with given name equals object, sorted.- Specified by:
getGenericBoxHandlerDefsByPropertyin interfaceIASGenericDataService
-
executeQueryOnGenericBoxHandlerDefs
public net.anotheria.anodoc.query2.QueryResult executeQueryOnGenericBoxHandlerDefs(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on GenericBoxHandlerDefs- Specified by:
executeQueryOnGenericBoxHandlerDefsin interfaceIASGenericDataService
-
getGenericBoxHandlerDefsByProperty
public List<GenericBoxHandlerDef> getGenericBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericBoxHandlerDef objects, where property matches.- Specified by:
getGenericBoxHandlerDefsByPropertyin interfaceIASGenericDataService
-
getGenericBoxHandlerDefsByProperty
public List<GenericBoxHandlerDef> getGenericBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericBoxHandlerDef objects, where property matches, sorted- Specified by:
getGenericBoxHandlerDefsByPropertyin interfaceIASGenericDataService
-
getGenericBoxHandlerDefsCount
public int getGenericBoxHandlerDefsCount()Returns GenericBoxHandlerDef objects count.- Specified by:
getGenericBoxHandlerDefsCountin interfaceIASGenericDataService
-
getGenericBoxHandlerDefs
public List<GenericBoxHandlerDef> getGenericBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment) Returns GenericBoxHandlerDef objects segment.- Specified by:
getGenericBoxHandlerDefsin interfaceIASGenericDataService
-
getGenericBoxHandlerDefsByProperty
public List<GenericBoxHandlerDef> getGenericBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns GenericBoxHandlerDef objects segment, where property matched.- Specified by:
getGenericBoxHandlerDefsByPropertyin interfaceIASGenericDataService
-
getGenericBoxHandlerDefsByProperty
public 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.- Specified by:
getGenericBoxHandlerDefsByPropertyin interfaceIASGenericDataService
-
fetchGenericBoxHandlerDef
public void fetchGenericBoxHandlerDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASGenericDataServiceException Description copied from interface:IASGenericDataServiceCreate json object list dependencies for this GenericBoxHandlerDef document.- Specified by:
fetchGenericBoxHandlerDefin interfaceIASGenericDataService- Throws:
ASGenericDataServiceException
-
getGenericGuardDefs
Description copied from interface:IASGenericDataServiceReturns all GenericGuardDefs objects stored.- Specified by:
getGenericGuardDefsin interfaceIASGenericDataService
-
getGenericGuardDefs
Description copied from interface:IASGenericDataServiceReturns all GenericGuardDefs objects sorted by given sortType.- Specified by:
getGenericGuardDefsin interfaceIASGenericDataService
-
getGenericGuardDefs
Returns the GenericGuardDef objects with the specified ids. -
getGenericGuardDefs
public List<GenericGuardDef> getGenericGuardDefs(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the GenericGuardDef objects with the specified ids, sorted by given sorttype. -
deleteGenericGuardDef
Description copied from interface:IASGenericDataServiceDeletes a GenericGuardDef object.- Specified by:
deleteGenericGuardDefin interfaceIASGenericDataService
-
deleteGenericGuardDef
Description copied from interface:IASGenericDataServiceDeletes a GenericGuardDef object by id.- Specified by:
deleteGenericGuardDefin interfaceIASGenericDataService
-
deleteGenericGuardDefs
Description copied from interface:IASGenericDataServiceDeletes multiple GenericGuardDef object.- Specified by:
deleteGenericGuardDefsin interfaceIASGenericDataService
-
getGenericGuardDef
Description copied from interface:IASGenericDataServiceReturns the GenericGuardDef object with the specified id.- Specified by:
getGenericGuardDefin interfaceIASGenericDataService
-
importGenericGuardDef
Description copied from interface:IASGenericDataServiceImports a new GenericGuardDef object. Returns the created version.- Specified by:
importGenericGuardDefin interfaceIASGenericDataService
-
importGenericGuardDefs
Description copied from interface:IASGenericDataServiceImports multiple new GenericGuardDef object. Returns the created versions.- Specified by:
importGenericGuardDefsin interfaceIASGenericDataService
-
createGenericGuardDef
Description copied from interface:IASGenericDataServiceCreates a new GenericGuardDef object. Returns the created version.- Specified by:
createGenericGuardDefin interfaceIASGenericDataService
-
createGenericGuardDefs
Description copied from interface:IASGenericDataServiceCreates multiple new GenericGuardDef objects. Returns the created versions.- Specified by:
createGenericGuardDefsin interfaceIASGenericDataService
-
updateGenericGuardDef
Description copied from interface:IASGenericDataServiceUpdates a GenericGuardDef object. Returns the updated version.- Specified by:
updateGenericGuardDefin interfaceIASGenericDataService
-
updateGenericGuardDefs
Description copied from interface:IASGenericDataServiceUpdates multiple GenericGuardDef objects. Returns the updated versions.- Specified by:
updateGenericGuardDefsin interfaceIASGenericDataService
-
getGenericGuardDefsByProperty
Description copied from interface:IASGenericDataServiceReturns all GenericGuardDef objects, where property with given name equals object.- Specified by:
getGenericGuardDefsByPropertyin interfaceIASGenericDataService
-
getGenericGuardDefsByProperty
public List<GenericGuardDef> getGenericGuardDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Description copied from interface:IASGenericDataServiceReturns all GenericGuardDef objects, where property with given name equals object, sorted.- Specified by:
getGenericGuardDefsByPropertyin interfaceIASGenericDataService
-
executeQueryOnGenericGuardDefs
public net.anotheria.anodoc.query2.QueryResult executeQueryOnGenericGuardDefs(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on GenericGuardDefs- Specified by:
executeQueryOnGenericGuardDefsin interfaceIASGenericDataService
-
getGenericGuardDefsByProperty
public List<GenericGuardDef> getGenericGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericGuardDef objects, where property matches.- Specified by:
getGenericGuardDefsByPropertyin interfaceIASGenericDataService
-
getGenericGuardDefsByProperty
public List<GenericGuardDef> getGenericGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericGuardDef objects, where property matches, sorted- Specified by:
getGenericGuardDefsByPropertyin interfaceIASGenericDataService
-
getGenericGuardDefsCount
public int getGenericGuardDefsCount()Returns GenericGuardDef objects count.- Specified by:
getGenericGuardDefsCountin interfaceIASGenericDataService
-
getGenericGuardDefs
Returns GenericGuardDef objects segment.- Specified by:
getGenericGuardDefsin interfaceIASGenericDataService
-
getGenericGuardDefsByProperty
public List<GenericGuardDef> getGenericGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns GenericGuardDef objects segment, where property matched.- Specified by:
getGenericGuardDefsByPropertyin interfaceIASGenericDataService
-
getGenericGuardDefsByProperty
public 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.- Specified by:
getGenericGuardDefsByPropertyin interfaceIASGenericDataService
-
fetchGenericGuardDef
public void fetchGenericGuardDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASGenericDataServiceException Description copied from interface:IASGenericDataServiceCreate json object list dependencies for this GenericGuardDef document.- Specified by:
fetchGenericGuardDefin interfaceIASGenericDataService- Throws:
ASGenericDataServiceException
-
executeQueryOnAllObjects
public 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- Specified by:
executeQueryOnAllObjectsin interfaceIASGenericDataService
-
exportGenericBoxTypesToXML
public net.anotheria.util.xml.XMLNode exportGenericBoxTypesToXML() -
exportGenericBoxTypesToXML
Description copied from interface:IASGenericDataServiceCreates an xml element with selected contained data.- Specified by:
exportGenericBoxTypesToXMLin interfaceIASGenericDataService
-
exportGenericBoxHandlerDefsToXML
public net.anotheria.util.xml.XMLNode exportGenericBoxHandlerDefsToXML() -
exportGenericBoxHandlerDefsToXML
public net.anotheria.util.xml.XMLNode exportGenericBoxHandlerDefsToXML(List<GenericBoxHandlerDef> list) Description copied from interface:IASGenericDataServiceCreates an xml element with selected contained data.- Specified by:
exportGenericBoxHandlerDefsToXMLin interfaceIASGenericDataService
-
exportGenericGuardDefsToXML
public net.anotheria.util.xml.XMLNode exportGenericGuardDefsToXML() -
exportGenericGuardDefsToXML
Description copied from interface:IASGenericDataServiceCreates an xml element with selected contained data.- Specified by:
exportGenericGuardDefsToXMLin interfaceIASGenericDataService
-
exportToXML
public net.anotheria.util.xml.XMLNode exportToXML()Description copied from interface:IASGenericDataServicecreates an xml element with all contained data.- Specified by:
exportToXMLin interfaceIASGenericDataService
-