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

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

public class ProgramController
extends Object

Created by exoplatform on 20/10/14.


Constructor Summary
ProgramController(org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.brandadvocacy.service.IService iService)
           
 
Method Summary
 juzu.Response add(String title)
           
 juzu.Response index()
           
 juzu.Response update(String title, String banner_url, String email_sender)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgramController

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

index

public juzu.Response index()

add

public juzu.Response add(String title)

update

public juzu.Response update(String title,
                            String banner_url,
                            String email_sender)


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