Class WallPostsDataProvider
- java.lang.Object
-
- lumis.service.socialnetworkservices.microblog.doui.dataprovider.WallPostsDataProvider
-
- All Implemented Interfaces:
IDataProvider<TabularSource<ITabularSourceField>>
public class WallPostsDataProvider extends java.lang.Object implements IDataProvider<TabularSource<ITabularSourceField>>
Data Provider class used to load user-wall posts.- Since:
- 6.1.0
- Version:
- $Revision$ $Date$
-
-
Field Summary
Fields Modifier and Type Field Description protected ControlContainer
controlContainer
protected DouiContext
douiContext
-
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 WallPostsDataProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
-
-
-
Field Detail
-
douiContext
protected DouiContext douiContext
-
controlContainer
protected ControlContainer controlContainer
-
-
Method Detail
-
loadData
public void loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction) throws PortalException
- Specified by:
loadData
in interfaceIDataProvider<TabularSource<ITabularSourceField>>
- Throws:
PortalException
-
-