@Component public class ConfigurationDaoHelper extends Object
| Constructor and Description |
|---|
ConfigurationDaoHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkNotAllowedMethod(String methodName)
Checks if the method name is not allowed against the configuration.
|
String |
getClobProperty(String configurationKey)
Method used to return character large object configuration values
|
public void checkNotAllowedMethod(String methodName) throws MethodNotAllowedException
methodName - the method nameMethodNotAllowedException - if requested method is not allowed.Copyright © 2017. All rights reserved.