public interface IDashboardDirect
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.DataList |
executeDashboard(com.crossideas.crossreport.common.bean.webdashboard.WebDashboardBean dashboard,
java.lang.String userid,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao) |
java.util.List<com.crossideas.crossreport.common.bean.webdashboard.WebDashboardBean> |
findAvailableDashboards(java.lang.String adminRoleName,
java.util.Locale language,
java.lang.String userid,
com.engiweb.pm.dao.db.DAO connDao)
Method to find all available Dashboards for the user logged.
|
static final java.lang.String COPYRIGHT
com.engiweb.pm.entity.DataList executeDashboard(com.crossideas.crossreport.common.bean.webdashboard.WebDashboardBean dashboard, java.lang.String userid, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
com.engiweb.toolkit.common.BackendException
java.util.List<com.crossideas.crossreport.common.bean.webdashboard.WebDashboardBean> findAvailableDashboards(java.lang.String adminRoleName, java.util.Locale language, java.lang.String userid, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
adminRoleName
- the admin role name. When null, the system will try to search between all the user logged admin roleslanguage
- the language used to translate the contents.params
- the paramsconnDao
- the conn daocom.engiweb.toolkit.common.BackendException
- when the admin role is not null but not assigned to the user.
Any error during search operation