Class DataProviderDatabaseProcessor
- java.lang.Object
-
- org.bardframework.flow.processor.FormProcessorAbstract
-
- org.bardframework.flow.processor.dataprovider.DataProviderDatabaseProcessor
-
- All Implemented Interfaces:
Comparable<FormProcessor>,FormProcessor
public class DataProviderDatabaseProcessor extends FormProcessorAbstract
-
-
Field Summary
-
Fields inherited from class org.bardframework.flow.processor.FormProcessorAbstract
LOGGER
-
-
Constructor Summary
Constructors Constructor Description DataProviderDatabaseProcessor(DataSource dataSource, String fetchDataQuery, String errorMessageCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorMessageCode()voidprocess(String flowToken, Map<String,String> flowData, Map<String,String> formData, Locale locale, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)-
Methods inherited from class org.bardframework.flow.processor.FormProcessorAbstract
mustExecute, setExecuteExpression
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bardframework.flow.form.FormProcessor
compareTo, configurationValidate, order
-
-
-
-
Constructor Detail
-
DataProviderDatabaseProcessor
public DataProviderDatabaseProcessor(DataSource dataSource, String fetchDataQuery, String errorMessageCode)
-
-
Method Detail
-
process
public void process(String flowToken, Map<String,String> flowData, Map<String,String> formData, Locale locale, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) throws Exception
- Throws:
Exception
-
getErrorMessageCode
public String getErrorMessageCode()
-
-