Interface LowerDunningLevelActionService

All Known Implementing Classes:
LowerDunningLevelActionServiceImpl

@Deprecated public interface LowerDunningLevelActionService
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    lower the dunning level for all debitors in selection if possible if one of the following conditions is true the selected debitor will not be lowered: - the clearing status of the debitor is balanced - the debitor is on the lowest dunning level
  • Method Details

    • lowerDunningLevel

      void lowerDunningLevel(EntityExplorerActionSelection selection) throws Exception
      Deprecated.
      lower the dunning level for all debitors in selection if possible if one of the following conditions is true the selected debitor will not be lowered: - the clearing status of the debitor is balanced - the debitor is on the lowest dunning level
      Parameters:
      selection - the selected debitors
      Throws:
      Exception