Package ru.onego.industrial.catalog.util

Interface Summary
Action Specifies action to be performed on column value
CatalogAction Specifies action which can be performed on the whole catalog.
FunctionInterface Specifies interface of the value processing function.
 

Class Summary
ActionsManager Manager, which maintains all actions in JCatalog.
FunctionsAction Action implements processing value with help of functions.
LeftFunction Class implements standard Left() function.
PairValue Special class for treating expressions like 'parameter => value'.
ReplaceAllFunction Class implements adapter for Java API function replaceAll(regex, newValue).
ReplaceFunction Class implements adapter for Java API function replace(String, String).
TrimFunction Class implements adapter for Java API function trim().
UppercaseFunction Class implements adapter for Java API function upperCase().
 

Exception Summary
FunctionException Functions exception
UtilException Utils exception.