Class AuditConfigDataProvider
- java.lang.Object
-
- lumis.service.portalmanagement.audit.AuditConfigDataProvider
-
- All Implemented Interfaces:
IDataProvider<TabularSource<?>>
public class AuditConfigDataProvider extends Object implements IDataProvider<TabularSource<?>>
Data provider for Audit configuration.- Since:
- 6.0.0
- Version:
- $Revision: 13092 $ $Date: 2011-05-28 18:19:06 -0300 (Sat, 28 May 2011) $
-
-
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 AuditConfigDataProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
fillTabularData(TabularSource<?> source, AuditConfig auditConfig)
Fill the tabular data with the audit configuration data.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
-
fillTabularData
protected void fillTabularData(TabularSource<?> source, AuditConfig auditConfig) throws PortalException
Fill the tabular data with the audit configuration data.- Parameters:
source
- the instance ofTabularSource
.auditConfig
- the instance ofAuditConfig
.- Throws:
PortalException
- if an error occur filling the tabular data.- Since:
- 6.0.0
-
-