public class MissionParticipantController extends Object
| Constructor and Description |
|---|
MissionParticipantController(org.exoplatform.services.organization.OrganizationService organizationService,
org.exoplatform.social.core.manager.IdentityManager identityManager,
org.exoplatform.brandadvocacy.service.IService iService) |
| Modifier and Type | Method and Description |
|---|---|
juzu.Response |
addMPAdminNote(String mpId,
String content) |
juzu.Response |
addMPStatusNote(String mpId,
String content) |
juzu.Response |
ajaxUpdateMPInline(String missionParticipantId,
String action,
String val,
String note,
String force) |
juzu.Response |
getAllMPAdminNote(String mpId) |
juzu.Response |
getPreviousMissionParticipant(String username) |
juzu.Response |
indexMP() |
juzu.Response |
list() |
juzu.Response |
loadDetail(String missionParticipantId) |
juzu.Response |
loadPoupMPStatusReasonOption(String mpId) |
juzu.Response |
removeMissionParticipant(String missionParticipantId) |
juzu.Response.Content |
search(String keyword,
String status,
String page) |
juzu.Response |
updateMPAdminNote(String mpId,
String mpNoteId,
String content) |
juzu.Response |
view(String missionParticipantId) |
@Inject
public MissionParticipantController(org.exoplatform.services.organization.OrganizationService organizationService,
org.exoplatform.social.core.manager.IdentityManager identityManager,
org.exoplatform.brandadvocacy.service.IService iService)
public juzu.Response indexMP()
public juzu.Response list()
public juzu.Response view(String missionParticipantId)
public juzu.Response loadDetail(String missionParticipantId)
public juzu.Response ajaxUpdateMPInline(String missionParticipantId, String action, String val, String note, String force)
public juzu.Response getPreviousMissionParticipant(String username)
public juzu.Response removeMissionParticipant(String missionParticipantId)
public juzu.Response updateMPAdminNote(String mpId, String mpNoteId, String content)
public juzu.Response getAllMPAdminNote(String mpId)
public juzu.Response loadPoupMPStatusReasonOption(String mpId)
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.