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.List<ActionMappingDef>createActionMappingDefs(List<ActionMappingDef> list)Creates multiple new ActionMappingDef objects.CustomActionDefcreateCustomActionDef(CustomActionDef customactiondef)Creates a new CustomActionDef object.List<CustomActionDef>createCustomActionDefs(List<CustomActionDef> list)Creates multiple new CustomActionDef objects.voiddeleteActionMappingDef(String id)Deletes a ActionMappingDef object by id.voiddeleteActionMappingDef(ActionMappingDef actionmappingdef)Deletes a ActionMappingDef object.voiddeleteActionMappingDefs(List<ActionMappingDef> list)Deletes multiple ActionMappingDef object.voiddeleteCustomActionDef(String id)Deletes a CustomActionDef object by id.voiddeleteCustomActionDef(CustomActionDef customactiondef)Deletes a CustomActionDef object.voiddeleteCustomActionDefs(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(List<ActionMappingDef> list)Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportCustomActionDefsToXML()net.anotheria.util.xml.XMLNodeexportCustomActionDefsToXML(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(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data)Create json object list dependencies for this ActionMappingDef document.voidfetchCustomActionDef(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data)Create json object list dependencies for this CustomActionDef document.ActionMappingDefgetActionMappingDef(String id)Returns the ActionMappingDef object with the specified id.List<ActionMappingDef>getActionMappingDefs()Returns all ActionMappingDefs objects stored.List<ActionMappingDef>getActionMappingDefs(List<String> ids)Returns the ActionMappingDef objects with the specified ids.List<ActionMappingDef>getActionMappingDefs(List<String> ids, net.anotheria.util.sorter.SortType sortType)Returns the ActionMappingDef objects with the specified ids, sorted by given sorttype.List<ActionMappingDef>getActionMappingDefs(net.anotheria.util.slicer.Segment aSegment)Returns ActionMappingDef objects segment.List<ActionMappingDef>getActionMappingDefs(net.anotheria.util.sorter.SortType sortType)Returns all ActionMappingDefs objects sorted by given sortType.List<ActionMappingDef>getActionMappingDefsByProperty(String propertyName, Object value)Returns all ActionMappingDef objects, where property with given name equals object.List<ActionMappingDef>getActionMappingDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType)Returns all ActionMappingDef objects, where property with given name equals object, sorted.List<ActionMappingDef>getActionMappingDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all ActionMappingDef objects, where property matches.List<ActionMappingDef>getActionMappingDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns ActionMappingDef objects segment, where property matched.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.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(String id)Returns the CustomActionDef object with the specified id.List<CustomActionDef>getCustomActionDefs()Returns all CustomActionDefs objects stored.List<CustomActionDef>getCustomActionDefs(List<String> ids)Returns the CustomActionDef objects with the specified ids.List<CustomActionDef>getCustomActionDefs(List<String> ids, net.anotheria.util.sorter.SortType sortType)Returns the CustomActionDef objects with the specified ids, sorted by given sorttype.List<CustomActionDef>getCustomActionDefs(net.anotheria.util.slicer.Segment aSegment)Returns CustomActionDef objects segment.List<CustomActionDef>getCustomActionDefs(net.anotheria.util.sorter.SortType sortType)Returns all CustomActionDefs objects sorted by given sortType.List<CustomActionDef>getCustomActionDefsByProperty(String propertyName, Object value)Returns all CustomActionDef objects, where property with given name equals object.List<CustomActionDef>getCustomActionDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType)Returns all CustomActionDef objects, where property with given name equals object, sorted.List<CustomActionDef>getCustomActionDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all CustomActionDef objects, where property matches.List<CustomActionDef>getCustomActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns CustomActionDef objects segment, where property matched.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.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.List<ActionMappingDef>importActionMappingDefs(List<ActionMappingDef> list)Imports multiple new ActionMappingDef object.CustomActionDefimportCustomActionDef(CustomActionDef customactiondef)Imports a new CustomActionDef object.List<CustomActionDef>importCustomActionDefs(List<CustomActionDef> list)Imports multiple new CustomActionDef object.voidmoduleLoaded(net.anotheria.anodoc.data.Module module)ActionMappingDefupdateActionMappingDef(ActionMappingDef actionmappingdef)Updates a ActionMappingDef object.List<ActionMappingDef>updateActionMappingDefs(List<ActionMappingDef> list)Updates multiple ActionMappingDef objects.CustomActionDefupdateCustomActionDef(CustomActionDef customactiondef)Updates a CustomActionDef object.List<CustomActionDef>updateCustomActionDefs(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 List<CustomActionDef> getCustomActionDefs()
Description copied from interface:IASCustomActionServiceReturns all CustomActionDefs objects stored.- Specified by:
getCustomActionDefsin interfaceIASCustomActionService
-
getCustomActionDefs
public 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 List<CustomActionDef> getCustomActionDefs(List<String> ids)
Returns the CustomActionDef objects with the specified ids.
-
getCustomActionDefs
public List<CustomActionDef> getCustomActionDefs(List<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(String id)
Description copied from interface:IASCustomActionServiceDeletes a CustomActionDef object by id.- Specified by:
deleteCustomActionDefin interfaceIASCustomActionService
-
deleteCustomActionDefs
public void deleteCustomActionDefs(List<CustomActionDef> list)
Description copied from interface:IASCustomActionServiceDeletes multiple CustomActionDef object.- Specified by:
deleteCustomActionDefsin interfaceIASCustomActionService
-
getCustomActionDef
public CustomActionDef getCustomActionDef(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 List<CustomActionDef> importCustomActionDefs(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 List<CustomActionDef> createCustomActionDefs(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 List<CustomActionDef> updateCustomActionDefs(List<CustomActionDef> list)
Description copied from interface:IASCustomActionServiceUpdates multiple CustomActionDef objects. Returns the updated versions.- Specified by:
updateCustomActionDefsin interfaceIASCustomActionService
-
getCustomActionDefsByProperty
public List<CustomActionDef> getCustomActionDefsByProperty(String propertyName, Object value)
Description copied from interface:IASCustomActionServiceReturns all CustomActionDef objects, where property with given name equals object.- Specified by:
getCustomActionDefsByPropertyin interfaceIASCustomActionService
-
getCustomActionDefsByProperty
public List<CustomActionDef> getCustomActionDefsByProperty(String propertyName, 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 List<CustomActionDef> getCustomActionDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all CustomActionDef objects, where property matches.- Specified by:
getCustomActionDefsByPropertyin interfaceIASCustomActionService
-
getCustomActionDefsByProperty
public 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 List<CustomActionDef> getCustomActionDefs(net.anotheria.util.slicer.Segment aSegment)
Returns CustomActionDef objects segment.- Specified by:
getCustomActionDefsin interfaceIASCustomActionService
-
getCustomActionDefsByProperty
public 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 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(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASCustomActionServiceException
Description copied from interface:IASCustomActionServiceCreate json object list dependencies for this CustomActionDef document.- Specified by:
fetchCustomActionDefin interfaceIASCustomActionService- Throws:
ASCustomActionServiceException
-
getActionMappingDefs
public List<ActionMappingDef> getActionMappingDefs()
Description copied from interface:IASCustomActionServiceReturns all ActionMappingDefs objects stored.- Specified by:
getActionMappingDefsin interfaceIASCustomActionService
-
getActionMappingDefs
public 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 List<ActionMappingDef> getActionMappingDefs(List<String> ids)
Returns the ActionMappingDef objects with the specified ids.
-
getActionMappingDefs
public List<ActionMappingDef> getActionMappingDefs(List<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(String id)
Description copied from interface:IASCustomActionServiceDeletes a ActionMappingDef object by id.- Specified by:
deleteActionMappingDefin interfaceIASCustomActionService
-
deleteActionMappingDefs
public void deleteActionMappingDefs(List<ActionMappingDef> list)
Description copied from interface:IASCustomActionServiceDeletes multiple ActionMappingDef object.- Specified by:
deleteActionMappingDefsin interfaceIASCustomActionService
-
getActionMappingDef
public ActionMappingDef getActionMappingDef(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 List<ActionMappingDef> importActionMappingDefs(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 List<ActionMappingDef> createActionMappingDefs(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 List<ActionMappingDef> updateActionMappingDefs(List<ActionMappingDef> list)
Description copied from interface:IASCustomActionServiceUpdates multiple ActionMappingDef objects. Returns the updated versions.- Specified by:
updateActionMappingDefsin interfaceIASCustomActionService
-
getActionMappingDefsByProperty
public List<ActionMappingDef> getActionMappingDefsByProperty(String propertyName, Object value)
Description copied from interface:IASCustomActionServiceReturns all ActionMappingDef objects, where property with given name equals object.- Specified by:
getActionMappingDefsByPropertyin interfaceIASCustomActionService
-
getActionMappingDefsByProperty
public List<ActionMappingDef> getActionMappingDefsByProperty(String propertyName, 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 List<ActionMappingDef> getActionMappingDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all ActionMappingDef objects, where property matches.- Specified by:
getActionMappingDefsByPropertyin interfaceIASCustomActionService
-
getActionMappingDefsByProperty
public 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 List<ActionMappingDef> getActionMappingDefs(net.anotheria.util.slicer.Segment aSegment)
Returns ActionMappingDef objects segment.- Specified by:
getActionMappingDefsin interfaceIASCustomActionService
-
getActionMappingDefsByProperty
public 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 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(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASCustomActionServiceException
Description 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(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(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
-
-