Package | Description |
---|---|
com.neurosys.ecom.cart.service | |
com.neurosys.ecom.etl | |
com.neurosys.user.dao | |
com.neurosys.user.domain | |
com.neurosys.user.etl | |
com.neurosys.user.service |
Modifier and Type | Method and Description |
---|---|
UserAttributesDao<UserAttribute> |
AbstractCartService.getUserAttributeDao() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCartService.setUserAttributeDao(UserAttributesDao<UserAttribute> userAttributeDao) |
Modifier and Type | Class and Description |
---|---|
class |
UserFormTransformer<U extends IGenericEcomUser,UA extends UserAttribute>
A
Transformer that takes in a Map |
Modifier and Type | Interface and Description |
---|---|
interface |
UserAttributesDao<U extends UserAttribute>
Note:
UserAttributesDao.save(String, Map) does not support UserAttribute type value and only pure String, even though there is a UserAttributesDao.getAttributes(String) .Reason being, The UserAttribute contains the userId and the AbstractUserAttribute.getName() ; so the map itself as input is redundant. |
class |
UserAttributesDaoImpl<U extends UserAttribute>
DAO for
UserAttribute |
Modifier and Type | Class and Description |
---|---|
class |
AdminUserAttribute
UserAttribute for Admin User |
Constructor and Description |
---|
UserAttribute(UserAttribute a) |
Modifier and Type | Class and Description |
---|---|
class |
UserFormTransformer<U extends User,UA extends UserAttribute>
A
Transformer that takes in a Map |
Modifier and Type | Method and Description |
---|---|
UserAttributesDao<UserAttribute> |
PasswordChangeListener.getUserAttributeDao() |
Modifier and Type | Method and Description |
---|---|
void |
PasswordChangeListener.setUserAttributeDao(UserAttributesDao<UserAttribute> userAttributeDao) |
Copyright © 2018. All rights reserved.