com.liferay.client.soap.portlet.tasks.service.http
Class Portlet_Tasks_TasksReviewServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.soap.portlet.tasks.service.http.Portlet_Tasks_TasksReviewServiceSoapBindingImpl
All Implemented Interfaces:
TasksReviewServiceSoap, java.rmi.Remote

public class Portlet_Tasks_TasksReviewServiceSoapBindingImpl
extends java.lang.Object
implements TasksReviewServiceSoap


Constructor Summary
Portlet_Tasks_TasksReviewServiceSoapBindingImpl()
           
 
Method Summary
 TasksReviewSoap approveReview(long proposalId, int stage)
           
 TasksReviewSoap rejectReview(long proposalId, int stage)
           
 void updateReviews(long proposalId, long[][] userIdsPerStage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_Tasks_TasksReviewServiceSoapBindingImpl

public Portlet_Tasks_TasksReviewServiceSoapBindingImpl()
Method Detail

approveReview

public TasksReviewSoap approveReview(long proposalId,
                                     int stage)
                              throws java.rmi.RemoteException
Specified by:
approveReview in interface TasksReviewServiceSoap
Throws:
java.rmi.RemoteException

rejectReview

public TasksReviewSoap rejectReview(long proposalId,
                                    int stage)
                             throws java.rmi.RemoteException
Specified by:
rejectReview in interface TasksReviewServiceSoap
Throws:
java.rmi.RemoteException

updateReviews

public void updateReviews(long proposalId,
                          long[][] userIdsPerStage)
                   throws java.rmi.RemoteException
Specified by:
updateReviews in interface TasksReviewServiceSoap
Throws:
java.rmi.RemoteException