public interface IUserDirect
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<DomainBean> |
findDomain(DomainBean domainBean,
UserBean userBean,
EnvironmentBean envBean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Return a list of domain from a user
|
com.engiweb.pm.entity.BeanList<UserBean> |
findIncompUser(UserBean userBean,
OrgUnitBean ou,
boolean hier,
EnvironmentBean envBean,
com.engiweb.pm.entity.Paging paging,
java.lang.String code_scope,
com.engiweb.pm.dao.db.DAO connDao)
Return a list of incompatible user from an organizational unit
|
com.engiweb.pm.entity.BeanList<TaskBean> |
findTask(TaskBean taskBean,
UserBean userBean,
EnvironmentBean envBean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Return a list of task from a user.
|
static final java.lang.String COPYRIGHT
com.engiweb.pm.entity.BeanList<TaskBean> findTask(TaskBean taskBean, UserBean userBean, EnvironmentBean envBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
taskBean
- TaskBean
the task, if null no filter is applied, otherwise the passed object is used as filteruserBean
- UserBean
the user (mandatory)envBean
- EnvironmentBean
the environmentpaging
- Paging
the pagingconnDao
- DAO
the connection daoBeanList
of TaskBean
com.engiweb.toolkit.common.BackendException
- the backend exceptioncom.engiweb.pm.entity.BeanList<DomainBean> findDomain(DomainBean domainBean, UserBean userBean, EnvironmentBean envBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
domainBean
- DomainBean
the domain, if null no filter is applied, otherwise the passed object is used as filteruserBean
- UserBean
the user (mandatory)envBean
- EnvironmentBean
the environmentpaging
- Paging
the pagingconnDao
- DAO
the connection daoBeanList
of DomainBean
com.engiweb.toolkit.common.BackendException
- the backend exceptioncom.engiweb.pm.entity.BeanList<UserBean> findIncompUser(UserBean userBean, OrgUnitBean ou, boolean hier, EnvironmentBean envBean, 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 filterou
- OrgUnitBean
the organization unit, if null no filter is applied, otherwise the passed object is used as filterhier
- boolean: if ou parameter is not null and hier parameter is true, the research must be performed hierarchically, false otherwiseenvBean
- EnvironmentBean
the environmentpaging
- Paging
the pagingcode_scope
- String
the code_scopeconnDao
- DAO
the connection daoBeanList
of UserBean
com.engiweb.toolkit.common.BackendException
- the backend exception