CachedTableModel
Represents a master data table (CachedTable).
implements: hash, sequence<DataObjectModel>
bundle: online channel standard (oc)
since 4.2.0
Represents a master data table (CachedTable).
The CachedTable model represents a master data table. Access to the index n returns the nth line of the master data table as a DataObject instance.
Methods
filter(String:key, String:value) ↦ CachedTableModel
since 4.2.0
Returns a CachedTableModel, which contains the lines from the original model whose column 'key' has the value of the 'value' parameter.