public interface ProjectRequestManagement
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ProjectRequestParam request)
Accept project request
|
void |
decline(ProjectRequestParam request)
Reject project request
|
Optional<String> |
getProjectRegistrationFormLink(String projectPath) |
Optional<String> |
getProjectSignUpEnquiryFormLink(String projectPath) |
Optional<String> |
getProjectUpdateMembershipEnquiryFormLink(String projectPath) |
List<ProjectRequest> |
getRequests(String projectPath)
Get all project requests
|
List<ProjectRequest> getRequests(String projectPath) throws pl.edu.icm.unity.exceptions.EngineException
project - pl.edu.icm.unity.exceptions.EngineExceptionvoid accept(ProjectRequestParam request) throws pl.edu.icm.unity.exceptions.EngineException
id - pl.edu.icm.unity.exceptions.EngineExceptionvoid decline(ProjectRequestParam request) throws pl.edu.icm.unity.exceptions.EngineException
id - pl.edu.icm.unity.exceptions.EngineExceptionOptional<String> getProjectRegistrationFormLink(String projectPath) throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionOptional<String> getProjectSignUpEnquiryFormLink(String projectPath) throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionCopyright © 2020 Unity. All rights reserved.