com.liferay.portlet.tasks.service
Interface TasksReviewLocalService


@Transactional(rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
public interface TasksReviewLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface defines the service. The default implementation is com.liferay.portlet.tasks.service.impl.TasksReviewLocalServiceImpl. Modify methods in that class and rerun ServiceBuilder to populate this class and all other generated classes.

This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

Author:
Brian Wing Shun Chan
See Also:
TasksReviewLocalServiceUtil

Method Summary
 TasksReview addReview(long userId, long proposalId, long assignedByUserId, int stage)
           
 TasksReview addTasksReview(TasksReview tasksReview)
           
 TasksReview approveReview(long userId, long proposalId, int stage)
           
 TasksReview createTasksReview(long reviewId)
           
 void deleteReview(long reviewId)
           
 void deleteReview(TasksReview review)
           
 void deleteReviews(long proposalId)
           
 void deleteTasksReview(long reviewId)
           
 void deleteTasksReview(TasksReview tasksReview)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 TasksReview getReview(long reviewId)
           
 TasksReview getReview(long userId, long proposalId)
           
 java.util.List<TasksReview> getReviews(long proposalId)
           
 java.util.List<TasksReview> getReviews(long proposalId, int stage)
           
 java.util.List<TasksReview> getReviews(long proposalId, int stage, boolean completed)
           
 java.util.List<TasksReview> getReviews(long proposalId, int stage, boolean completed, boolean rejected)
           
 TasksReview getTasksReview(long reviewId)
           
 java.util.List<TasksReview> getTasksReviews(int start, int end)
           
 int getTasksReviewsCount()
           
 TasksReview rejectReview(long userId, long proposalId, int stage)
           
 void updateReviews(long proposalId, long assignedByUserId, long[][] userIdsPerStage)
           
 TasksReview updateTasksReview(TasksReview tasksReview)
           
 

Method Detail

addTasksReview

TasksReview addTasksReview(TasksReview tasksReview)
                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

createTasksReview

TasksReview createTasksReview(long reviewId)

deleteTasksReview

void deleteTasksReview(long reviewId)
                       throws com.liferay.portal.SystemException,
                              com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

deleteTasksReview

void deleteTasksReview(TasksReview tasksReview)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                              int start,
                                              int end)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getTasksReview

@Transactional(propagation=SUPPORTS,
               readOnly=true)
TasksReview getTasksReview(long reviewId)
                           throws com.liferay.portal.SystemException,
                                  com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getTasksReviews

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<TasksReview> getTasksReviews(int start,
                                                          int end)
                                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getTasksReviewsCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getTasksReviewsCount()
                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateTasksReview

TasksReview updateTasksReview(TasksReview tasksReview)
                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

addReview

TasksReview addReview(long userId,
                      long proposalId,
                      long assignedByUserId,
                      int stage)
                      throws com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

approveReview

TasksReview approveReview(long userId,
                          long proposalId,
                          int stage)
                          throws com.liferay.portal.PortalException,
                                 com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteReview

void deleteReview(long reviewId)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteReview

void deleteReview(TasksReview review)
                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteReviews

void deleteReviews(long proposalId)
                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getReview

@Transactional(propagation=SUPPORTS,
               readOnly=true)
TasksReview getReview(long reviewId)
                      throws com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getReview

@Transactional(propagation=SUPPORTS,
               readOnly=true)
TasksReview getReview(long userId,
                                    long proposalId)
                      throws com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getReviews

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<TasksReview> getReviews(long proposalId)
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getReviews

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<TasksReview> getReviews(long proposalId,
                                                     int stage)
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getReviews

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<TasksReview> getReviews(long proposalId,
                                                     int stage,
                                                     boolean completed)
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getReviews

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<TasksReview> getReviews(long proposalId,
                                                     int stage,
                                                     boolean completed,
                                                     boolean rejected)
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

rejectReview

TasksReview rejectReview(long userId,
                         long proposalId,
                         int stage)
                         throws com.liferay.portal.PortalException,
                                com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateReviews

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