Class ASCustomDataServiceImpl
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.ascustomdata.service.ASCustomDataServiceImpl
- All Implemented Interfaces:
net.anotheria.anoprise.metafactory.Service,IASCustomDataService,net.anotheria.asg.service.ASGService,net.anotheria.asg.util.listener.IModuleListener
public class ASCustomDataServiceImpl
extends BasicCMSService
implements IASCustomDataService, 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 TypeMethodDescriptioncreateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) Creates a new CustomBoxHandlerDef object.Creates multiple new CustomBoxHandlerDef objects.createCustomBoxType(CustomBoxType customboxtype) Creates a new CustomBoxType object.Creates multiple new CustomBoxType objects.createCustomGuardDef(CustomGuardDef customguarddef) Creates a new CustomGuardDef object.Creates multiple new CustomGuardDef objects.voidDeletes a CustomBoxHandlerDef object by id.voiddeleteCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) Deletes a CustomBoxHandlerDef object.voidDeletes multiple CustomBoxHandlerDef object.voidDeletes a CustomBoxType object by id.voiddeleteCustomBoxType(CustomBoxType customboxtype) Deletes a CustomBoxType object.voidDeletes multiple CustomBoxType object.voidDeletes a CustomGuardDef object by id.voiddeleteCustomGuardDef(CustomGuardDef customguarddef) Deletes a CustomGuardDef object.voidDeletes multiple CustomGuardDef 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.QueryResultexecuteQueryOnCustomBoxHandlerDefs(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on CustomBoxHandlerDefsnet.anotheria.anodoc.query2.QueryResultexecuteQueryOnCustomBoxTypes(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on CustomBoxTypesnet.anotheria.anodoc.query2.QueryResultexecuteQueryOnCustomGuardDefs(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on CustomGuardDefsnet.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.voidfetchCustomBoxHandlerDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this CustomBoxHandlerDef document.voidfetchCustomBoxType(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this CustomBoxType document.voidfetchCustomGuardDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this CustomGuardDef document.Returns the CustomBoxHandlerDef object with the specified id.Returns all CustomBoxHandlerDefs objects stored.Returns the CustomBoxHandlerDef objects with the specified ids.getCustomBoxHandlerDefs(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the CustomBoxHandlerDef objects with the specified ids, sorted by given sorttype.getCustomBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment) Returns CustomBoxHandlerDef objects segment.getCustomBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType) Returns all CustomBoxHandlerDefs objects sorted by given sortType.getCustomBoxHandlerDefsByProperty(String propertyName, Object value) Returns all CustomBoxHandlerDef objects, where property with given name equals object.getCustomBoxHandlerDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all CustomBoxHandlerDef objects, where property with given name equals object, sorted.getCustomBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomBoxHandlerDef objects, where property matches.getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns CustomBoxHandlerDef objects segment, where property matched.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.getCustomBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomBoxHandlerDef objects, where property matches, sortedintReturns CustomBoxHandlerDef objects count.Returns the CustomBoxType object with the specified id.Returns all CustomBoxTypes objects stored.getCustomBoxTypes(List<String> ids) Returns the CustomBoxType objects with the specified ids.getCustomBoxTypes(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the CustomBoxType objects with the specified ids, sorted by given sorttype.getCustomBoxTypes(net.anotheria.util.slicer.Segment aSegment) Returns CustomBoxType objects segment.getCustomBoxTypes(net.anotheria.util.sorter.SortType sortType) Returns all CustomBoxTypes objects sorted by given sortType.getCustomBoxTypesByProperty(String propertyName, Object value) Returns all CustomBoxType objects, where property with given name equals object.getCustomBoxTypesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all CustomBoxType objects, where property with given name equals object, sorted.getCustomBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomBoxType objects, where property matches.getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns CustomBoxType objects segment, where property matched.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.getCustomBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomBoxType objects, where property matches, sortedintReturns CustomBoxType objects count.Returns the CustomGuardDef object with the specified id.Returns all CustomGuardDefs objects stored.getCustomGuardDefs(List<String> ids) Returns the CustomGuardDef objects with the specified ids.getCustomGuardDefs(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the CustomGuardDef objects with the specified ids, sorted by given sorttype.getCustomGuardDefs(net.anotheria.util.slicer.Segment aSegment) Returns CustomGuardDef objects segment.getCustomGuardDefs(net.anotheria.util.sorter.SortType sortType) Returns all CustomGuardDefs objects sorted by given sortType.getCustomGuardDefsByProperty(String propertyName, Object value) Returns all CustomGuardDef objects, where property with given name equals object.getCustomGuardDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all CustomGuardDef objects, where property with given name equals object, sorted.getCustomGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomGuardDef objects, where property matches.getCustomGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns CustomGuardDef objects segment, where property matched.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.getCustomGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomGuardDef objects, where property matches, sortedintReturns CustomGuardDef objects count.importCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) Imports a new CustomBoxHandlerDef object.Imports multiple new CustomBoxHandlerDef object.importCustomBoxType(CustomBoxType customboxtype) Imports a new CustomBoxType object.Imports multiple new CustomBoxType object.importCustomGuardDef(CustomGuardDef customguarddef) Imports a new CustomGuardDef object.Imports multiple new CustomGuardDef object.voidmoduleLoaded(net.anotheria.anodoc.data.Module module) updateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) Updates a CustomBoxHandlerDef object.Updates multiple CustomBoxHandlerDef objects.updateCustomBoxType(CustomBoxType customboxtype) Updates a CustomBoxType object.Updates multiple CustomBoxType objects.updateCustomGuardDef(CustomGuardDef customguarddef) Updates a CustomGuardDef object.Updates multiple CustomGuardDef 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
-
getCustomBoxTypes
Description copied from interface:IASCustomDataServiceReturns all CustomBoxTypes objects stored.- Specified by:
getCustomBoxTypesin interfaceIASCustomDataService
-
getCustomBoxTypes
Description copied from interface:IASCustomDataServiceReturns all CustomBoxTypes objects sorted by given sortType.- Specified by:
getCustomBoxTypesin interfaceIASCustomDataService
-
getCustomBoxTypes
Returns the CustomBoxType objects with the specified ids. -
getCustomBoxTypes
public List<CustomBoxType> getCustomBoxTypes(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the CustomBoxType objects with the specified ids, sorted by given sorttype. -
deleteCustomBoxType
Description copied from interface:IASCustomDataServiceDeletes a CustomBoxType object.- Specified by:
deleteCustomBoxTypein interfaceIASCustomDataService
-
deleteCustomBoxType
Description copied from interface:IASCustomDataServiceDeletes a CustomBoxType object by id.- Specified by:
deleteCustomBoxTypein interfaceIASCustomDataService
-
deleteCustomBoxTypes
Description copied from interface:IASCustomDataServiceDeletes multiple CustomBoxType object.- Specified by:
deleteCustomBoxTypesin interfaceIASCustomDataService
-
getCustomBoxType
Description copied from interface:IASCustomDataServiceReturns the CustomBoxType object with the specified id.- Specified by:
getCustomBoxTypein interfaceIASCustomDataService
-
importCustomBoxType
Description copied from interface:IASCustomDataServiceImports a new CustomBoxType object. Returns the created version.- Specified by:
importCustomBoxTypein interfaceIASCustomDataService
-
importCustomBoxTypes
Description copied from interface:IASCustomDataServiceImports multiple new CustomBoxType object. Returns the created versions.- Specified by:
importCustomBoxTypesin interfaceIASCustomDataService
-
createCustomBoxType
Description copied from interface:IASCustomDataServiceCreates a new CustomBoxType object. Returns the created version.- Specified by:
createCustomBoxTypein interfaceIASCustomDataService
-
createCustomBoxTypes
Description copied from interface:IASCustomDataServiceCreates multiple new CustomBoxType objects. Returns the created versions.- Specified by:
createCustomBoxTypesin interfaceIASCustomDataService
-
updateCustomBoxType
Description copied from interface:IASCustomDataServiceUpdates a CustomBoxType object. Returns the updated version.- Specified by:
updateCustomBoxTypein interfaceIASCustomDataService
-
updateCustomBoxTypes
Description copied from interface:IASCustomDataServiceUpdates multiple CustomBoxType objects. Returns the updated versions.- Specified by:
updateCustomBoxTypesin interfaceIASCustomDataService
-
getCustomBoxTypesByProperty
Description copied from interface:IASCustomDataServiceReturns all CustomBoxType objects, where property with given name equals object.- Specified by:
getCustomBoxTypesByPropertyin interfaceIASCustomDataService
-
getCustomBoxTypesByProperty
public List<CustomBoxType> getCustomBoxTypesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Description copied from interface:IASCustomDataServiceReturns all CustomBoxType objects, where property with given name equals object, sorted.- Specified by:
getCustomBoxTypesByPropertyin interfaceIASCustomDataService
-
executeQueryOnCustomBoxTypes
public net.anotheria.anodoc.query2.QueryResult executeQueryOnCustomBoxTypes(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on CustomBoxTypes- Specified by:
executeQueryOnCustomBoxTypesin interfaceIASCustomDataService
-
getCustomBoxTypesByProperty
public List<CustomBoxType> getCustomBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomBoxType objects, where property matches.- Specified by:
getCustomBoxTypesByPropertyin interfaceIASCustomDataService
-
getCustomBoxTypesByProperty
public List<CustomBoxType> getCustomBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomBoxType objects, where property matches, sorted- Specified by:
getCustomBoxTypesByPropertyin interfaceIASCustomDataService
-
getCustomBoxTypesCount
public int getCustomBoxTypesCount()Returns CustomBoxType objects count.- Specified by:
getCustomBoxTypesCountin interfaceIASCustomDataService
-
getCustomBoxTypes
Returns CustomBoxType objects segment.- Specified by:
getCustomBoxTypesin interfaceIASCustomDataService
-
getCustomBoxTypesByProperty
public List<CustomBoxType> getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns CustomBoxType objects segment, where property matched.- Specified by:
getCustomBoxTypesByPropertyin interfaceIASCustomDataService
-
getCustomBoxTypesByProperty
public 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.- Specified by:
getCustomBoxTypesByPropertyin interfaceIASCustomDataService
-
fetchCustomBoxType
public void fetchCustomBoxType(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASCustomDataServiceException Description copied from interface:IASCustomDataServiceCreate json object list dependencies for this CustomBoxType document.- Specified by:
fetchCustomBoxTypein interfaceIASCustomDataService- Throws:
ASCustomDataServiceException
-
getCustomBoxHandlerDefs
Description copied from interface:IASCustomDataServiceReturns all CustomBoxHandlerDefs objects stored.- Specified by:
getCustomBoxHandlerDefsin interfaceIASCustomDataService
-
getCustomBoxHandlerDefs
public List<CustomBoxHandlerDef> getCustomBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType) Description copied from interface:IASCustomDataServiceReturns all CustomBoxHandlerDefs objects sorted by given sortType.- Specified by:
getCustomBoxHandlerDefsin interfaceIASCustomDataService
-
getCustomBoxHandlerDefs
Returns the CustomBoxHandlerDef objects with the specified ids. -
getCustomBoxHandlerDefs
public List<CustomBoxHandlerDef> getCustomBoxHandlerDefs(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the CustomBoxHandlerDef objects with the specified ids, sorted by given sorttype. -
deleteCustomBoxHandlerDef
Description copied from interface:IASCustomDataServiceDeletes a CustomBoxHandlerDef object.- Specified by:
deleteCustomBoxHandlerDefin interfaceIASCustomDataService
-
deleteCustomBoxHandlerDef
Description copied from interface:IASCustomDataServiceDeletes a CustomBoxHandlerDef object by id.- Specified by:
deleteCustomBoxHandlerDefin interfaceIASCustomDataService
-
deleteCustomBoxHandlerDefs
Description copied from interface:IASCustomDataServiceDeletes multiple CustomBoxHandlerDef object.- Specified by:
deleteCustomBoxHandlerDefsin interfaceIASCustomDataService
-
getCustomBoxHandlerDef
Description copied from interface:IASCustomDataServiceReturns the CustomBoxHandlerDef object with the specified id.- Specified by:
getCustomBoxHandlerDefin interfaceIASCustomDataService
-
importCustomBoxHandlerDef
Description copied from interface:IASCustomDataServiceImports a new CustomBoxHandlerDef object. Returns the created version.- Specified by:
importCustomBoxHandlerDefin interfaceIASCustomDataService
-
importCustomBoxHandlerDefs
Description copied from interface:IASCustomDataServiceImports multiple new CustomBoxHandlerDef object. Returns the created versions.- Specified by:
importCustomBoxHandlerDefsin interfaceIASCustomDataService
-
createCustomBoxHandlerDef
Description copied from interface:IASCustomDataServiceCreates a new CustomBoxHandlerDef object. Returns the created version.- Specified by:
createCustomBoxHandlerDefin interfaceIASCustomDataService
-
createCustomBoxHandlerDefs
Description copied from interface:IASCustomDataServiceCreates multiple new CustomBoxHandlerDef objects. Returns the created versions.- Specified by:
createCustomBoxHandlerDefsin interfaceIASCustomDataService
-
updateCustomBoxHandlerDef
Description copied from interface:IASCustomDataServiceUpdates a CustomBoxHandlerDef object. Returns the updated version.- Specified by:
updateCustomBoxHandlerDefin interfaceIASCustomDataService
-
updateCustomBoxHandlerDefs
Description copied from interface:IASCustomDataServiceUpdates multiple CustomBoxHandlerDef objects. Returns the updated versions.- Specified by:
updateCustomBoxHandlerDefsin interfaceIASCustomDataService
-
getCustomBoxHandlerDefsByProperty
public List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(String propertyName, Object value) Description copied from interface:IASCustomDataServiceReturns all CustomBoxHandlerDef objects, where property with given name equals object.- Specified by:
getCustomBoxHandlerDefsByPropertyin interfaceIASCustomDataService
-
getCustomBoxHandlerDefsByProperty
public List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Description copied from interface:IASCustomDataServiceReturns all CustomBoxHandlerDef objects, where property with given name equals object, sorted.- Specified by:
getCustomBoxHandlerDefsByPropertyin interfaceIASCustomDataService
-
executeQueryOnCustomBoxHandlerDefs
public net.anotheria.anodoc.query2.QueryResult executeQueryOnCustomBoxHandlerDefs(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on CustomBoxHandlerDefs- Specified by:
executeQueryOnCustomBoxHandlerDefsin interfaceIASCustomDataService
-
getCustomBoxHandlerDefsByProperty
public List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomBoxHandlerDef objects, where property matches.- Specified by:
getCustomBoxHandlerDefsByPropertyin interfaceIASCustomDataService
-
getCustomBoxHandlerDefsByProperty
public List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomBoxHandlerDef objects, where property matches, sorted- Specified by:
getCustomBoxHandlerDefsByPropertyin interfaceIASCustomDataService
-
getCustomBoxHandlerDefsCount
public int getCustomBoxHandlerDefsCount()Returns CustomBoxHandlerDef objects count.- Specified by:
getCustomBoxHandlerDefsCountin interfaceIASCustomDataService
-
getCustomBoxHandlerDefs
public List<CustomBoxHandlerDef> getCustomBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment) Returns CustomBoxHandlerDef objects segment.- Specified by:
getCustomBoxHandlerDefsin interfaceIASCustomDataService
-
getCustomBoxHandlerDefsByProperty
public List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns CustomBoxHandlerDef objects segment, where property matched.- Specified by:
getCustomBoxHandlerDefsByPropertyin interfaceIASCustomDataService
-
getCustomBoxHandlerDefsByProperty
public 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.- Specified by:
getCustomBoxHandlerDefsByPropertyin interfaceIASCustomDataService
-
fetchCustomBoxHandlerDef
public void fetchCustomBoxHandlerDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASCustomDataServiceException Description copied from interface:IASCustomDataServiceCreate json object list dependencies for this CustomBoxHandlerDef document.- Specified by:
fetchCustomBoxHandlerDefin interfaceIASCustomDataService- Throws:
ASCustomDataServiceException
-
getCustomGuardDefs
Description copied from interface:IASCustomDataServiceReturns all CustomGuardDefs objects stored.- Specified by:
getCustomGuardDefsin interfaceIASCustomDataService
-
getCustomGuardDefs
Description copied from interface:IASCustomDataServiceReturns all CustomGuardDefs objects sorted by given sortType.- Specified by:
getCustomGuardDefsin interfaceIASCustomDataService
-
getCustomGuardDefs
Returns the CustomGuardDef objects with the specified ids. -
getCustomGuardDefs
public List<CustomGuardDef> getCustomGuardDefs(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the CustomGuardDef objects with the specified ids, sorted by given sorttype. -
deleteCustomGuardDef
Description copied from interface:IASCustomDataServiceDeletes a CustomGuardDef object.- Specified by:
deleteCustomGuardDefin interfaceIASCustomDataService
-
deleteCustomGuardDef
Description copied from interface:IASCustomDataServiceDeletes a CustomGuardDef object by id.- Specified by:
deleteCustomGuardDefin interfaceIASCustomDataService
-
deleteCustomGuardDefs
Description copied from interface:IASCustomDataServiceDeletes multiple CustomGuardDef object.- Specified by:
deleteCustomGuardDefsin interfaceIASCustomDataService
-
getCustomGuardDef
Description copied from interface:IASCustomDataServiceReturns the CustomGuardDef object with the specified id.- Specified by:
getCustomGuardDefin interfaceIASCustomDataService
-
importCustomGuardDef
Description copied from interface:IASCustomDataServiceImports a new CustomGuardDef object. Returns the created version.- Specified by:
importCustomGuardDefin interfaceIASCustomDataService
-
importCustomGuardDefs
Description copied from interface:IASCustomDataServiceImports multiple new CustomGuardDef object. Returns the created versions.- Specified by:
importCustomGuardDefsin interfaceIASCustomDataService
-
createCustomGuardDef
Description copied from interface:IASCustomDataServiceCreates a new CustomGuardDef object. Returns the created version.- Specified by:
createCustomGuardDefin interfaceIASCustomDataService
-
createCustomGuardDefs
Description copied from interface:IASCustomDataServiceCreates multiple new CustomGuardDef objects. Returns the created versions.- Specified by:
createCustomGuardDefsin interfaceIASCustomDataService
-
updateCustomGuardDef
Description copied from interface:IASCustomDataServiceUpdates a CustomGuardDef object. Returns the updated version.- Specified by:
updateCustomGuardDefin interfaceIASCustomDataService
-
updateCustomGuardDefs
Description copied from interface:IASCustomDataServiceUpdates multiple CustomGuardDef objects. Returns the updated versions.- Specified by:
updateCustomGuardDefsin interfaceIASCustomDataService
-
getCustomGuardDefsByProperty
Description copied from interface:IASCustomDataServiceReturns all CustomGuardDef objects, where property with given name equals object.- Specified by:
getCustomGuardDefsByPropertyin interfaceIASCustomDataService
-
getCustomGuardDefsByProperty
public List<CustomGuardDef> getCustomGuardDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Description copied from interface:IASCustomDataServiceReturns all CustomGuardDef objects, where property with given name equals object, sorted.- Specified by:
getCustomGuardDefsByPropertyin interfaceIASCustomDataService
-
executeQueryOnCustomGuardDefs
public net.anotheria.anodoc.query2.QueryResult executeQueryOnCustomGuardDefs(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on CustomGuardDefs- Specified by:
executeQueryOnCustomGuardDefsin interfaceIASCustomDataService
-
getCustomGuardDefsByProperty
public List<CustomGuardDef> getCustomGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomGuardDef objects, where property matches.- Specified by:
getCustomGuardDefsByPropertyin interfaceIASCustomDataService
-
getCustomGuardDefsByProperty
public List<CustomGuardDef> getCustomGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomGuardDef objects, where property matches, sorted- Specified by:
getCustomGuardDefsByPropertyin interfaceIASCustomDataService
-
getCustomGuardDefsCount
public int getCustomGuardDefsCount()Returns CustomGuardDef objects count.- Specified by:
getCustomGuardDefsCountin interfaceIASCustomDataService
-
getCustomGuardDefs
Returns CustomGuardDef objects segment.- Specified by:
getCustomGuardDefsin interfaceIASCustomDataService
-
getCustomGuardDefsByProperty
public List<CustomGuardDef> getCustomGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns CustomGuardDef objects segment, where property matched.- Specified by:
getCustomGuardDefsByPropertyin interfaceIASCustomDataService
-
getCustomGuardDefsByProperty
public 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.- Specified by:
getCustomGuardDefsByPropertyin interfaceIASCustomDataService
-
fetchCustomGuardDef
public void fetchCustomGuardDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASCustomDataServiceException Description copied from interface:IASCustomDataServiceCreate json object list dependencies for this CustomGuardDef document.- Specified by:
fetchCustomGuardDefin interfaceIASCustomDataService- Throws:
ASCustomDataServiceException
-
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 interfaceIASCustomDataService
-
exportCustomBoxTypesToXML
public net.anotheria.util.xml.XMLNode exportCustomBoxTypesToXML() -
exportCustomBoxTypesToXML
Description copied from interface:IASCustomDataServiceCreates an xml element with selected contained data.- Specified by:
exportCustomBoxTypesToXMLin interfaceIASCustomDataService
-
exportCustomBoxHandlerDefsToXML
public net.anotheria.util.xml.XMLNode exportCustomBoxHandlerDefsToXML() -
exportCustomBoxHandlerDefsToXML
public net.anotheria.util.xml.XMLNode exportCustomBoxHandlerDefsToXML(List<CustomBoxHandlerDef> list) Description copied from interface:IASCustomDataServiceCreates an xml element with selected contained data.- Specified by:
exportCustomBoxHandlerDefsToXMLin interfaceIASCustomDataService
-
exportCustomGuardDefsToXML
public net.anotheria.util.xml.XMLNode exportCustomGuardDefsToXML() -
exportCustomGuardDefsToXML
Description copied from interface:IASCustomDataServiceCreates an xml element with selected contained data.- Specified by:
exportCustomGuardDefsToXMLin interfaceIASCustomDataService
-
exportToXML
public net.anotheria.util.xml.XMLNode exportToXML()Description copied from interface:IASCustomDataServicecreates an xml element with all contained data.- Specified by:
exportToXMLin interfaceIASCustomDataService
-