Interface IPlaceholderPopulator
- All Known Implementing Classes:
AbstractFormattedPlaceholderPopulator
,CopyrightSincePlaceholderPopulator
,CopyrightToPlaceholderPopulator
,CurrentDatePlaceholderPopulator
,UsedProductsPlaceholderPopulator
interface IPlaceholderPopulator
Interface for placeholder population.
-
Method Summary
Modifier and TypeMethodDescriptionpopulate
(List<ConfirmedEventWrapper> events, String parameter) Populates a placeholder based on the list ofConfirmedEventWrapper
and the array of parts of placeholder.
-
Method Details
-
populate
Populates a placeholder based on the list ofConfirmedEventWrapper
and the array of parts of placeholder.- Parameters:
events
- is a list of event involved into document processingparameter
- is a parameter passed to a placeholder and separated via delimiter:
- Returns:
- value for placeholder replacement
-