lumis.portal.report
Class ReportManager

Package class diagram package ReportManager
java.lang.Object
  extended by lumis.portal.report.ReportManager
All Implemented Interfaces:
IReportManager

public class ReportManager
extends Object
implements IReportManager

Implementation of Report Management tasks.

Since:
4.1.0

Constructor Summary
ReportManager()
           
 
Method Summary
 void add(SessionConfig sessionConfig, ReportConfig reportConfig, ITransaction transaction)
           
 void delete(SessionConfig sessionConfig, String reportId, ITransaction transaction)
           
 void deleteParameters(SessionConfig sessionConfig, ReportConfig reportConfig, ITransaction transaction)
           
 ReportConfig get(SessionConfig sessionConfig, String id, ITransaction transaction)
           
 void update(SessionConfig sessionConfig, ReportConfig reportConfig, ITransaction transaction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportManager

public ReportManager()
Method Detail

get

public ReportConfig get(SessionConfig sessionConfig,
                        String id,
                        ITransaction transaction)
                 throws PortalException
Specified by:
get in interface IReportManager
Throws:
PortalException

add

public void add(SessionConfig sessionConfig,
                ReportConfig reportConfig,
                ITransaction transaction)
         throws PortalException
Specified by:
add in interface IReportManager
Throws:
PortalException

update

public void update(SessionConfig sessionConfig,
                   ReportConfig reportConfig,
                   ITransaction transaction)
            throws PortalException
Specified by:
update in interface IReportManager
Throws:
PortalException

delete

public void delete(SessionConfig sessionConfig,
                   String reportId,
                   ITransaction transaction)
            throws PortalException
Specified by:
delete in interface IReportManager
Throws:
PortalException

deleteParameters

public void deleteParameters(SessionConfig sessionConfig,
                             ReportConfig reportConfig,
                             ITransaction transaction)
                      throws PortalException
Specified by:
deleteParameters in interface IReportManager
Throws:
PortalException


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.