com.liferay.portlet.tasks.service.impl
Class TasksReviewServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.base.PrincipalBean
      extended by com.liferay.portlet.tasks.service.base.TasksReviewServiceBaseImpl
          extended by com.liferay.portlet.tasks.service.impl.TasksReviewServiceImpl
All Implemented Interfaces:
com.liferay.portlet.tasks.service.TasksReviewService

public class TasksReviewServiceImpl
extends TasksReviewServiceBaseImpl

View Source

Author:
Raymond Augé, Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portlet.tasks.service.base.TasksReviewServiceBaseImpl
counterLocalService, counterService, socialActivityFinder, socialActivityLocalService, socialActivityPersistence, tasksProposalFinder, tasksProposalLocalService, tasksProposalPersistence, tasksProposalService, tasksReviewLocalService, tasksReviewPersistence, tasksReviewService, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.service.base.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
TasksReviewServiceImpl()
           
 
Method Summary
 com.liferay.portlet.tasks.model.TasksReview approveReview(long proposalId, int stage)
           
 com.liferay.portlet.tasks.model.TasksReview rejectReview(long proposalId, int stage)
           
 void updateReviews(long proposalId, long[][] userIdsPerStage)
           
 
Methods inherited from class com.liferay.portlet.tasks.service.base.TasksReviewServiceBaseImpl
getCounterLocalService, getCounterService, getSocialActivityFinder, getSocialActivityLocalService, getSocialActivityPersistence, getTasksProposalFinder, getTasksProposalLocalService, getTasksProposalPersistence, getTasksProposalService, getTasksReviewLocalService, getTasksReviewPersistence, getTasksReviewService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setCounterService, setSocialActivityFinder, setSocialActivityLocalService, setSocialActivityPersistence, setTasksProposalFinder, setTasksProposalLocalService, setTasksProposalPersistence, setTasksProposalService, setTasksReviewLocalService, setTasksReviewPersistence, setTasksReviewService, setUserFinder, setUserLocalService, setUserPersistence, setUserService
 
Methods inherited from class com.liferay.portal.service.base.PrincipalBean
getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TasksReviewServiceImpl

public TasksReviewServiceImpl()
Method Detail

approveReview

public com.liferay.portlet.tasks.model.TasksReview approveReview(long proposalId,
                                                                 int stage)
                                                          throws com.liferay.portal.PortalException,
                                                                 com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

rejectReview

public com.liferay.portlet.tasks.model.TasksReview rejectReview(long proposalId,
                                                                int stage)
                                                         throws com.liferay.portal.PortalException,
                                                                com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateReviews

public void updateReviews(long proposalId,
                          long[][] userIdsPerStage)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException