Interface IPlaceholderPopulator
-
- All Known Implementing Classes:
AbstractFormattedPlaceholderPopulator
,CopyrightSincePlaceholderPopulator
,CopyrightToPlaceholderPopulator
,CurrentDatePlaceholderPopulator
,UsedProductsPlaceholderPopulator
interface IPlaceholderPopulator
Interface for placeholder population.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
populate(java.util.List<ConfirmedEventWrapper> events, java.lang.String parameter)
Populates a placeholder based on the list ofConfirmedEventWrapper
and the array of parts of placeholder.
-
-
-
Method Detail
-
populate
java.lang.String populate(java.util.List<ConfirmedEventWrapper> events, java.lang.String parameter)
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
-
-