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, service
-
Fields inherited from class net.anotheria.anosite.gen.shared.service.BasicService
log
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomBoxHandlerDefcreateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)Creates a new CustomBoxHandlerDef object.java.util.List<CustomBoxHandlerDef>createCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)Creates multiple new CustomBoxHandlerDef objects.CustomBoxTypecreateCustomBoxType(CustomBoxType customboxtype)Creates a new CustomBoxType object.java.util.List<CustomBoxType>createCustomBoxTypes(java.util.List<CustomBoxType> list)Creates multiple new CustomBoxType objects.CustomGuardDefcreateCustomGuardDef(CustomGuardDef customguarddef)Creates a new CustomGuardDef object.java.util.List<CustomGuardDef>createCustomGuardDefs(java.util.List<CustomGuardDef> list)Creates multiple new CustomGuardDef objects.voiddeleteCustomBoxHandlerDef(java.lang.String id)Deletes a CustomBoxHandlerDef object by id.voiddeleteCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)Deletes a CustomBoxHandlerDef object.voiddeleteCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)Deletes multiple CustomBoxHandlerDef object.voiddeleteCustomBoxType(java.lang.String id)Deletes a CustomBoxType object by id.voiddeleteCustomBoxType(CustomBoxType customboxtype)Deletes a CustomBoxType object.voiddeleteCustomBoxTypes(java.util.List<CustomBoxType> list)Deletes multiple CustomBoxType object.voiddeleteCustomGuardDef(java.lang.String id)Deletes a CustomGuardDef object by id.voiddeleteCustomGuardDef(CustomGuardDef customguarddef)Deletes a CustomGuardDef object.voiddeleteCustomGuardDefs(java.util.List<CustomGuardDef> list)Deletes 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.XMLNodeexportCustomBoxHandlerDefsToXML()net.anotheria.util.xml.XMLNodeexportCustomBoxHandlerDefsToXML(java.util.List<CustomBoxHandlerDef> list)Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportCustomBoxTypesToXML()net.anotheria.util.xml.XMLNodeexportCustomBoxTypesToXML(java.util.List<CustomBoxType> list)Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportCustomGuardDefsToXML()net.anotheria.util.xml.XMLNodeexportCustomGuardDefsToXML(java.util.List<CustomGuardDef> list)Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportToXML()creates an xml element with all contained data.voidfetchCustomBoxHandlerDef(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.voidfetchCustomBoxType(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.voidfetchCustomGuardDef(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.CustomBoxHandlerDefgetCustomBoxHandlerDef(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(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.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, sortedintgetCustomBoxHandlerDefsCount()Returns CustomBoxHandlerDef objects count.CustomBoxTypegetCustomBoxType(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(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.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, sortedintgetCustomBoxTypesCount()Returns CustomBoxType objects count.CustomGuardDefgetCustomGuardDef(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(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.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, sortedintgetCustomGuardDefsCount()Returns CustomGuardDef objects count.CustomBoxHandlerDefimportCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)Imports a new CustomBoxHandlerDef object.java.util.List<CustomBoxHandlerDef>importCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)Imports multiple new CustomBoxHandlerDef object.CustomBoxTypeimportCustomBoxType(CustomBoxType customboxtype)Imports a new CustomBoxType object.java.util.List<CustomBoxType>importCustomBoxTypes(java.util.List<CustomBoxType> list)Imports multiple new CustomBoxType object.CustomGuardDefimportCustomGuardDef(CustomGuardDef customguarddef)Imports a new CustomGuardDef object.java.util.List<CustomGuardDef>importCustomGuardDefs(java.util.List<CustomGuardDef> list)Imports multiple new CustomGuardDef object.voidmoduleLoaded(net.anotheria.anodoc.data.Module module)CustomBoxHandlerDefupdateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)Updates a CustomBoxHandlerDef object.java.util.List<CustomBoxHandlerDef>updateCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)Updates multiple CustomBoxHandlerDef objects.CustomBoxTypeupdateCustomBoxType(CustomBoxType customboxtype)Updates a CustomBoxType object.java.util.List<CustomBoxType>updateCustomBoxTypes(java.util.List<CustomBoxType> list)Updates multiple CustomBoxType objects.CustomGuardDefupdateCustomGuardDef(CustomGuardDef customguarddef)Updates a CustomGuardDef object.java.util.List<CustomGuardDef>updateCustomGuardDefs(java.util.List<CustomGuardDef> list)Updates multiple CustomGuardDef objects.-
Methods inherited from class net.anotheria.anosite.gen.shared.service.BasicCMSService
addModuleListener, getModule, updateModule
-
Methods 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, getImagesService
-
Methods inherited from class net.anotheria.asg.service.AbstractASGService
addServiceListener, fireObjectCreatedEvent, fireObjectDeletedEvent, fireObjectImportedEvent, fireObjectUpdatedEvent, firePersistenceChangedEvent, hasServiceListeners, removeServiceListener
-
-
-
-
Method Detail
-
moduleLoaded
public void moduleLoaded(net.anotheria.anodoc.data.Module module)
- Specified by:
moduleLoadedin interfacenet.anotheria.asg.util.listener.IModuleListener
-
getCustomBoxTypes
public java.util.List<CustomBoxType> getCustomBoxTypes()
Description copied from interface:IASCustomDataServiceReturns all CustomBoxTypes objects stored.- Specified by:
getCustomBoxTypesin interfaceIASCustomDataService
-
getCustomBoxTypes
public java.util.List<CustomBoxType> getCustomBoxTypes(net.anotheria.util.sorter.SortType sortType)
Description copied from interface:IASCustomDataServiceReturns all CustomBoxTypes objects sorted by given sortType.- Specified by:
getCustomBoxTypesin interfaceIASCustomDataService
-
getCustomBoxTypes
public java.util.List<CustomBoxType> getCustomBoxTypes(java.util.List<java.lang.String> ids)
Returns the CustomBoxType objects with the specified ids.
-
getCustomBoxTypes
public 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.
-
deleteCustomBoxType
public void deleteCustomBoxType(CustomBoxType customboxtype)
Description copied from interface:IASCustomDataServiceDeletes a CustomBoxType object.- Specified by:
deleteCustomBoxTypein interfaceIASCustomDataService
-
deleteCustomBoxType
public void deleteCustomBoxType(java.lang.String id)
Description copied from interface:IASCustomDataServiceDeletes a CustomBoxType object by id.- Specified by:
deleteCustomBoxTypein interfaceIASCustomDataService
-
deleteCustomBoxTypes
public void deleteCustomBoxTypes(java.util.List<CustomBoxType> list)
Description copied from interface:IASCustomDataServiceDeletes multiple CustomBoxType object.- Specified by:
deleteCustomBoxTypesin interfaceIASCustomDataService
-
getCustomBoxType
public CustomBoxType getCustomBoxType(java.lang.String id)
Description copied from interface:IASCustomDataServiceReturns the CustomBoxType object with the specified id.- Specified by:
getCustomBoxTypein interfaceIASCustomDataService
-
importCustomBoxType
public CustomBoxType importCustomBoxType(CustomBoxType customboxtype)
Description copied from interface:IASCustomDataServiceImports a new CustomBoxType object. Returns the created version.- Specified by:
importCustomBoxTypein interfaceIASCustomDataService
-
importCustomBoxTypes
public java.util.List<CustomBoxType> importCustomBoxTypes(java.util.List<CustomBoxType> list)
Description copied from interface:IASCustomDataServiceImports multiple new CustomBoxType object. Returns the created versions.- Specified by:
importCustomBoxTypesin interfaceIASCustomDataService
-
createCustomBoxType
public CustomBoxType createCustomBoxType(CustomBoxType customboxtype)
Description copied from interface:IASCustomDataServiceCreates a new CustomBoxType object. Returns the created version.- Specified by:
createCustomBoxTypein interfaceIASCustomDataService
-
createCustomBoxTypes
public java.util.List<CustomBoxType> createCustomBoxTypes(java.util.List<CustomBoxType> list)
Description copied from interface:IASCustomDataServiceCreates multiple new CustomBoxType objects. Returns the created versions.- Specified by:
createCustomBoxTypesin interfaceIASCustomDataService
-
updateCustomBoxType
public CustomBoxType updateCustomBoxType(CustomBoxType customboxtype)
Description copied from interface:IASCustomDataServiceUpdates a CustomBoxType object. Returns the updated version.- Specified by:
updateCustomBoxTypein interfaceIASCustomDataService
-
updateCustomBoxTypes
public java.util.List<CustomBoxType> updateCustomBoxTypes(java.util.List<CustomBoxType> list)
Description copied from interface:IASCustomDataServiceUpdates multiple CustomBoxType objects. Returns the updated versions.- Specified by:
updateCustomBoxTypesin interfaceIASCustomDataService
-
getCustomBoxTypesByProperty
public java.util.List<CustomBoxType> getCustomBoxTypesByProperty(java.lang.String propertyName, java.lang.Object value)
Description copied from interface:IASCustomDataServiceReturns all CustomBoxType objects, where property with given name equals object.- Specified by:
getCustomBoxTypesByPropertyin interfaceIASCustomDataService
-
getCustomBoxTypesByProperty
public java.util.List<CustomBoxType> getCustomBoxTypesByProperty(java.lang.String propertyName, java.lang.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 java.util.List<CustomBoxType> getCustomBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all CustomBoxType objects, where property matches.- Specified by:
getCustomBoxTypesByPropertyin interfaceIASCustomDataService
-
getCustomBoxTypesByProperty
public 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- Specified by:
getCustomBoxTypesByPropertyin interfaceIASCustomDataService
-
getCustomBoxTypesCount
public int getCustomBoxTypesCount()
Returns CustomBoxType objects count.- Specified by:
getCustomBoxTypesCountin interfaceIASCustomDataService
-
getCustomBoxTypes
public java.util.List<CustomBoxType> getCustomBoxTypes(net.anotheria.util.slicer.Segment aSegment)
Returns CustomBoxType objects segment.- Specified by:
getCustomBoxTypesin interfaceIASCustomDataService
-
getCustomBoxTypesByProperty
public java.util.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 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.- Specified by:
getCustomBoxTypesByPropertyin interfaceIASCustomDataService
-
fetchCustomBoxType
public void fetchCustomBoxType(java.lang.String id, java.util.Set<java.lang.String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASCustomDataServiceExceptionDescription copied from interface:IASCustomDataServiceCreate json object list dependencies for this CustomBoxType document.- Specified by:
fetchCustomBoxTypein interfaceIASCustomDataService- Throws:
ASCustomDataServiceException
-
getCustomBoxHandlerDefs
public java.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefs()
Description copied from interface:IASCustomDataServiceReturns all CustomBoxHandlerDefs objects stored.- Specified by:
getCustomBoxHandlerDefsin interfaceIASCustomDataService
-
getCustomBoxHandlerDefs
public java.util.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
public java.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefs(java.util.List<java.lang.String> ids)
Returns the CustomBoxHandlerDef objects with the specified ids.
-
getCustomBoxHandlerDefs
public 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.
-
deleteCustomBoxHandlerDef
public void deleteCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)
Description copied from interface:IASCustomDataServiceDeletes a CustomBoxHandlerDef object.- Specified by:
deleteCustomBoxHandlerDefin interfaceIASCustomDataService
-
deleteCustomBoxHandlerDef
public void deleteCustomBoxHandlerDef(java.lang.String id)
Description copied from interface:IASCustomDataServiceDeletes a CustomBoxHandlerDef object by id.- Specified by:
deleteCustomBoxHandlerDefin interfaceIASCustomDataService
-
deleteCustomBoxHandlerDefs
public void deleteCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)
Description copied from interface:IASCustomDataServiceDeletes multiple CustomBoxHandlerDef object.- Specified by:
deleteCustomBoxHandlerDefsin interfaceIASCustomDataService
-
getCustomBoxHandlerDef
public CustomBoxHandlerDef getCustomBoxHandlerDef(java.lang.String id)
Description copied from interface:IASCustomDataServiceReturns the CustomBoxHandlerDef object with the specified id.- Specified by:
getCustomBoxHandlerDefin interfaceIASCustomDataService
-
importCustomBoxHandlerDef
public CustomBoxHandlerDef importCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)
Description copied from interface:IASCustomDataServiceImports a new CustomBoxHandlerDef object. Returns the created version.- Specified by:
importCustomBoxHandlerDefin interfaceIASCustomDataService
-
importCustomBoxHandlerDefs
public java.util.List<CustomBoxHandlerDef> importCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)
Description copied from interface:IASCustomDataServiceImports multiple new CustomBoxHandlerDef object. Returns the created versions.- Specified by:
importCustomBoxHandlerDefsin interfaceIASCustomDataService
-
createCustomBoxHandlerDef
public CustomBoxHandlerDef createCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)
Description copied from interface:IASCustomDataServiceCreates a new CustomBoxHandlerDef object. Returns the created version.- Specified by:
createCustomBoxHandlerDefin interfaceIASCustomDataService
-
createCustomBoxHandlerDefs
public java.util.List<CustomBoxHandlerDef> createCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)
Description copied from interface:IASCustomDataServiceCreates multiple new CustomBoxHandlerDef objects. Returns the created versions.- Specified by:
createCustomBoxHandlerDefsin interfaceIASCustomDataService
-
updateCustomBoxHandlerDef
public CustomBoxHandlerDef updateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)
Description copied from interface:IASCustomDataServiceUpdates a CustomBoxHandlerDef object. Returns the updated version.- Specified by:
updateCustomBoxHandlerDefin interfaceIASCustomDataService
-
updateCustomBoxHandlerDefs
public java.util.List<CustomBoxHandlerDef> updateCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)
Description copied from interface:IASCustomDataServiceUpdates multiple CustomBoxHandlerDef objects. Returns the updated versions.- Specified by:
updateCustomBoxHandlerDefsin interfaceIASCustomDataService
-
getCustomBoxHandlerDefsByProperty
public java.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value)
Description copied from interface:IASCustomDataServiceReturns all CustomBoxHandlerDef objects, where property with given name equals object.- Specified by:
getCustomBoxHandlerDefsByPropertyin interfaceIASCustomDataService
-
getCustomBoxHandlerDefsByProperty
public java.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.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 java.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all CustomBoxHandlerDef objects, where property matches.- Specified by:
getCustomBoxHandlerDefsByPropertyin interfaceIASCustomDataService
-
getCustomBoxHandlerDefsByProperty
public 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- Specified by:
getCustomBoxHandlerDefsByPropertyin interfaceIASCustomDataService
-
getCustomBoxHandlerDefsCount
public int getCustomBoxHandlerDefsCount()
Returns CustomBoxHandlerDef objects count.- Specified by:
getCustomBoxHandlerDefsCountin interfaceIASCustomDataService
-
getCustomBoxHandlerDefs
public java.util.List<CustomBoxHandlerDef> getCustomBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment)
Returns CustomBoxHandlerDef objects segment.- Specified by:
getCustomBoxHandlerDefsin interfaceIASCustomDataService
-
getCustomBoxHandlerDefsByProperty
public java.util.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 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.- Specified by:
getCustomBoxHandlerDefsByPropertyin interfaceIASCustomDataService
-
fetchCustomBoxHandlerDef
public void fetchCustomBoxHandlerDef(java.lang.String id, java.util.Set<java.lang.String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASCustomDataServiceExceptionDescription copied from interface:IASCustomDataServiceCreate json object list dependencies for this CustomBoxHandlerDef document.- Specified by:
fetchCustomBoxHandlerDefin interfaceIASCustomDataService- Throws:
ASCustomDataServiceException
-
getCustomGuardDefs
public java.util.List<CustomGuardDef> getCustomGuardDefs()
Description copied from interface:IASCustomDataServiceReturns all CustomGuardDefs objects stored.- Specified by:
getCustomGuardDefsin interfaceIASCustomDataService
-
getCustomGuardDefs
public java.util.List<CustomGuardDef> getCustomGuardDefs(net.anotheria.util.sorter.SortType sortType)
Description copied from interface:IASCustomDataServiceReturns all CustomGuardDefs objects sorted by given sortType.- Specified by:
getCustomGuardDefsin interfaceIASCustomDataService
-
getCustomGuardDefs
public java.util.List<CustomGuardDef> getCustomGuardDefs(java.util.List<java.lang.String> ids)
Returns the CustomGuardDef objects with the specified ids.
-
getCustomGuardDefs
public 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.
-
deleteCustomGuardDef
public void deleteCustomGuardDef(CustomGuardDef customguarddef)
Description copied from interface:IASCustomDataServiceDeletes a CustomGuardDef object.- Specified by:
deleteCustomGuardDefin interfaceIASCustomDataService
-
deleteCustomGuardDef
public void deleteCustomGuardDef(java.lang.String id)
Description copied from interface:IASCustomDataServiceDeletes a CustomGuardDef object by id.- Specified by:
deleteCustomGuardDefin interfaceIASCustomDataService
-
deleteCustomGuardDefs
public void deleteCustomGuardDefs(java.util.List<CustomGuardDef> list)
Description copied from interface:IASCustomDataServiceDeletes multiple CustomGuardDef object.- Specified by:
deleteCustomGuardDefsin interfaceIASCustomDataService
-
getCustomGuardDef
public CustomGuardDef getCustomGuardDef(java.lang.String id)
Description copied from interface:IASCustomDataServiceReturns the CustomGuardDef object with the specified id.- Specified by:
getCustomGuardDefin interfaceIASCustomDataService
-
importCustomGuardDef
public CustomGuardDef importCustomGuardDef(CustomGuardDef customguarddef)
Description copied from interface:IASCustomDataServiceImports a new CustomGuardDef object. Returns the created version.- Specified by:
importCustomGuardDefin interfaceIASCustomDataService
-
importCustomGuardDefs
public java.util.List<CustomGuardDef> importCustomGuardDefs(java.util.List<CustomGuardDef> list)
Description copied from interface:IASCustomDataServiceImports multiple new CustomGuardDef object. Returns the created versions.- Specified by:
importCustomGuardDefsin interfaceIASCustomDataService
-
createCustomGuardDef
public CustomGuardDef createCustomGuardDef(CustomGuardDef customguarddef)
Description copied from interface:IASCustomDataServiceCreates a new CustomGuardDef object. Returns the created version.- Specified by:
createCustomGuardDefin interfaceIASCustomDataService
-
createCustomGuardDefs
public java.util.List<CustomGuardDef> createCustomGuardDefs(java.util.List<CustomGuardDef> list)
Description copied from interface:IASCustomDataServiceCreates multiple new CustomGuardDef objects. Returns the created versions.- Specified by:
createCustomGuardDefsin interfaceIASCustomDataService
-
updateCustomGuardDef
public CustomGuardDef updateCustomGuardDef(CustomGuardDef customguarddef)
Description copied from interface:IASCustomDataServiceUpdates a CustomGuardDef object. Returns the updated version.- Specified by:
updateCustomGuardDefin interfaceIASCustomDataService
-
updateCustomGuardDefs
public java.util.List<CustomGuardDef> updateCustomGuardDefs(java.util.List<CustomGuardDef> list)
Description copied from interface:IASCustomDataServiceUpdates multiple CustomGuardDef objects. Returns the updated versions.- Specified by:
updateCustomGuardDefsin interfaceIASCustomDataService
-
getCustomGuardDefsByProperty
public java.util.List<CustomGuardDef> getCustomGuardDefsByProperty(java.lang.String propertyName, java.lang.Object value)
Description copied from interface:IASCustomDataServiceReturns all CustomGuardDef objects, where property with given name equals object.- Specified by:
getCustomGuardDefsByPropertyin interfaceIASCustomDataService
-
getCustomGuardDefsByProperty
public java.util.List<CustomGuardDef> getCustomGuardDefsByProperty(java.lang.String propertyName, java.lang.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 java.util.List<CustomGuardDef> getCustomGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all CustomGuardDef objects, where property matches.- Specified by:
getCustomGuardDefsByPropertyin interfaceIASCustomDataService
-
getCustomGuardDefsByProperty
public 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- Specified by:
getCustomGuardDefsByPropertyin interfaceIASCustomDataService
-
getCustomGuardDefsCount
public int getCustomGuardDefsCount()
Returns CustomGuardDef objects count.- Specified by:
getCustomGuardDefsCountin interfaceIASCustomDataService
-
getCustomGuardDefs
public java.util.List<CustomGuardDef> getCustomGuardDefs(net.anotheria.util.slicer.Segment aSegment)
Returns CustomGuardDef objects segment.- Specified by:
getCustomGuardDefsin interfaceIASCustomDataService
-
getCustomGuardDefsByProperty
public java.util.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 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.- Specified by:
getCustomGuardDefsByPropertyin interfaceIASCustomDataService
-
fetchCustomGuardDef
public void fetchCustomGuardDef(java.lang.String id, java.util.Set<java.lang.String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASCustomDataServiceExceptionDescription copied from interface:IASCustomDataServiceCreate json object list dependencies for this CustomGuardDef document.- Specified by:
fetchCustomGuardDefin interfaceIASCustomDataService- Throws:
ASCustomDataServiceException
-
executeParsingForDocument
public void executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) throws ASCustomDataServiceException
Description copied from interface:IASCustomDataServiceSave transferred document by its own type.- Specified by:
executeParsingForDocumentin 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
public net.anotheria.util.xml.XMLNode exportCustomBoxTypesToXML(java.util.List<CustomBoxType> list)
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(java.util.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
public net.anotheria.util.xml.XMLNode exportCustomGuardDefsToXML(java.util.List<CustomGuardDef> list)
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
-
-