Package | Description |
---|---|
com.engiweb.profilemanager.common.bean | |
com.engiweb.profilemanager.common.interfaces |
Modifier and Type | Method and Description |
---|---|
java.util.List<UserExtInfoBean> |
HRPlaceholderValuesBean.getUserExtInfoBeanList() |
java.util.ArrayList<UserExtInfoBean> |
ExternalInfo.getUserExtInfoList() |
Modifier and Type | Method and Description |
---|---|
void |
ExternalInfo.addUserExtInfo(UserExtInfoBean ueI) |
Modifier and Type | Method and Description |
---|---|
void |
HRPlaceholderValuesBean.setUserExtInfoBeanList(java.util.List<UserExtInfoBean> userExtInfoBeanList) |
Constructor and Description |
---|
HRPlaceholderValuesBean(UserBean person,
java.util.List<UserExtInfoBean> userExtInfoBeanList) |
Modifier and Type | Method and Description |
---|---|
UserExtInfoBean |
IExternalErcDirect.insertExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList,
RepositoryBean repository,
java.lang.String realm)
Insert a list of external erc.
|
UserExtInfoBean |
IExternalErc.insertExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList,
java.lang.String repository,
java.lang.String realm)
Insert external erc.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<UserExtInfoBean> |
IExternalErcDirect.findSelectedUserData(RepositoryBean repository,
java.lang.String realm)
Find selected user data.
|
com.engiweb.pm.entity.BeanList<UserExtInfoBean> |
IUserDirect.findUserExtInfo(UserBean userBean,
boolean onlyVisible,
com.engiweb.pm.dao.db.DAO dao)
Returns the user external info associated to the user and properly valued.
|
com.engiweb.pm.entity.BeanList<UserExtInfoBean> |
IUser.findUserExtInfo(UserBean userBean,
boolean onlyVisible,
java.lang.String token,
java.lang.String realm)
Returns the user external info associated to the user and properly valued
|
com.engiweb.pm.entity.BeanList<UserExtInfoBean> |
IUser.findUserExtInfo(UserBean userBean,
java.lang.String token,
java.lang.String realm)
Deprecated.
|
com.engiweb.pm.entity.BeanList<UserExtInfoBean> |
IUserDirect.getSelectedExtInfo(com.engiweb.pm.dao.db.DAO dao)
Returns the user external info.
|
com.engiweb.pm.entity.BeanList<UserExtInfoBean> |
IUser.getSelectedExtInfo(java.lang.String token,
java.lang.String realm)
Returns the user external info
|
java.util.List<UserExtInfoBean> |
IExternalErc.getSelectedUserData(java.lang.String repository,
java.lang.String realm)
Gets the selected user data.
|
java.util.List<UserExtInfoBean> |
IExternalErc.select(UserBean p,
boolean onlyVisible,
java.lang.String repository,
java.lang.String token,
java.lang.String realm)
Gets the selected user data.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,java.lang.Object> |
IExternalErcDirect.loadExternalErc(UserExtInfoBean idUserExtInfoBean,
RepositoryBean repository,
java.lang.String realm)
Load external erc.
|
java.util.HashMap<java.lang.String,java.lang.Object> |
IExternalErc.loadExternalErc(UserExtInfoBean idUserExtInfoBean,
java.lang.String repository,
java.lang.String realm)
Load external erc.
|
Modifier and Type | Method and Description |
---|---|
UserBean |
IUserDirect.insert(UserBean userBean,
com.engiweb.pm.entity.BeanList<UserExtInfoBean> extInfoBeanList,
OrgUnitBean ouBean,
java.lang.String code_scope,
com.engiweb.pm.dao.db.DAO dao)
Deprecated.
replaced by
#insertByGroup(UserBean, BeanList, GroupBean, String, String) |
UserBean |
IUser.insert(UserBean userBean,
com.engiweb.pm.entity.BeanList<UserExtInfoBean> extInfoBeanList,
OrgUnitBean ouBean,
java.lang.String token,
java.lang.String realmAdm)
Deprecated.
replaced by
#insertByGroup(UserBean, BeanList, GroupBean, String, String) |
UserBean |
IUser.insert(UserBean userBean,
com.engiweb.pm.entity.BeanList<UserExtInfoBean> extInfoBeanList,
java.lang.String token,
java.lang.String realm)
Deprecated.
|
UserExtInfoBean |
IExternalErcDirect.insertExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList,
RepositoryBean repository,
java.lang.String realm)
Insert a list of external erc.
|
UserExtInfoBean |
IExternalErc.insertExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList,
java.lang.String repository,
java.lang.String realm)
Insert external erc.
|
UserBean |
IUserDirect.insertInGroup(UserBean userBean,
com.engiweb.pm.entity.BeanList<UserExtInfoBean> extInfoBeanList,
GroupBean groupBean,
java.lang.String code_scope,
com.engiweb.pm.dao.db.DAO dao)
Adds a new user, if it not exists yet.
|
UserBean |
IUser.insertInGroup(UserBean userBean,
com.engiweb.pm.entity.BeanList<UserExtInfoBean> extInfoBeanList,
GroupBean groupBean,
java.lang.String token,
java.lang.String realmAdm)
Adds a new user, if it not exists yet.
|
UserBean |
IUserDirect.update(UserBean userBean,
com.engiweb.pm.entity.BeanList<UserExtInfoBean> extInfoBeanList,
com.engiweb.pm.dao.db.DAO dao)
Updates an existing user.Also updates of external properies is possible
setting a list of user external info
|
UserBean |
IUser.update(UserBean userBean,
com.engiweb.pm.entity.BeanList<UserExtInfoBean> extInfoBeanList,
java.lang.String token,
java.lang.String realm)
Updates an existing user.Also updates of external properies is possible
setting a list of user external info
|
void |
IExternalErcDirect.updateExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList,
RepositoryBean repository,
java.lang.String realm)
Update external erc.
|
void |
IExternalErc.updateExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList,
RepositoryBean repository,
java.lang.String realm)
Update external erc.
|
void |
IExternalErc.updateExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList,
java.lang.String repository,
java.lang.String realm)
Deprecated.
|