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
MaintainLauncher Class
Factory class of interface IMaintain
- Author:
- Jorge BELLON 24-02-2017
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlaunchMaintain
(MaintainQuery maintain, DatabaseConnection connection, com.fasterxml.jackson.databind.node.ObjectNode parameters) Launches maintain with a connectionMethods inherited from class com.almis.awe.config.ServiceConfig
containsBean, getApplicationContext, getBean, getBean, getElements, getLocale, getLocale, getProperty, getProperty, getRequest, getSession, setApplicationContext
-
Constructor Details
-
MaintainLauncher
public MaintainLauncher()
-
-
Method Details
-
launchMaintain
@CacheEvict(cacheNames="queryData", allEntries=true) public ServiceData launchMaintain(MaintainQuery maintain, DatabaseConnection connection, com.fasterxml.jackson.databind.node.ObjectNode parameters) throws AWException Launches maintain with a connection- Parameters:
maintain
- Maintain queryconnection
- Connection- Returns:
- serviceData Maintain output
- Throws:
AWException
- Error launching maintain
-