public interface IAnalyticsDirect
extends common.direct.IDirect
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
Modifier and Type | Method and Description |
---|---|
RMRequest |
allOUsByEntitlement(EntitlementBean eb,
com.engiweb.pm.dao.db.DAO connDao)
All organization unit by entitlement.
|
boolean |
checkAppDimesionsOK(ApplicationBean filter,
com.engiweb.pm.dao.db.DAO connDao)
Check application dimesions ok.
|
boolean |
checkEmptyApp(ApplicationBean filter,
com.engiweb.pm.dao.db.DAO connDao)
Check empty application.
|
boolean |
checkEmptyGroupTask(GroupBean filter,
boolean hier,
com.engiweb.pm.dao.db.DAO connDao)
Check empty group task
|
boolean |
checkEmptyOU(OrgUnitBean filter,
boolean hier,
com.engiweb.pm.dao.db.DAO connDao)
Check empty organization unit.
|
boolean |
checkGroupTaskDimesionsOK(GroupBean filter,
boolean hier,
com.engiweb.pm.dao.db.DAO connDao)
Check group task dimesions ok.
|
boolean |
checkNotAssignedEntitlement(EntitlementBean filter,
com.engiweb.pm.dao.db.DAO connDao)
Check not assigned entitlement.
|
boolean |
checkOUDimesionsOK(OrgUnitBean filter,
boolean hier,
com.engiweb.pm.dao.db.DAO connDao)
Check organization unit dimesions ok.
|
com.crossideas.set.extras.PairExtraSet<com.engiweb.rm.algorithms.dataset.User,com.engiweb.rm.algorithms.dataset.Permission> |
findHashMapDirectByApp(ApplicationBean filter,
com.engiweb.pm.dao.db.DAO connDao)
Find hash map direct by application.
|
com.crossideas.set.extras.PairExtraSet<com.engiweb.rm.algorithms.dataset.User,com.engiweb.rm.algorithms.dataset.Permission> |
findHashMapDirectByOU(OrgUnitBean filter,
boolean hier,
com.engiweb.pm.dao.db.DAO connDao)
Find hash map direct by organization unit.
|
com.crossideas.set.extras.PairExtraSet<com.engiweb.rm.algorithms.dataset.User,com.engiweb.rm.algorithms.dataset.Permission> |
findHashMapPermissionsByApp(ApplicationBean filter,
com.engiweb.pm.dao.db.DAO connDao)
Find hash map permissions by application.
|
com.crossideas.set.extras.PairExtraSet<com.engiweb.rm.algorithms.dataset.User,com.engiweb.rm.algorithms.dataset.Permission> |
findHashMapPermissionsByOU(OrgUnitBean filter,
boolean hier,
com.engiweb.pm.dao.db.DAO connDao)
Find hash map permissions by organization unit.
|
java.util.ArrayList<com.crossideas.set.pair.Pair<com.engiweb.rm.algorithms.dataset.User,com.engiweb.rm.algorithms.dataset.Permission>> |
findHashMapTaskByOU(GroupBean filter,
boolean hier,
com.engiweb.pm.dao.db.DAO connDao)
Find hash map direct by organization unit.
|
RMRequest |
requestFromApp(RMRequest request,
java.text.NumberFormat nf,
com.engiweb.pm.dao.db.DAO connDao)
Request from application.
|
RMRequest |
requestFromOU(RMRequest request,
java.text.NumberFormat nf,
com.engiweb.pm.dao.db.DAO connDao)
Request from organization unit.
|
RMRoleStatistics |
roleStatistics(java.lang.Long id_ENTITLEMENT,
java.lang.String realm,
com.engiweb.pm.dao.db.DAO connDao)
Role statistics.
|
static final java.lang.String COPYRIGHT
com.crossideas.set.extras.PairExtraSet<com.engiweb.rm.algorithms.dataset.User,com.engiweb.rm.algorithms.dataset.Permission> findHashMapDirectByOU(OrgUnitBean filter, boolean hier, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
filter
- OrgUnitBean
the filterhier
- boolean the hierconnDao
- DAP
the connection daoPairExtraSet
com.engiweb.toolkit.common.BackendException
- the backend exceptionjava.util.ArrayList<com.crossideas.set.pair.Pair<com.engiweb.rm.algorithms.dataset.User,com.engiweb.rm.algorithms.dataset.Permission>> findHashMapTaskByOU(GroupBean filter, boolean hier, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
filter
- OrgUnitBean
the filterhier
- boolean the hierconnDao
- DAP
the connection daoPairExtraSet
com.engiweb.toolkit.common.BackendException
- the backend exceptioncom.crossideas.set.extras.PairExtraSet<com.engiweb.rm.algorithms.dataset.User,com.engiweb.rm.algorithms.dataset.Permission> findHashMapDirectByApp(ApplicationBean filter, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
filter
- ApplicationBean
the filterconnDao
- DAO
the connection daoPairExtraSet
com.engiweb.toolkit.common.BackendException
- the backend exceptioncom.crossideas.set.extras.PairExtraSet<com.engiweb.rm.algorithms.dataset.User,com.engiweb.rm.algorithms.dataset.Permission> findHashMapPermissionsByOU(OrgUnitBean filter, boolean hier, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
filter
- OrgUnitBean
the filterhier
- boolean the hierconnDao
- DAO
the connection daoPairExtraSet
com.engiweb.toolkit.common.BackendException
- the backend exceptioncom.crossideas.set.extras.PairExtraSet<com.engiweb.rm.algorithms.dataset.User,com.engiweb.rm.algorithms.dataset.Permission> findHashMapPermissionsByApp(ApplicationBean filter, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
filter
- ApplicationBean
the filterconnDao
- DAO
the connection daoPairExtraSet
com.engiweb.toolkit.common.BackendException
- the backend exceptionRMRequest requestFromOU(RMRequest request, java.text.NumberFormat nf, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
RMRequest requestFromApp(RMRequest request, java.text.NumberFormat nf, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
boolean checkNotAssignedEntitlement(EntitlementBean filter, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
filter
- EntitlementBean
the filterconnDao
- DAO
the connection daocom.engiweb.toolkit.common.BackendException
- the backend exceptionboolean checkOUDimesionsOK(OrgUnitBean filter, boolean hier, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
filter
- OrgUnitBean
the filterhier
- boolean the hierconnDao
- DAO
the connection daocom.engiweb.toolkit.common.BackendException
- the backend exceptionboolean checkGroupTaskDimesionsOK(GroupBean filter, boolean hier, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
filter
- GroupBean
the filterhier
- boolean the hierconnDao
- DAO
the connection daocom.engiweb.toolkit.common.BackendException
- the backend exceptionboolean checkAppDimesionsOK(ApplicationBean filter, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
filter
- ApplicationBean
the filterconnDao
- DAO
the connection daocom.engiweb.toolkit.common.BackendException
- the backend exceptionboolean checkEmptyOU(OrgUnitBean filter, boolean hier, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
filter
- OrgUnitBean
the filterhier
- boolean the hierconnDao
- DAO
the connection daocom.engiweb.toolkit.common.BackendException
- the backend exceptionboolean checkEmptyGroupTask(GroupBean filter, boolean hier, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
filter
- GroupBean
the filterhier
- boolean the hierconnDao
- DAO
the connection daocom.engiweb.toolkit.common.BackendException
- the backend exceptionboolean checkEmptyApp(ApplicationBean filter, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
filter
- ApplicationBean
the filterconnDao
- DAO
the connection daocom.engiweb.toolkit.common.BackendException
- the backend exceptionRMRequest allOUsByEntitlement(EntitlementBean eb, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
eb
- EntitlementBean
the entitlementconnDao
- DAO
the connection daoRMRequest
com.engiweb.toolkit.common.BackendException
- the backend exceptionRMRoleStatistics roleStatistics(java.lang.Long id_ENTITLEMENT, java.lang.String realm, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
id_ENTITLEMENT
- Long
the id of entitlementrealm
- String
the realmconnDao
- DAO
the connection daoRMRoleStatistics
com.engiweb.toolkit.common.BackendException
- the backend exception