Package | Description |
---|---|
com.neurosys.ecom.users.dao.jpa | |
com.neurosys.user.dao | |
com.neurosys.user.etl | |
com.neurosys.user.service |
Modifier and Type | Class and Description |
---|---|
class |
EcomUserDaoImpl<U extends IGenericEcomUser>
User related queries.
|
class |
RegisteredUserLoginDaoImpl<U extends IGenericEcomUser>
Ensures there is a Dao that adheres to
UserDao ; which can be used for Authorization, Login etc. |
Modifier and Type | Class and Description |
---|---|
class |
UserDaoImpl<U extends User>
Implementation for
User s & Credentials
For different types of User entities, use different instances of this. |
Modifier and Type | Field and Description |
---|---|
protected UserDao<U> |
UserFormTransformer.userDao |
Modifier and Type | Method and Description |
---|---|
UserDao<U> |
UserFormTransformer.getUserDao() |
Modifier and Type | Method and Description |
---|---|
void |
UserFormTransformer.setUserDao(UserDao<U> userDao) |
Modifier and Type | Field and Description |
---|---|
protected UserDao<U> |
UserServiceImpl.userDao |
Modifier and Type | Method and Description |
---|---|
protected UserDao<U> |
LogonChangeListener.getDao(ChangeGenerator generator) |
UserDao |
UserServiceImpl.getUserDao() |
UserDao<U> |
UserService.getUserDao() |
Modifier and Type | Method and Description |
---|---|
void |
UserServiceImpl.setUserDao(UserDao userDao) |
Copyright © 2018. All rights reserved.