Class TableAddMultiRowDataProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    @Deprecated
    public class TableAddMultiRowDataProcessActionHandler
    extends TableAddDataProcessActionHandler
    Deprecated.
    Since 10.4.0, this class was replaced by SourceAddMultiRowDataProcessActionHandler due to the encapsulation of add operation on Source. This class is kept only for backwards compatibility with custom classes extending it and may not be compatible with new features.
    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:
    4.0.6
    Version:
    $Revision: 21230 $ $Date: 2018-04-24 19:07:57 -0300 (Tue, 24 Apr 2018) $