Package org.cyclos.services.users
Interface UserQuickAccessService
-
- All Superinterfaces:
Service
- All Known Subinterfaces:
UserQuickAccessServiceLocal
public interface UserQuickAccessService extends Service
Service interface for managing quick access and its preferences by users
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserQuickAccessDatagetData(UserLocatorVO locator)Returns data about the logged user's quick access iconsvoidrestoreDefaults(UserLocatorVO user)Restores the default quick access icons for the given uservoidsave(UserLocatorVO locator, @NotNull List<UserQuickAccessDTO> quickAccess)Saves the quick access options for the given user
-
-
-
Method Detail
-
getData
UserQuickAccessData getData(UserLocatorVO locator) throws FrameworkException
Returns data about the logged user's quick access icons- Throws:
FrameworkException
-
restoreDefaults
void restoreDefaults(UserLocatorVO user) throws FrameworkException
Restores the default quick access icons for the given user- Throws:
FrameworkException
-
save
void save(UserLocatorVO locator, @NotNull @NotNull List<UserQuickAccessDTO> quickAccess) throws FrameworkException
Saves the quick access options for the given user- Throws:
FrameworkException
-
-