public class PlaceholderToReportDocumentService extends Object
ReportDocument
and Placeholder.| Modifier and Type | Field and Description |
|---|---|
private static PlaceholderToReportDocumentService |
instance
Singleton.
|
| Constructor and Description |
|---|
PlaceholderToReportDocumentService() |
| Modifier and Type | Method and Description |
|---|---|
static PlaceholderToReportDocumentService |
getInstance() |
ReportDocument |
getReportDocument(Placeholder placeholder)
Find a value from
PlaceholderToReportDocumentRepository.getPlaceholderToReportDocumentMap() by the key |
void |
putPlaceholderToReportDocument(Placeholder placeholder,
ReportDocument reportDocument)
Put arguments to the
PlaceholderToReportDocumentRepository.getPlaceholderToReportDocumentMap() map. |
private static final PlaceholderToReportDocumentService instance
public PlaceholderToReportDocumentService()
public static PlaceholderToReportDocumentService getInstance()
PlaceholderToReportDocumentService singleton.public ReportDocument getReportDocument(Placeholder placeholder)
PlaceholderToReportDocumentRepository.getPlaceholderToReportDocumentMap() by the keyplaceholder - a keypublic void putPlaceholderToReportDocument(Placeholder placeholder, ReportDocument reportDocument)
PlaceholderToReportDocumentRepository.getPlaceholderToReportDocumentMap() map.placeholder - a keyreportDocument - a valueCopyright © 2023. All rights reserved.