Class UserAccountService
java.lang.Object
io.extact.rms.application.service.UserAccountService
- All Implemented Interfaces:
GenericService<UserAccount>
@ApplicationScoped
public class UserAccountService
extends Object
implements GenericService<UserAccount>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindByLoginId(String loginId) findByLoginIdAndPasswod(String loginId, String password)
-
Constructor Details
-
UserAccountService
-
-
Method Details
-
findByLoginIdAndPasswod
-
findByLoginId
-
getDuplicateChecker
- Specified by:
getDuplicateCheckerin interfaceGenericService<UserAccount>
-
getRepository
- Specified by:
getRepositoryin interfaceGenericService<UserAccount>
-