@Security public class UserDashboardActionServiceSecurity extends BaseServiceSecurity implements UserDashboardActionsService
| Constructor and Description |
|---|
UserDashboardActionServiceSecurity() |
| Modifier and Type | Method and Description |
|---|---|
UserDashboardActionsData |
getData()
Returns data about the logged user's dashboard actions
|
protected org.cyclos.impl.access.EntityCheck<?> |
resolveEntityCheck()
Must be implemented in order to return the
EntityCheck managed by this security component, or null if
none |
void |
restoreDefaultDashboardActions()
Restore the default dashboard actions
|
void |
save(java.util.List<DashboardAction> dashboardActions)
Saves the available actions for the logged user
|
void |
saveOrder(java.util.List<DashboardAction> dashboardActions)
Updates the order field according to the given dashboard actions sequence
|
checkGuest, checkId, checkIds, checkInternalName, checkLoggedIn, checkManagesUser, checkRelatesToUser, checkVO, checkVOs, doInitialize, getEntityCheckRegistry, getUser, initializecanManage, checkManagesUser, checkPermission, checkRelatesToUser, checkValue, clearAlreadyValidated, getAccountHandler, getAuthHandler, getBaseEntityManagerHandler, getChannelConfiguration, getConfiguration, getConversionHandler, getCustomFieldValueHandler, getEntityManagerHandler, getGroupsHandler, getLoggedBasicUser, getLoggedUser, getProducts, getProductsHandler, getReportHandler, getTranslatedName, getTranslatedValue, getUserLocatorHandler, getValidationResult, hasPermission, hasValue, inSameNetwork, inSameNetworkOrGlobal, isAdmin, isAlreadyValidated, isBroker, isGlobalAdmin, isGlobalAdminInNetwork, isGuest, isLoggedIn, isMember, isNetworkAdmin, isOperator, isRelatedToUser, isSystem, isUserManager, isUserManagerOf, message, message, permission, permission, permissionOptionalValue, permissionOptionalValue, toDate, toDateTime, validatedelete, detach, find, flush, from, getApplicationContext, getConfigurationHandler, getDataTranslationHandler, getFormatter, getFormatter, getFormatter, getLogger, getNotificationHandler, getProfileFieldHandler, getRemoteAddress, getSessionData, getTransactionHandler, getTranslationHandler, message, message, persist, processBatch, refresh, remove, subQuery, updatepublic UserDashboardActionsData getData() throws FrameworkException
UserDashboardActionsServicegetData in interface UserDashboardActionsServiceFrameworkExceptionpublic void restoreDefaultDashboardActions()
UserDashboardActionsServicerestoreDefaultDashboardActions in interface UserDashboardActionsServicepublic void save(java.util.List<DashboardAction> dashboardActions) throws FrameworkException
UserDashboardActionsServicesave in interface UserDashboardActionsServiceFrameworkExceptionpublic void saveOrder(java.util.List<DashboardAction> dashboardActions) throws FrameworkException
UserDashboardActionsServicesaveOrder in interface UserDashboardActionsServiceFrameworkExceptionprotected org.cyclos.impl.access.EntityCheck<?> resolveEntityCheck()
BaseServiceSecurityEntityCheck managed by this security component, or null if
noneresolveEntityCheck in class BaseServiceSecurity