public interface AdminDashboardManager
Manager interface for Admin Dashboard REST services.
| Modifier and Type | Method and Description | 
|---|---|
void | 
activate(String ambiguousId,
        String comment)
Activates a dashboard item. 
 | 
void | 
activateAccount(String ambiguousId,
               String comment)
Activates an account. 
 | 
FrontendObject | 
createGroup(FrontendObject frontendObject,
           String comment)
Creates a new group from the given frontend object. 
 | 
FrontendObject | 
createUser(FrontendObject frontendObject,
          String comment)
Creates a new user from the given frontend object. 
 | 
void | 
deactivate(String ambiguousId,
          String comment)
Activates a dashboard item. 
 | 
void | 
deactivateAccount(String ambiguousId,
                 String comment)
Deactivates an account. 
 | 
FrontendObject | 
saveUser(FrontendObject frontendObject,
        String comment)
Saves changes to a user from a given frontend object. 
 | 
void activateAccount(String ambiguousId, String comment)
Activates an account.
ambiguousId - the account global IDcomment - the change commentvoid deactivateAccount(String ambiguousId, String comment)
Deactivates an account.
ambiguousId - the account global IDcomment - the change commentvoid activate(String ambiguousId, String comment)
Activates a dashboard item.
ambiguousId - the work object global IDcomment - the change commentvoid deactivate(String ambiguousId, String comment)
Activates a dashboard item.
ambiguousId - the work object global IDcomment - the change commentFrontendObject createUser(FrontendObject frontendObject, String comment)
Creates a new user from the given frontend object.
frontendObject - the frontend objectcomment - the change commentFrontendObject createGroup(FrontendObject frontendObject, String comment)
Creates a new group from the given frontend object.
frontendObject - the frontend objectcomment - the change commentFrontendObject saveUser(FrontendObject frontendObject, String comment) throws Exception
Saves changes to a user from a given frontend object.
frontendObject - the frontend objectcomment - the change commentExceptionCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.