Interface StandingInstructionReadPlatformService
- All Known Implementing Classes:
StandingInstructionReadPlatformServiceImpl
public interface StandingInstructionReadPlatformService
-
Method Summary
Modifier and TypeMethodDescriptionretrieveAll(Integer status) org.apache.fineract.infrastructure.core.service.Page<StandingInstructionData> retrieveAll(StandingInstructionDTO standingInstructionDTO) retrieveOne(Long instructionId) retrieveTemplate(Long fromOfficeId, Long fromClientId, Long fromAccountId, Integer fromAccountType, Long toOfficeId, Long toClientId, Long toAccountId, Integer toAccountType, Integer transferType) retriveLoanDuesData(Long loanId)
-
Method Details
-
retrieveTemplate
-
retrieveAll
org.apache.fineract.infrastructure.core.service.Page<StandingInstructionData> retrieveAll(StandingInstructionDTO standingInstructionDTO) -
retrieveOne
-
retrieveAll
-
retriveLoanDuesData
-