public interface IIncompDirect
extends common.direct.IDirect
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright
|
| Modifier and Type | Method and Description |
|---|---|
com.engiweb.pm.entity.BeanList<EntitlementBean> |
findEntitlement(EntitlementBean entBean,
EnvironmentBean envBean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Return a list of entitlement (permission).
|
com.engiweb.pm.entity.BeanList<GroupBean> |
findGroup(GroupBean groupBean,
HierarchyBean hierarchyBean,
EnvironmentBean envBean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Return a list of groups with incompatibility
|
com.engiweb.pm.entity.BeanList<UserBean> |
findUser(UserBean userBean,
OrgUnitBean orgUnitBean,
EnvironmentBean envBean,
boolean hier,
com.engiweb.pm.entity.Paging paging,
java.lang.String code_scope,
com.engiweb.pm.dao.db.DAO connDao)
Return a list of user with incompatibility
|
static final java.lang.String COPYRIGHT
com.engiweb.pm.entity.BeanList<UserBean> findUser(UserBean userBean, OrgUnitBean orgUnitBean, EnvironmentBean envBean, boolean hier, com.engiweb.pm.entity.Paging paging, java.lang.String code_scope, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
userBean - UserBean the user, if null no filter is applied, otherwise the passed object is used as filterorgUnitBean - OrgUnitBean the organization unit, if null no filter is applied, otherwise the passed object is used as filterenvBean - EnvironmentBean the environment (unique)hier - boolean : if orgUnitBean is not null, if true research must be performed hierarchically, false otherwisepaging - Paging the pagingBeanList of UserBeancom.engiweb.toolkit.common.BackendExceptioncom.engiweb.pm.entity.BeanList<EntitlementBean> findEntitlement(EntitlementBean entBean, EnvironmentBean envBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
profileBean - EntitlementBean the entitlement, if null no filter is applied, otherwise the passed object is used as filterenvBean - EnvironmentBean the environment (unique)paging - Paging the pagingBeanList of EntitlementBeancom.engiweb.toolkit.common.BackendExceptioncom.engiweb.pm.entity.BeanList<GroupBean> findGroup(GroupBean groupBean, HierarchyBean hierarchyBean, EnvironmentBean envBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
groupBean - GroupBean group filter, if null no filter is applied, otherwise the passed object is used as filterhierarchyBean - HierarchyBean the hierarchy, mandatory and uniquely definedenvBean - EnvironmentBean the environment (unique)paging - Paging the pagingBeanList of GroupBeancom.engiweb.toolkit.common.BackendException