public class MatchFunctionBase extends Object implements MatchFunctionIntf
| Constructor and Description |
|---|
MatchFunctionBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
createDateUtil() |
int |
getDefError() |
void |
resetFunction() |
boolean |
runFunction(Object anInputValue,
Object aMatchValue,
String aFunction,
String MatchEndValue) |
void |
setFunctionParams(List<Map<String,Object>> aParamList,
String aDatabasePoolName) |
void |
shutdown() |
protected DateUtil dateUtil
public void createDateUtil()
public void setFunctionParams(List<Map<String,Object>> aParamList, String aDatabasePoolName) throws Exception
setFunctionParams in interface MatchFunctionIntfExceptionpublic boolean runFunction(Object anInputValue, Object aMatchValue, String aFunction, String MatchEndValue)
runFunction in interface MatchFunctionIntfpublic void resetFunction()
throws Exception
resetFunction in interface MatchFunctionIntfExceptionpublic void shutdown()
shutdown in interface MatchFunctionIntfpublic int getDefError()
Copyright © 2020. All rights reserved.