public class ManagerController extends Object
| Constructor and Description |
|---|
ManagerController(org.exoplatform.services.organization.OrganizationService organizationService,
org.exoplatform.brandadvocacy.service.IService iService) |
| Modifier and Type | Method and Description |
|---|---|
juzu.Response |
add2Program(String username,
String role,
String notif) |
juzu.Response |
addManagers2Program(String[] usernames,
String role,
String notif) |
juzu.Response |
listProgramManagers() |
juzu.Response |
removeProgramManager(String username) |
juzu.Response |
searchEXOProfiles(String keyword) |
juzu.Response |
searchEXOUsers(String keyword) |
juzu.Response |
updateAjaxProgramManagerInLine(String username,
String action,
String val) |
@Inject
public ManagerController(org.exoplatform.services.organization.OrganizationService organizationService,
org.exoplatform.brandadvocacy.service.IService iService)
public juzu.Response listProgramManagers()
public juzu.Response addManagers2Program(String[] usernames, String role, String notif)
public juzu.Response updateAjaxProgramManagerInLine(String username, String action, String val)
public juzu.Response removeProgramManager(String username)
public juzu.Response searchEXOUsers(String keyword)
public juzu.Response searchEXOProfiles(String keyword)
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.