Class PageLinkURLsDataProvider
- java.lang.Object
-
- lumis.service.portalmanagement.pagelink.PageLinkURLsDataProvider
-
- All Implemented Interfaces:
IDataProvider<TabularSource<? extends ITabularSourceField>>
public class PageLinkURLsDataProvider extends Object implements IDataProvider<TabularSource<? extends ITabularSourceField>>
This Data Provider calculates the list of URLs to be displayed in a list interface. This data provider uses a pageLinkId parameter from request.- Since:
- 7.0.3
- Version:
- $Revision: 16060 $ $Date: 2013-11-25 14:14:38 -0200 (Mon, 25 Nov 2013) $
-
-
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 PageLinkURLsDataProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadData(SessionConfig sessionConfig, TabularSource<? extends ITabularSourceField> source, ITransaction transaction)
-
-
-
Method Detail
-
loadData
public void loadData(SessionConfig sessionConfig, TabularSource<? extends ITabularSourceField> source, ITransaction transaction) throws PortalException
- Specified by:
loadData
in interfaceIDataProvider<TabularSource<? extends ITabularSourceField>>
- Throws:
PortalException
-
-