com.liferay.portlet.tasks.service.impl
Class TasksReviewServiceImpl
java.lang.Object
com.liferay.portal.service.base.PrincipalBean
com.liferay.portlet.tasks.service.base.TasksReviewServiceBaseImpl
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
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 |
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 |
TasksReviewServiceImpl
public TasksReviewServiceImpl()
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