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
ConstructorDescriptionLowerDunningLevelActionServiceImpl
(Context context, EntityExplorerActionSelectionService selectionService, DefaultDisplayService defaultDisplayService, ClientQuestionService questionService, DunningService dunningService, TextResources textResources, SecurityManager securityManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
lowerDunningLevel
(EntityExplorerActionSelection selection) lower the dunning level for all debitors inselection
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
-
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:LowerDunningLevelActionService
lower the dunning level for all debitors inselection
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- Specified by:
lowerDunningLevel
in interfaceLowerDunningLevelActionService
- Parameters:
selection
- the selected debitors
-