Package | Description |
---|---|
com.engiweb.profilemanager.common.interfaces | |
com.engiweb.rpd.common.bean |
Modifier and Type | Method and Description |
---|---|
com.engiweb.pm.entity.BeanList<CIARiskScoreBean> |
IUserDirect.findRiskScore(CIARiskScoreBean riskScoreBean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO dao)
Finds Risk Score pertaining to a given user / assignment, based on the parameters populated in the riskScoreBean.
|
com.engiweb.pm.entity.BeanList<CIARiskScoreBean> |
IUser.findRiskScore(CIARiskScoreBean riskScoreBean,
com.engiweb.pm.entity.Paging paging,
java.lang.String token,
java.lang.String realm)
Finds Risk Score pertaining to a given user / assignment, based on the parameters populated in the riskScoreBean.
|
Modifier and Type | Method and Description |
---|---|
com.engiweb.pm.entity.BeanList<CIARiskScoreBean> |
IUserDirect.findRiskScore(CIARiskScoreBean riskScoreBean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO dao)
Finds Risk Score pertaining to a given user / assignment, based on the parameters populated in the riskScoreBean.
|
com.engiweb.pm.entity.BeanList<CIARiskScoreBean> |
IUser.findRiskScore(CIARiskScoreBean riskScoreBean,
com.engiweb.pm.entity.Paging paging,
java.lang.String token,
java.lang.String realm)
Finds Risk Score pertaining to a given user / assignment, based on the parameters populated in the riskScoreBean.
|
Modifier and Type | Method and Description |
---|---|
com.engiweb.pm.entity.BeanList<CIARiskScoreBean> |
CIARiskResponseBean.getRiskScoreBeanCache(int pageNumber) |
Modifier and Type | Method and Description |
---|---|
void |
CIARiskResponseBean.saveRiskScoreBeanCache(int pageNumber,
com.engiweb.pm.entity.BeanList<CIARiskScoreBean> beanList) |