Package org.cyclos.impl.users
Interface UserQuickAccessServiceLocal
-
- All Superinterfaces:
Service,UserQuickAccessService
public interface UserQuickAccessServiceLocal extends UserQuickAccessService
Local interface forUserQuickAccessService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<UserQuickAccess>list(BasicUser user)Returns the current quick access settings for the given user.List<QuickAccess>listEnabled()Returns the enabled quick access for the current user in the given frontend.voidremoveAll(BasicUser user)Removes all quick access settings for the specified user.-
Methods inherited from interface org.cyclos.services.users.UserQuickAccessService
getData, restoreDefaults, save
-
-
-
-
Method Detail
-
list
List<UserQuickAccess> list(BasicUser user)
Returns the current quick access settings for the given user. If the user hasn't customized his quick access settings, returns the defaults from products.
-
listEnabled
List<QuickAccess> listEnabled()
Returns the enabled quick access for the current user in the given frontend.
-
removeAll
void removeAll(BasicUser user)
Removes all quick access settings for the specified user. If it is a user, also of all its operators.
-
-