Class MaintainLauncher
- java.lang.Object
-
- com.almis.awe.config.ServiceConfig
-
- com.almis.awe.service.data.connector.maintain.MaintainLauncher
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class MaintainLauncher extends ServiceConfig
MaintainLauncher Class Factory class of interface IMaintain- Author:
- Jorge BELLON 24-02-2017
-
-
Constructor Summary
Constructors Constructor Description MaintainLauncher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceData
launchMaintain(MaintainQuery maintain, DatabaseConnection connection, com.fasterxml.jackson.databind.node.ObjectNode parameters)
Launches a maintain with a connection-
Methods inherited from class com.almis.awe.config.ServiceConfig
containsBean, getApplicationContext, getBean, getBean, getElements, getLocale, getLocale, getProperty, getProperty, getRequest, getSession, setApplicationContext
-
-
-
-
Method Detail
-
launchMaintain
public ServiceData launchMaintain(MaintainQuery maintain, DatabaseConnection connection, com.fasterxml.jackson.databind.node.ObjectNode parameters) throws AWException
Launches a maintain with a connection- Parameters:
maintain
- Maintain queryconnection
- Connection- Returns:
- serviceData Maintain output
- Throws:
AWException
- Error launching maintain
-
-