org.exoplatform.community.brandadvocacy.portlet.backend.controllers
Class ManagerController

java.lang.Object
  extended by org.exoplatform.community.brandadvocacy.portlet.backend.controllers.ManagerController

public class ManagerController
extends Object

Created by exoplatform on 10/12/14.


Constructor Summary
ManagerController(org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.brandadvocacy.service.IService iService)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagerController

@Inject
public ManagerController(org.exoplatform.services.organization.OrganizationService organizationService,
                                org.exoplatform.brandadvocacy.service.IService iService)
Method Detail

listProgramManagers

public juzu.Response listProgramManagers()

add2Program

public juzu.Response add2Program(String username,
                                 String role,
                                 String notif)

addManagers2Program

public juzu.Response addManagers2Program(String[] usernames,
                                         String role,
                                         String notif)

updateAjaxProgramManagerInLine

public juzu.Response updateAjaxProgramManagerInLine(String username,
                                                    String action,
                                                    String val)

removeProgramManager

public juzu.Response removeProgramManager(String username)

searchEXOUsers

public juzu.Response searchEXOUsers(String keyword)

searchEXOProfiles

public juzu.Response searchEXOProfiles(String keyword)


Copyright © 2003–2015 eXo Platform SAS. All rights reserved.