Package | Description |
---|---|
com.engiweb.profilemanager.common.bean | |
com.engiweb.profilemanager.common.interfaces |
Modifier and Type | Class and Description |
---|---|
class |
ExternalMappingBean |
Modifier and Type | Method and Description |
---|---|
UserAttributeBean |
UserAttributeMappings.getPersonAttributeByLabel(java.lang.String label) |
UserAttributeBean |
UserAttributeMappings.getPersonAttributeByName(java.lang.String name) |
UserAttributeBean |
UserAttributeMappings.getVirtualAttributeByLabel(java.lang.String label) |
UserAttributeBean |
UserAttributeMappings.getVirtualAttributeByName(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
com.engiweb.pm.entity.BeanList<UserAttributeBean> |
UserAttributeMappings.getAllAttributesMappings() |
com.engiweb.pm.entity.BeanList<UserAttributeBean> |
UserAttributeMappings.getPersonAttributesMappings() |
com.engiweb.pm.entity.BeanList<UserAttributeBean> |
UserAttributeMappings.getVirtualAttributesMappings() |
Modifier and Type | Method and Description |
---|---|
void |
UserAttributeMappings.add(UserAttributeBean attr) |
Modifier and Type | Method and Description |
---|---|
com.engiweb.pm.entity.BeanList<UserBean> |
IUserDirect.findAdvanced(java.util.List<UserAttributeBean> userAttributesList,
java.lang.String genericFilterValue,
GroupBean groupBean,
boolean hier,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Returns the users filtered by a list of attributes (AND condition).
|
com.engiweb.pm.entity.BeanList<UserBean> |
IUser.findAdvanced(java.util.List<UserAttributeBean> userAttributesList,
java.lang.String genericFilterValue,
GroupBean groupBean,
boolean hier,
com.engiweb.pm.entity.Paging paging,
java.lang.String token,
java.lang.String realmAdm)
Returns the users filtered by a list of attributes (AND condition).
|
com.engiweb.pm.entity.BeanList<UserBean> |
IUserDirect.findAdvanced(java.util.List<UserAttributeBean> userAttributesList,
java.lang.String genericFilterValue,
java.lang.Long filterOutOfSync,
GroupBean groupBean,
boolean hier,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Returns the users filtered by a list of attributes (AND condition).
|
com.engiweb.pm.entity.BeanList<UserBean> |
IUser.findAdvanced(java.util.List<UserAttributeBean> userAttributesList,
java.lang.String genericFilterValue,
java.lang.Long filterOutOfSync,
GroupBean groupBean,
boolean hier,
com.engiweb.pm.entity.Paging paging,
java.lang.String token,
java.lang.String realmAdm)
Returns the users filtered by a list of attributes (AND condition).
|