Package com.skava.service
Interface CreateUserService
- All Superinterfaces:
com.skava.core.EcommService<UserRequest,
UserCreateResponse>
- All Known Implementing Classes:
CreateUserServiceImpl
public interface CreateUserService
extends com.skava.core.EcommService<UserRequest,UserCreateResponse>
An interface to define the service for creating a new User.
- Author:
- Infosys Equinox
-
Method Summary
Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator, getValidator, process