Interface CreateDunningRunActionService
- All Known Implementing Classes:
CreateDunningRunActionServiceImpl
public interface CreateDunningRunActionService
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionintcreateDunningRun(EntityExplorerActionSelection selection, org.joda.time.DateTime dunningDate, org.joda.time.LocalDate cutoffDate, String maturityDateCalculationMode, org.joda.time.LocalDate specificMaturityBasedate) Deprecated.Deprecated.
-
Method Details
-
getCalculationTypes
Deprecated. -
createDunningRun
@Deprecated int createDunningRun(EntityExplorerActionSelection selection, org.joda.time.DateTime dunningDate, org.joda.time.LocalDate cutoffDate, String maturityDateCalculationMode, org.joda.time.LocalDate specificMaturityBasedate) throws RpcExecutionException, PersistException, InterruptedException Deprecated.
-