Class ASCustomActionServiceImpl
- 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.ascustomaction.service.ASCustomActionServiceImpl
-
- All Implemented Interfaces:
net.anotheria.anoprise.metafactory.Service,IASCustomActionService,net.anotheria.asg.service.ASGService,net.anotheria.asg.util.listener.IModuleListener
public class ASCustomActionServiceImpl extends BasicCMSService implements IASCustomActionService, 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 ActionMappingDefcreateActionMappingDef(ActionMappingDef actionmappingdef)Creates a new ActionMappingDef object.java.util.List<ActionMappingDef>createActionMappingDefs(java.util.List<ActionMappingDef> list)Creates multiple new ActionMappingDef objects.CustomActionDefcreateCustomActionDef(CustomActionDef customactiondef)Creates a new CustomActionDef object.java.util.List<CustomActionDef>createCustomActionDefs(java.util.List<CustomActionDef> list)Creates multiple new CustomActionDef objects.voiddeleteActionMappingDef(java.lang.String id)Deletes a ActionMappingDef object by id.voiddeleteActionMappingDef(ActionMappingDef actionmappingdef)Deletes a ActionMappingDef object.voiddeleteActionMappingDefs(java.util.List<ActionMappingDef> list)Deletes multiple ActionMappingDef object.voiddeleteCustomActionDef(java.lang.String id)Deletes a CustomActionDef object by id.voiddeleteCustomActionDef(CustomActionDef customactiondef)Deletes a CustomActionDef object.voiddeleteCustomActionDefs(java.util.List<CustomActionDef> list)Deletes multiple CustomActionDef object.voidexecuteParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data)Save transferred document by its own type.net.anotheria.anodoc.query2.QueryResultexecuteQueryOnActionMappingDefs(net.anotheria.anodoc.query2.DocumentQuery query)Executes a query on ActionMappingDefsnet.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.QueryResultexecuteQueryOnCustomActionDefs(net.anotheria.anodoc.query2.DocumentQuery query)Executes a query on CustomActionDefsnet.anotheria.util.xml.XMLNodeexportActionMappingDefsToXML()net.anotheria.util.xml.XMLNodeexportActionMappingDefsToXML(java.util.List<ActionMappingDef> list)Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportCustomActionDefsToXML()net.anotheria.util.xml.XMLNodeexportCustomActionDefsToXML(java.util.List<CustomActionDef> list)Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportToXML()creates an xml element with all contained data.voidfetchActionMappingDef(java.lang.String id, java.util.Set<java.lang.String> addedDocuments, org.codehaus.jettison.json.JSONArray data)Create json object list dependencies for this ActionMappingDef document.voidfetchCustomActionDef(java.lang.String id, java.util.Set<java.lang.String> addedDocuments, org.codehaus.jettison.json.JSONArray data)Create json object list dependencies for this CustomActionDef document.ActionMappingDefgetActionMappingDef(java.lang.String id)Returns the ActionMappingDef object with the specified id.java.util.List<ActionMappingDef>getActionMappingDefs()Returns all ActionMappingDefs objects stored.java.util.List<ActionMappingDef>getActionMappingDefs(java.util.List<java.lang.String> ids)Returns the ActionMappingDef objects with the specified ids.java.util.List<ActionMappingDef>getActionMappingDefs(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)Returns the ActionMappingDef objects with the specified ids, sorted by given sorttype.java.util.List<ActionMappingDef>getActionMappingDefs(net.anotheria.util.slicer.Segment aSegment)Returns ActionMappingDef objects segment.java.util.List<ActionMappingDef>getActionMappingDefs(net.anotheria.util.sorter.SortType sortType)Returns all ActionMappingDefs objects sorted by given sortType.java.util.List<ActionMappingDef>getActionMappingDefsByProperty(java.lang.String propertyName, java.lang.Object value)Returns all ActionMappingDef objects, where property with given name equals object.java.util.List<ActionMappingDef>getActionMappingDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)Returns all ActionMappingDef objects, where property with given name equals object, sorted.java.util.List<ActionMappingDef>getActionMappingDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all ActionMappingDef objects, where property matches.java.util.List<ActionMappingDef>getActionMappingDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns ActionMappingDef objects segment, where property matched.java.util.List<ActionMappingDef>getActionMappingDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns ActionMappingDef objects segment, where property matched, sorted.java.util.List<ActionMappingDef>getActionMappingDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all ActionMappingDef objects, where property matches, sortedintgetActionMappingDefsCount()Returns ActionMappingDef objects count.CustomActionDefgetCustomActionDef(java.lang.String id)Returns the CustomActionDef object with the specified id.java.util.List<CustomActionDef>getCustomActionDefs()Returns all CustomActionDefs objects stored.java.util.List<CustomActionDef>getCustomActionDefs(java.util.List<java.lang.String> ids)Returns the CustomActionDef objects with the specified ids.java.util.List<CustomActionDef>getCustomActionDefs(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)Returns the CustomActionDef objects with the specified ids, sorted by given sorttype.java.util.List<CustomActionDef>getCustomActionDefs(net.anotheria.util.slicer.Segment aSegment)Returns CustomActionDef objects segment.java.util.List<CustomActionDef>getCustomActionDefs(net.anotheria.util.sorter.SortType sortType)Returns all CustomActionDefs objects sorted by given sortType.java.util.List<CustomActionDef>getCustomActionDefsByProperty(java.lang.String propertyName, java.lang.Object value)Returns all CustomActionDef objects, where property with given name equals object.java.util.List<CustomActionDef>getCustomActionDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)Returns all CustomActionDef objects, where property with given name equals object, sorted.java.util.List<CustomActionDef>getCustomActionDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all CustomActionDef objects, where property matches.java.util.List<CustomActionDef>getCustomActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns CustomActionDef objects segment, where property matched.java.util.List<CustomActionDef>getCustomActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns CustomActionDef objects segment, where property matched, sorted.java.util.List<CustomActionDef>getCustomActionDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all CustomActionDef objects, where property matches, sortedintgetCustomActionDefsCount()Returns CustomActionDef objects count.ActionMappingDefimportActionMappingDef(ActionMappingDef actionmappingdef)Imports a new ActionMappingDef object.java.util.List<ActionMappingDef>importActionMappingDefs(java.util.List<ActionMappingDef> list)Imports multiple new ActionMappingDef object.CustomActionDefimportCustomActionDef(CustomActionDef customactiondef)Imports a new CustomActionDef object.java.util.List<CustomActionDef>importCustomActionDefs(java.util.List<CustomActionDef> list)Imports multiple new CustomActionDef object.voidmoduleLoaded(net.anotheria.anodoc.data.Module module)ActionMappingDefupdateActionMappingDef(ActionMappingDef actionmappingdef)Updates a ActionMappingDef object.java.util.List<ActionMappingDef>updateActionMappingDefs(java.util.List<ActionMappingDef> list)Updates multiple ActionMappingDef objects.CustomActionDefupdateCustomActionDef(CustomActionDef customactiondef)Updates a CustomActionDef object.java.util.List<CustomActionDef>updateCustomActionDefs(java.util.List<CustomActionDef> list)Updates multiple CustomActionDef 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
-
getCustomActionDefs
public java.util.List<CustomActionDef> getCustomActionDefs()
Description copied from interface:IASCustomActionServiceReturns all CustomActionDefs objects stored.- Specified by:
getCustomActionDefsin interfaceIASCustomActionService
-
getCustomActionDefs
public java.util.List<CustomActionDef> getCustomActionDefs(net.anotheria.util.sorter.SortType sortType)
Description copied from interface:IASCustomActionServiceReturns all CustomActionDefs objects sorted by given sortType.- Specified by:
getCustomActionDefsin interfaceIASCustomActionService
-
getCustomActionDefs
public java.util.List<CustomActionDef> getCustomActionDefs(java.util.List<java.lang.String> ids)
Returns the CustomActionDef objects with the specified ids.
-
getCustomActionDefs
public java.util.List<CustomActionDef> getCustomActionDefs(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
Returns the CustomActionDef objects with the specified ids, sorted by given sorttype.
-
deleteCustomActionDef
public void deleteCustomActionDef(CustomActionDef customactiondef)
Description copied from interface:IASCustomActionServiceDeletes a CustomActionDef object.- Specified by:
deleteCustomActionDefin interfaceIASCustomActionService
-
deleteCustomActionDef
public void deleteCustomActionDef(java.lang.String id)
Description copied from interface:IASCustomActionServiceDeletes a CustomActionDef object by id.- Specified by:
deleteCustomActionDefin interfaceIASCustomActionService
-
deleteCustomActionDefs
public void deleteCustomActionDefs(java.util.List<CustomActionDef> list)
Description copied from interface:IASCustomActionServiceDeletes multiple CustomActionDef object.- Specified by:
deleteCustomActionDefsin interfaceIASCustomActionService
-
getCustomActionDef
public CustomActionDef getCustomActionDef(java.lang.String id)
Description copied from interface:IASCustomActionServiceReturns the CustomActionDef object with the specified id.- Specified by:
getCustomActionDefin interfaceIASCustomActionService
-
importCustomActionDef
public CustomActionDef importCustomActionDef(CustomActionDef customactiondef)
Description copied from interface:IASCustomActionServiceImports a new CustomActionDef object. Returns the created version.- Specified by:
importCustomActionDefin interfaceIASCustomActionService
-
importCustomActionDefs
public java.util.List<CustomActionDef> importCustomActionDefs(java.util.List<CustomActionDef> list)
Description copied from interface:IASCustomActionServiceImports multiple new CustomActionDef object. Returns the created versions.- Specified by:
importCustomActionDefsin interfaceIASCustomActionService
-
createCustomActionDef
public CustomActionDef createCustomActionDef(CustomActionDef customactiondef)
Description copied from interface:IASCustomActionServiceCreates a new CustomActionDef object. Returns the created version.- Specified by:
createCustomActionDefin interfaceIASCustomActionService
-
createCustomActionDefs
public java.util.List<CustomActionDef> createCustomActionDefs(java.util.List<CustomActionDef> list)
Description copied from interface:IASCustomActionServiceCreates multiple new CustomActionDef objects. Returns the created versions.- Specified by:
createCustomActionDefsin interfaceIASCustomActionService
-
updateCustomActionDef
public CustomActionDef updateCustomActionDef(CustomActionDef customactiondef)
Description copied from interface:IASCustomActionServiceUpdates a CustomActionDef object. Returns the updated version.- Specified by:
updateCustomActionDefin interfaceIASCustomActionService
-
updateCustomActionDefs
public java.util.List<CustomActionDef> updateCustomActionDefs(java.util.List<CustomActionDef> list)
Description copied from interface:IASCustomActionServiceUpdates multiple CustomActionDef objects. Returns the updated versions.- Specified by:
updateCustomActionDefsin interfaceIASCustomActionService
-
getCustomActionDefsByProperty
public java.util.List<CustomActionDef> getCustomActionDefsByProperty(java.lang.String propertyName, java.lang.Object value)
Description copied from interface:IASCustomActionServiceReturns all CustomActionDef objects, where property with given name equals object.- Specified by:
getCustomActionDefsByPropertyin interfaceIASCustomActionService
-
getCustomActionDefsByProperty
public java.util.List<CustomActionDef> getCustomActionDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
Description copied from interface:IASCustomActionServiceReturns all CustomActionDef objects, where property with given name equals object, sorted.- Specified by:
getCustomActionDefsByPropertyin interfaceIASCustomActionService
-
executeQueryOnCustomActionDefs
public net.anotheria.anodoc.query2.QueryResult executeQueryOnCustomActionDefs(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on CustomActionDefs- Specified by:
executeQueryOnCustomActionDefsin interfaceIASCustomActionService
-
getCustomActionDefsByProperty
public java.util.List<CustomActionDef> getCustomActionDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all CustomActionDef objects, where property matches.- Specified by:
getCustomActionDefsByPropertyin interfaceIASCustomActionService
-
getCustomActionDefsByProperty
public java.util.List<CustomActionDef> getCustomActionDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
Returns all CustomActionDef objects, where property matches, sorted- Specified by:
getCustomActionDefsByPropertyin interfaceIASCustomActionService
-
getCustomActionDefsCount
public int getCustomActionDefsCount()
Returns CustomActionDef objects count.- Specified by:
getCustomActionDefsCountin interfaceIASCustomActionService
-
getCustomActionDefs
public java.util.List<CustomActionDef> getCustomActionDefs(net.anotheria.util.slicer.Segment aSegment)
Returns CustomActionDef objects segment.- Specified by:
getCustomActionDefsin interfaceIASCustomActionService
-
getCustomActionDefsByProperty
public java.util.List<CustomActionDef> getCustomActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
Returns CustomActionDef objects segment, where property matched.- Specified by:
getCustomActionDefsByPropertyin interfaceIASCustomActionService
-
getCustomActionDefsByProperty
public java.util.List<CustomActionDef> getCustomActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns CustomActionDef objects segment, where property matched, sorted.- Specified by:
getCustomActionDefsByPropertyin interfaceIASCustomActionService
-
fetchCustomActionDef
public void fetchCustomActionDef(java.lang.String id, java.util.Set<java.lang.String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASCustomActionServiceExceptionDescription copied from interface:IASCustomActionServiceCreate json object list dependencies for this CustomActionDef document.- Specified by:
fetchCustomActionDefin interfaceIASCustomActionService- Throws:
ASCustomActionServiceException
-
getActionMappingDefs
public java.util.List<ActionMappingDef> getActionMappingDefs()
Description copied from interface:IASCustomActionServiceReturns all ActionMappingDefs objects stored.- Specified by:
getActionMappingDefsin interfaceIASCustomActionService
-
getActionMappingDefs
public java.util.List<ActionMappingDef> getActionMappingDefs(net.anotheria.util.sorter.SortType sortType)
Description copied from interface:IASCustomActionServiceReturns all ActionMappingDefs objects sorted by given sortType.- Specified by:
getActionMappingDefsin interfaceIASCustomActionService
-
getActionMappingDefs
public java.util.List<ActionMappingDef> getActionMappingDefs(java.util.List<java.lang.String> ids)
Returns the ActionMappingDef objects with the specified ids.
-
getActionMappingDefs
public java.util.List<ActionMappingDef> getActionMappingDefs(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
Returns the ActionMappingDef objects with the specified ids, sorted by given sorttype.
-
deleteActionMappingDef
public void deleteActionMappingDef(ActionMappingDef actionmappingdef)
Description copied from interface:IASCustomActionServiceDeletes a ActionMappingDef object.- Specified by:
deleteActionMappingDefin interfaceIASCustomActionService
-
deleteActionMappingDef
public void deleteActionMappingDef(java.lang.String id)
Description copied from interface:IASCustomActionServiceDeletes a ActionMappingDef object by id.- Specified by:
deleteActionMappingDefin interfaceIASCustomActionService
-
deleteActionMappingDefs
public void deleteActionMappingDefs(java.util.List<ActionMappingDef> list)
Description copied from interface:IASCustomActionServiceDeletes multiple ActionMappingDef object.- Specified by:
deleteActionMappingDefsin interfaceIASCustomActionService
-
getActionMappingDef
public ActionMappingDef getActionMappingDef(java.lang.String id)
Description copied from interface:IASCustomActionServiceReturns the ActionMappingDef object with the specified id.- Specified by:
getActionMappingDefin interfaceIASCustomActionService
-
importActionMappingDef
public ActionMappingDef importActionMappingDef(ActionMappingDef actionmappingdef)
Description copied from interface:IASCustomActionServiceImports a new ActionMappingDef object. Returns the created version.- Specified by:
importActionMappingDefin interfaceIASCustomActionService
-
importActionMappingDefs
public java.util.List<ActionMappingDef> importActionMappingDefs(java.util.List<ActionMappingDef> list)
Description copied from interface:IASCustomActionServiceImports multiple new ActionMappingDef object. Returns the created versions.- Specified by:
importActionMappingDefsin interfaceIASCustomActionService
-
createActionMappingDef
public ActionMappingDef createActionMappingDef(ActionMappingDef actionmappingdef)
Description copied from interface:IASCustomActionServiceCreates a new ActionMappingDef object. Returns the created version.- Specified by:
createActionMappingDefin interfaceIASCustomActionService
-
createActionMappingDefs
public java.util.List<ActionMappingDef> createActionMappingDefs(java.util.List<ActionMappingDef> list)
Description copied from interface:IASCustomActionServiceCreates multiple new ActionMappingDef objects. Returns the created versions.- Specified by:
createActionMappingDefsin interfaceIASCustomActionService
-
updateActionMappingDef
public ActionMappingDef updateActionMappingDef(ActionMappingDef actionmappingdef)
Description copied from interface:IASCustomActionServiceUpdates a ActionMappingDef object. Returns the updated version.- Specified by:
updateActionMappingDefin interfaceIASCustomActionService
-
updateActionMappingDefs
public java.util.List<ActionMappingDef> updateActionMappingDefs(java.util.List<ActionMappingDef> list)
Description copied from interface:IASCustomActionServiceUpdates multiple ActionMappingDef objects. Returns the updated versions.- Specified by:
updateActionMappingDefsin interfaceIASCustomActionService
-
getActionMappingDefsByProperty
public java.util.List<ActionMappingDef> getActionMappingDefsByProperty(java.lang.String propertyName, java.lang.Object value)
Description copied from interface:IASCustomActionServiceReturns all ActionMappingDef objects, where property with given name equals object.- Specified by:
getActionMappingDefsByPropertyin interfaceIASCustomActionService
-
getActionMappingDefsByProperty
public java.util.List<ActionMappingDef> getActionMappingDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
Description copied from interface:IASCustomActionServiceReturns all ActionMappingDef objects, where property with given name equals object, sorted.- Specified by:
getActionMappingDefsByPropertyin interfaceIASCustomActionService
-
executeQueryOnActionMappingDefs
public net.anotheria.anodoc.query2.QueryResult executeQueryOnActionMappingDefs(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on ActionMappingDefs- Specified by:
executeQueryOnActionMappingDefsin interfaceIASCustomActionService
-
getActionMappingDefsByProperty
public java.util.List<ActionMappingDef> getActionMappingDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all ActionMappingDef objects, where property matches.- Specified by:
getActionMappingDefsByPropertyin interfaceIASCustomActionService
-
getActionMappingDefsByProperty
public java.util.List<ActionMappingDef> getActionMappingDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
Returns all ActionMappingDef objects, where property matches, sorted- Specified by:
getActionMappingDefsByPropertyin interfaceIASCustomActionService
-
getActionMappingDefsCount
public int getActionMappingDefsCount()
Returns ActionMappingDef objects count.- Specified by:
getActionMappingDefsCountin interfaceIASCustomActionService
-
getActionMappingDefs
public java.util.List<ActionMappingDef> getActionMappingDefs(net.anotheria.util.slicer.Segment aSegment)
Returns ActionMappingDef objects segment.- Specified by:
getActionMappingDefsin interfaceIASCustomActionService
-
getActionMappingDefsByProperty
public java.util.List<ActionMappingDef> getActionMappingDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
Returns ActionMappingDef objects segment, where property matched.- Specified by:
getActionMappingDefsByPropertyin interfaceIASCustomActionService
-
getActionMappingDefsByProperty
public java.util.List<ActionMappingDef> getActionMappingDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns ActionMappingDef objects segment, where property matched, sorted.- Specified by:
getActionMappingDefsByPropertyin interfaceIASCustomActionService
-
fetchActionMappingDef
public void fetchActionMappingDef(java.lang.String id, java.util.Set<java.lang.String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASCustomActionServiceExceptionDescription copied from interface:IASCustomActionServiceCreate json object list dependencies for this ActionMappingDef document.- Specified by:
fetchActionMappingDefin interfaceIASCustomActionService- Throws:
ASCustomActionServiceException
-
executeParsingForDocument
public void executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) throws ASCustomActionServiceException
Description copied from interface:IASCustomActionServiceSave transferred document by its own type.- Specified by:
executeParsingForDocumentin interfaceIASCustomActionService- Throws:
ASCustomActionServiceException
-
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 interfaceIASCustomActionService
-
exportCustomActionDefsToXML
public net.anotheria.util.xml.XMLNode exportCustomActionDefsToXML()
-
exportCustomActionDefsToXML
public net.anotheria.util.xml.XMLNode exportCustomActionDefsToXML(java.util.List<CustomActionDef> list)
Description copied from interface:IASCustomActionServiceCreates an xml element with selected contained data.- Specified by:
exportCustomActionDefsToXMLin interfaceIASCustomActionService
-
exportActionMappingDefsToXML
public net.anotheria.util.xml.XMLNode exportActionMappingDefsToXML()
-
exportActionMappingDefsToXML
public net.anotheria.util.xml.XMLNode exportActionMappingDefsToXML(java.util.List<ActionMappingDef> list)
Description copied from interface:IASCustomActionServiceCreates an xml element with selected contained data.- Specified by:
exportActionMappingDefsToXMLin interfaceIASCustomActionService
-
exportToXML
public net.anotheria.util.xml.XMLNode exportToXML()
Description copied from interface:IASCustomActionServicecreates an xml element with all contained data.- Specified by:
exportToXMLin interfaceIASCustomActionService
-
-