Package org.mifosplatform.portfolio.loanaccount.rescheduleloan.data

Examples of org.mifosplatform.portfolio.loanaccount.rescheduleloan.data.LoanRescheduleRequestData


            final LoanRescheduleModel loanRescheduleModel = this.loanReschedulePreviewPlatformService.previewLoanReschedule(requestId);

            return this.loanRescheduleToApiJsonSerializer.serialize(settings, loanRescheduleModel.toData(), new HashSet<String>());
        }

        final LoanRescheduleRequestData loanRescheduleRequestData = this.loanRescheduleRequestReadPlatformService
                .readLoanRescheduleRequest(requestId);

        return this.loanRescheduleRequestToApiJsonSerializer.serialize(settings, loanRescheduleRequestData);
    }
View Full Code Here

TOP

Related Classes of org.mifosplatform.portfolio.loanaccount.rescheduleloan.data.LoanRescheduleRequestData

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.