Class SelfServiceRegistrationReadPlatformServiceImpl
java.lang.Object
org.apache.fineract.portfolio.self.registration.service.SelfServiceRegistrationReadPlatformServiceImpl
- All Implemented Interfaces:
SelfServiceRegistrationReadPlatformService
public class SelfServiceRegistrationReadPlatformServiceImpl
extends Object
implements SelfServiceRegistrationReadPlatformService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisClientExist(String accountNumber, String firstName, String lastName, String mobileNumber, boolean isEmailAuthenticationMode)
-
Constructor Details
-
SelfServiceRegistrationReadPlatformServiceImpl
public SelfServiceRegistrationReadPlatformServiceImpl()
-
-
Method Details
-
isClientExist
public boolean isClientExist(String accountNumber, String firstName, String lastName, String mobileNumber, boolean isEmailAuthenticationMode) - Specified by:
isClientExistin interfaceSelfServiceRegistrationReadPlatformService
-