|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.ejb.report.BatchReportGeneratorImpl
Stateful Session bean for batch reports
| Field Summary | |
(package private) static java.lang.String |
DATEFORMAT
|
(package private) static java.lang.String |
DBDATEFORMAT
|
| Constructor Summary | |
BatchReportGeneratorImpl()
Creates a new instance of ReportGeneratorImpl |
|
| Method Summary | |
AssumedMatchReport |
execAssumedMatchReport(AssumedMatchReportConfig config,
java.sql.Connection conn)
Execute the assumed match report |
DeactivateReport |
execDeactivateReport(DeactivateReportConfig config,
java.sql.Connection conn)
Execute the deactivate report |
MergeReport |
execMergeReport(MergeReportConfig config,
java.sql.Connection conn)
Execute the merge report |
KeyStatisticsReport |
execMonthlyKeyStatisticsReport(KeyStatisticsReportConfig config,
java.sql.Connection conn)
Execute the monthly key statistics report |
PotentialDuplicateReport |
execPotentialDuplicateReport(PotentialDuplicateReportConfig config,
java.sql.Connection conn)
Execute the potential duplicate report |
UnmergeReport |
execUnmergeReport(UnmergeReportConfig config,
java.sql.Connection conn)
Execute the unmerge report |
UpdateReport |
execUpdateReport(UpdateReportConfig config,
java.sql.Connection conn)
Execute the update report |
KeyStatisticsReport |
execWeeklyKeyStatisticsReport(KeyStatisticsReportConfig config,
java.sql.Connection conn)
Execute the weekly key statistics report |
KeyStatisticsReport |
execYearlyKeyStatisticsReport(KeyStatisticsReportConfig config,
java.sql.Connection conn)
Execute the yearly key statistics report |
AssumedMatchReport |
getNextAssumedMatchRecords()
To get the Assumed Match records page wise |
DeactivateReport |
getNextDeactivateRecords()
Execute the deactivate report |
MergeReport |
getNextMergeRecords()
To get the Assumed Match records page wise |
PotentialDuplicateReport |
getNextPotDupRecords()
To get the range of Potential Duplicate records |
UnmergeReport |
getNextUnmergeRecords()
To get the UnmergeReport records page wise |
UpdateReport |
getNextUpdateRecords()
Get the next part of the Update Report |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
static final java.lang.String DATEFORMAT
static final java.lang.String DBDATEFORMAT
| Constructor Detail |
public BatchReportGeneratorImpl()
| Method Detail |
public AssumedMatchReport execAssumedMatchReport(AssumedMatchReportConfig config,
java.sql.Connection conn)
throws ReportException
config - assumed match report configurationconn - Database connection
ReportException - an error occured
public DeactivateReport execDeactivateReport(DeactivateReportConfig config,
java.sql.Connection conn)
throws ReportException
config - Deactivate Report Configurationconn - Database connection
ReportException - an error occured
public MergeReport execMergeReport(MergeReportConfig config,
java.sql.Connection conn)
throws ReportException
config - merge report configurationconn - database connection
ReportException - an error occured
public KeyStatisticsReport execMonthlyKeyStatisticsReport(KeyStatisticsReportConfig config,
java.sql.Connection conn)
throws ReportException
config - Key Statistics Report Configurationconn - Database connection
ReportException - an error occured
public PotentialDuplicateReport execPotentialDuplicateReport(PotentialDuplicateReportConfig config,
java.sql.Connection conn)
throws ReportException
config - potential duplicate report configurationconn - Database connection
ReportException - an error occured
public UnmergeReport execUnmergeReport(UnmergeReportConfig config,
java.sql.Connection conn)
throws ReportException
config - Unmerge Report Configurationconn - Database connection
ReportException - an error occured
public UpdateReport execUpdateReport(UpdateReportConfig config,
java.sql.Connection conn)
throws ReportException
config - Update Report Configurationconn - Database connection
ReportException - an error occured
public KeyStatisticsReport execWeeklyKeyStatisticsReport(KeyStatisticsReportConfig config,
java.sql.Connection conn)
throws ReportException
config - Key Statistics Report Configurationconn - Database connection
ReportException - an error occured
public KeyStatisticsReport execYearlyKeyStatisticsReport(KeyStatisticsReportConfig config,
java.sql.Connection conn)
throws ReportException
config - Key Statistics Report Configurationconn - Database connection
ReportException - an error occured
public AssumedMatchReport getNextAssumedMatchRecords()
throws ReportException
ReportException - an error occured
public DeactivateReport getNextDeactivateRecords()
throws ReportException
ReportException - an error occured
public MergeReport getNextMergeRecords()
throws ReportException
ReportException - an error occured
public PotentialDuplicateReport getNextPotDupRecords()
throws ReportException
ReportException - an error occured
public UnmergeReport getNextUnmergeRecords()
throws ReportException
ReportException - an error occured
public UpdateReport getNextUpdateRecords()
throws ReportException
ReportException - an error occured
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.