Interface IPlaceholderPopulator

All Known Implementing Classes:
AbstractFormattedPlaceholderPopulator, CopyrightSincePlaceholderPopulator, CopyrightToPlaceholderPopulator, CurrentDatePlaceholderPopulator, UsedProductsPlaceholderPopulator

interface IPlaceholderPopulator
Interface for placeholder population.
  • Method Details

    • populate

      String populate(List<ConfirmedEventWrapper> events, String parameter)
      Populates a placeholder based on the list of ConfirmedEventWrapper and the array of parts of placeholder.
      Parameters:
      events - is a list of event involved into document processing
      parameter - is a parameter passed to a placeholder and separated via delimiter :
      Returns:
      value for placeholder replacement