Package org.mifosplatform.infrastructure.codes.data

Examples of org.mifosplatform.infrastructure.codes.data.CodeValueData


                null, clientType, clientClassification, clientTypeOptions, clientClassificationOptions);

    }

    public static ClientData lookup(final Long id, final String displayName, final Long officeId, final String officeName) {
        final CodeValueData clientType = null;
        final CodeValueData clientClassification = null;
        final Collection<CodeValueData> clientTypeOptions = null;
        final Collection<CodeValueData> clientClassificationOptions = null;
        return new ClientData(null, null, officeId, officeName, null, null, id, null, null, null, null, displayName, null, null, null,
                null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, clientType,
                clientClassification, clientTypeOptions, clientClassificationOptions);
View Full Code Here

TOP

Related Classes of org.mifosplatform.infrastructure.codes.data.CodeValueData

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.