com.liferay.client.soap.portlet.tasks.service.http
Interface TasksReviewServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portlet_Tasks_TasksReviewServiceSoapBindingImpl, Portlet_Tasks_TasksReviewServiceSoapBindingStub
public interface TasksReviewServiceSoap
- extends java.rmi.Remote
approveReview
TasksReviewSoap approveReview(long proposalId,
int stage)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
rejectReview
TasksReviewSoap rejectReview(long proposalId,
int stage)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateReviews
void updateReviews(long proposalId,
long[][] userIdsPerStage)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException