Class SourceAddMultiRowDataProcessActionHandler<S extends Source<?>>

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters
    Direct Known Subclasses:
    BoostSearchProcessActionHandler

    public class SourceAddMultiRowDataProcessActionHandler<S extends Source<?>>
    extends BaseSourceProcessActionHandler<S>
    Process Action Handler to add multiple rows.

    This process action handler should have the following nodes in its definition:

    • totalRowsParameterId: the parameter id that holds the total number of rows posted.
    Example use of this process action <processAction id="commit" type="tableAddMultiRowData" sourceId="song"> <fieldValues> <fieldValue id="cdId" type="responseRenderParameter">PAGE_PARAMETER_ITEMID</fieldValue> </fieldValues> <response type="doui_standardCommit"/> </processAction>
    Since:
    10.4.0
    Version:
    $Revision: 21230 $ $Date: 2018-04-24 19:07:57 -0300 (Tue, 24 Apr 2018) $