public interface IGroupDirect
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,
GroupBean groupBean,
EnvironmentBean envBean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Return a list of domain from a group
|
static final java.lang.String COPYRIGHT
com.engiweb.pm.entity.BeanList<DomainBean> findDomain(DomainBean domainBean, GroupBean groupBean, 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
- GroupBean
the group (mandatory)envBean
- EnvironmentBean
the environmentpaging
- Paging
the pagingconnDao
- DAO
the connection daoBeanList
of DomainBean
com.engiweb.toolkit.common.BackendException
- the backend exception