Package | Description |
---|---|
com.engiweb.rpd.common.interfaces |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,com.engiweb.pm.entity.BeanList<DashBoardBean>> |
ICompareEnvironmentDirect.getCompareCountIncompEntitlement(EnvironmentBean environmentBean,
EnvironmentBean compareWithenvironmentBean,
java.lang.Long type,
com.engiweb.pm.dao.db.DAO connDao)
Return the number of entitlement with incompatibility low, medium and high on two environment.
|
java.util.HashMap<java.lang.String,com.engiweb.pm.entity.BeanList<DashBoardBean>> |
ICompareEnvironment.getCompareCountIncompEntitlement(EnvironmentBean environmentBean,
EnvironmentBean compareWithenvironmentBean,
java.lang.Long type,
java.lang.String token,
java.lang.String realm)
Ricerca il numero di entitlement con incompatibilit� basse, medie e alte
su due environment
|
java.util.HashMap<java.lang.String,com.engiweb.pm.entity.BeanList<DashBoardBean>> |
ICompareEnvironmentDirect.getCompareCountIncompTask(EnvironmentBean environmentBean,
EnvironmentBean compareWithenvironmentBean,
com.engiweb.pm.dao.db.DAO connDao)
Return the number of activity with incompatibility low, medium and high on two environment.
|
java.util.HashMap<java.lang.String,com.engiweb.pm.entity.BeanList<DashBoardBean>> |
ICompareEnvironment.getCompareCountIncompTask(EnvironmentBean environmentBean,
EnvironmentBean compareWithenvironmentBean,
java.lang.String token,
java.lang.String realm)
Ricerca il numero di attivit� incompatibili su due environment
|
java.util.HashMap<java.lang.String,com.engiweb.pm.entity.BeanList<DashBoardBean>> |
ICompareEnvironmentDirect.getCompareCountIncompUser(EnvironmentBean environmentBean,
EnvironmentBean compareWithenvironmentBean,
OrgUnitBean ouBean,
boolean hier,
java.lang.String code_scope,
com.engiweb.pm.dao.db.DAO connDao)
Return the number of users with incompatibility low , medium and high on two environment
|
java.util.HashMap<java.lang.String,com.engiweb.pm.entity.BeanList<DashBoardBean>> |
ICompareEnvironment.getCompareCountIncompUser(EnvironmentBean environmentBean,
EnvironmentBean compareWithenvironmentBean,
OrgUnitBean ouBean,
boolean hier,
java.lang.String token,
java.lang.String realm)
Ricerca il numero di utenti con incompatibilit� basse, medie e alte su
due environment
|