Package lumis.service.doui.orderby
Class OrderableFieldsDataProvider
- java.lang.Object
-
- lumis.service.doui.orderby.OrderableFieldsDataProvider
-
- All Implemented Interfaces:
IDataProvider<TabularSource<?>>
public class OrderableFieldsDataProvider extends Object implements IDataProvider<TabularSource<?>>
Provides the orderable fields of the first source of the caller interface instance.- Since:
- 9.0.2
- Version:
- $Revision: 19376 $ $Date: 2016-09-01 10:20:04 -0300 (Thu, 01 Sep 2016) $
-
-
Field Summary
-
Fields inherited from interface lumis.doui.source.IDataProvider
INTERFACE_INSTANCE_PROPERTY_FIELDS, INTERFACE_INSTANCE_PROPERTY_FILTERS, INTERFACE_INSTANCE_PROPERTY_MAX_ROWS, INTERFACE_INSTANCE_PROPERTY_ORDER_BY, MAX_NUM_ORDER_BY_FIELDS
-
-
Constructor Summary
Constructors Constructor Description OrderableFieldsDataProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
-
-
Method Detail
-
loadData
public void loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction) throws PortalException
- Specified by:
loadData
in interfaceIDataProvider<TabularSource<?>>
- Throws:
PortalException
-
-