parse(HashMap< String, String >) method

Domain bean needs to be converted to HashMap, and use this method to transform into this GenericBean.

Syntax

GenericBean parse ( HashMap< String, String > obj )

Parameters

Returns

Transformed bean from the map contents.

Usage

Use the provided keys for the

HashMap

entries.

Helper method to transform into this bean.

NOTE

: the combined length of the values string should NOT exceed 1000 chars, because the session storage is limited to 1000 chars

Transformed bean from the map contents.