Class LecFilesDataProvider
- java.lang.Object
-
- lumis.service.portalmanagement.serialization.LecFilesDataProvider
-
- All Implemented Interfaces:
IDataProvider<TabularSource<?>>
public class LecFilesDataProvider extends Object implements IDataProvider<TabularSource<?>>
Data provider implementation that loads information about the lec files available to import content.- Since:
- 11.2.0
- Version:
- $Revision: 22983 $ $Date: 2019-07-24 17:17:54 -0300 (Wed, 24 Jul 2019) $
-
-
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 LecFilesDataProvider()
-
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
-
-