public interface ICompareEnvironmentDirect
extends common.direct.IDirect
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<EnvironmentBean,com.engiweb.pm.entity.BeanList<RequestBean>> |
checkCompareAnalisys(EnvironmentBean environmentBean,
EnvironmentBean compareWithenvironmentBean,
com.engiweb.pm.dao.db.DAO connDao)
Check compare analisys.
|
java.util.HashMap<java.lang.String,com.engiweb.pm.entity.BeanList<DashBoardBean>> |
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>> |
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>> |
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
|
com.engiweb.pm.entity.BeanList<EntitlementBean> |
getCompareEntitlement(EntitlementBean eBean,
EnvironmentBean environmentBean,
EnvironmentBean compareWithenvironmentBean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Return the entitlement with incompatibility low, medium and high on two environment.
|
com.engiweb.pm.entity.BeanList<UserBean> |
getCompareUser(UserBean userBean,
OrgUnitBean ouBean,
boolean hier,
EnvironmentBean environmentBean,
EnvironmentBean compareWithenvironmentBean,
java.lang.String code_scope,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Return the users with incompatibility low, medium and high on two environment.
|
static final java.lang.String COPYRIGHT
java.util.HashMap<java.lang.String,com.engiweb.pm.entity.BeanList<DashBoardBean>> getCompareCountIncompUser(EnvironmentBean environmentBean, EnvironmentBean compareWithenvironmentBean, OrgUnitBean ouBean, boolean hier, java.lang.String code_scope, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
environmentBean
- EnvironmentBean
the current environment (mandatory)compareWithenvironmentBean
- EnvironmentBean
environment to compareouBean
- OrgUnitBean
organization unit which user (is optional)hier
- boolean: if true and the ouBean param is not null, the research must be performed hierarchically, false otherwisecode_scope
- String
the code scopeconnDao
- DAO
the connection daoHashMap
com.engiweb.toolkit.common.BackendException
- the backend exceptionjava.util.HashMap<java.lang.String,com.engiweb.pm.entity.BeanList<DashBoardBean>> getCompareCountIncompTask(EnvironmentBean environmentBean, EnvironmentBean compareWithenvironmentBean, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
environmentBean
- EnvironmentBean
the current environment (mandatory)compareWithenvironmentBean
- EnvironmentBean
environment to compareconnDao
- the connection daoHashMap
com.engiweb.toolkit.common.BackendException
- the backend exceptionjava.util.HashMap<java.lang.String,com.engiweb.pm.entity.BeanList<DashBoardBean>> getCompareCountIncompEntitlement(EnvironmentBean environmentBean, EnvironmentBean compareWithenvironmentBean, java.lang.Long type, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
environmentBean
- EnvironmentBean
the current environment (mandatory)compareWithenvironmentBean
- EnvironmentBean
environment to comparetype
- Long
the EntitlementType
the type of entitlement to searchconnDao
- DAO
the connection daoHashMap
com.engiweb.toolkit.common.BackendException
- the backend exceptioncom.engiweb.pm.entity.BeanList<UserBean> getCompareUser(UserBean userBean, OrgUnitBean ouBean, boolean hier, EnvironmentBean environmentBean, EnvironmentBean compareWithenvironmentBean, java.lang.String code_scope, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
userBean
- UserBean
if null no filter is applied, otherwise the passed object is used as filter
if not null, the param incompEnvDiff must be set (default=0) to obtain the
type of user UserReportBean
:
ouBean
- OrgUnitBean
the organization unithier
- boolean: if true and the ouBean param is not null, the research must be performed hierarchically, false otherwiseenvironmentBean
- EnvironmentBean
the current environment (mandatory)compareWithenvironmentBean
- EnvironmentBean
the environment to comparecode_scope
- String
the code scopepaging
- Paging
the pagingconnDao
- DAO
the connection daoBeanList
of UserBean
com.engiweb.toolkit.common.BackendException
- the backend exceptioncom.engiweb.pm.entity.BeanList<EntitlementBean> getCompareEntitlement(EntitlementBean eBean, EnvironmentBean environmentBean, EnvironmentBean compareWithenvironmentBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
eBean
- EntitlementBean
if null no filter is applied, otherwise the passed object is used as filter
if not null, the param incompEnvDiff must be set (default=0) to obtain the
type of user UserReportBean
:
environmentBean
- EnvironmentBean
the current environmentcompareWithenvironmentBean
- EnvironmentBean
the environment to comparepaging
- Paging
the pagingconnDao
- DAO
the connection daoBeanList
of EntitlementBean
com.engiweb.toolkit.common.BackendException
- the backend exceptionjava.util.HashMap<EnvironmentBean,com.engiweb.pm.entity.BeanList<RequestBean>> checkCompareAnalisys(EnvironmentBean environmentBean, EnvironmentBean compareWithenvironmentBean, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
environmentBean
- EnvironmentBean
: the current environementcompareWithenvironmentBean
- EnvironmentBean
: the environment to compareconnDao
- DAO
the connection daoHashMap
where the key is the environmentcom.engiweb.toolkit.common.BackendException
- the backend exception