Class RepeatAndUpdateLastDunningActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.debitor.impl.action.RepeatAndUpdateLastDunningActionServiceImpl
- All Implemented Interfaces:
RepeatAndUpdateLastDunningActionService
public class RepeatAndUpdateLastDunningActionServiceImpl
extends Object
implements RepeatAndUpdateLastDunningActionService
-
Constructor Summary
ConstructorsConstructorDescriptionRepeatAndUpdateLastDunningActionServiceImpl(EntityExplorerActionSelectionService selectionService, TextResources textResources, ClientQuestionService clientQuestionService, Context context, QueryBuilderFactory queryBuilderFactory, SecurityManager securityManager, EntityDefaultValueService entityDefaultValueService, DunningStopService dunningStopService) -
Method Summary
Modifier and TypeMethodDescriptionrepeatDunning(EntityExplorerActionSelection selection) reruns the dunning if the debitor doesn't have at least one dunning_level the dunning will not be repeated
-
Constructor Details
-
RepeatAndUpdateLastDunningActionServiceImpl
public RepeatAndUpdateLastDunningActionServiceImpl(EntityExplorerActionSelectionService selectionService, TextResources textResources, ClientQuestionService clientQuestionService, Context context, QueryBuilderFactory queryBuilderFactory, SecurityManager securityManager, EntityDefaultValueService entityDefaultValueService, DunningStopService dunningStopService)
-
-
Method Details
-
repeatDunning
Description copied from interface:RepeatAndUpdateLastDunningActionServicereruns the dunning if the debitor doesn't have at least one dunning_level the dunning will not be repeated- Specified by:
repeatDunningin interfaceRepeatAndUpdateLastDunningActionService- Parameters:
selection- the selected debitor
-