Interface CompensationHelper

All Superinterfaces:
LineItemHelper

public interface CompensationHelper extends LineItemHelper
A helper interface that assists in manipulating the compensation object. An instance can be obtained via call coProcessor.getHelper() from a compensation header logic.
See Also:
  • Method Details

    • findAllWithCompensationConditionType

      List<LineItemHelper.LineItem> findAllWithCompensationConditionType(String conditionType)
      Finds all compensation line items with the specified compensation condition type.
      Parameters:
      conditionType - the compensation condition type
      Returns:
      the list of line items