public class ParamValueFormParser
extends java.lang.Object
Constructor and Description |
---|
ParamValueFormParser(DynActionForm form) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ParamValue<?>> |
getParamsFromForm(int objectId) |
java.util.List<ParamValue<?>> |
getParamsFromJson(java.lang.String parametersJson) |
java.util.List<ParamValue<?>> |
parse() |
public ParamValueFormParser(DynActionForm form)
public java.util.List<ParamValue<?>> parse() throws BGException
BGException
public java.util.List<ParamValue<?>> getParamsFromJson(java.lang.String parametersJson) throws BGException
BGException
public java.util.List<ParamValue<?>> getParamsFromForm(int objectId) throws BGMessageException
BGMessageException