Class LowerDunningLevelActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.debitor.impl.action.LowerDunningLevelActionServiceImpl
- All Implemented Interfaces:
LowerDunningLevelActionService
public class LowerDunningLevelActionServiceImpl
extends Object
implements LowerDunningLevelActionService
-
Constructor Summary
ConstructorsConstructorDescriptionLowerDunningLevelActionServiceImpl(Context context, EntityExplorerActionSelectionService selectionService, DefaultDisplayService defaultDisplayService, ClientQuestionService questionService, DunningService dunningService, TextResources textResources, SecurityManager securityManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidlowerDunningLevel(EntityExplorerActionSelection selection) lower the dunning level for all debitors inselectionif 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
-
Constructor Details
-
LowerDunningLevelActionServiceImpl
public LowerDunningLevelActionServiceImpl(Context context, EntityExplorerActionSelectionService selectionService, DefaultDisplayService defaultDisplayService, ClientQuestionService questionService, DunningService dunningService, TextResources textResources, SecurityManager securityManager)
-
-
Method Details
-
lowerDunningLevel
Description copied from interface:LowerDunningLevelActionServicelower the dunning level for all debitors inselectionif 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- Specified by:
lowerDunningLevelin interfaceLowerDunningLevelActionService- Parameters:
selection- the selected debitors
-