Liferay 6.0-ee-sp2

Uses of Interface
com.liferay.portlet.tasks.model.TasksReview

Packages that use TasksReview
com.liferay.portlet.tasks.model   
com.liferay.portlet.tasks.service   
com.liferay.portlet.tasks.service.persistence   
 

Uses of TasksReview in com.liferay.portlet.tasks.model
 

Classes in com.liferay.portlet.tasks.model that implement TasksReview
 class TasksReviewWrapper
           This class is a wrapper for TasksReview.
 

Methods in com.liferay.portlet.tasks.model that return TasksReview
 TasksReview TasksReviewWrapper.getWrappedTasksReview()
           
 TasksReview TasksReviewWrapper.toEscapedModel()
           
 TasksReview TasksReviewModel.toEscapedModel()
           
 

Methods in com.liferay.portlet.tasks.model that return types with arguments of type TasksReview
 CacheModel<TasksReview> TasksReviewWrapper.toCacheModel()
           
 CacheModel<TasksReview> TasksReviewModel.toCacheModel()
           
 

Methods in com.liferay.portlet.tasks.model with parameters of type TasksReview
 int TasksReviewWrapper.compareTo(TasksReview tasksReview)
           
 int TasksReviewModel.compareTo(TasksReview tasksReview)
           
static TasksReviewSoap TasksReviewSoap.toSoapModel(TasksReview model)
           
static TasksReviewSoap[] TasksReviewSoap.toSoapModels(TasksReview[] models)
           
static TasksReviewSoap[][] TasksReviewSoap.toSoapModels(TasksReview[][] models)
           
 

Method parameters in com.liferay.portlet.tasks.model with type arguments of type TasksReview
static TasksReviewSoap[] TasksReviewSoap.toSoapModels(List<TasksReview> models)
           
 

Constructors in com.liferay.portlet.tasks.model with parameters of type TasksReview
TasksReviewWrapper(TasksReview tasksReview)
           
 

Uses of TasksReview in com.liferay.portlet.tasks.service
 

Methods in com.liferay.portlet.tasks.service that return TasksReview
 TasksReview TasksReviewLocalServiceWrapper.addReview(long userId, long proposalId, long assignedByUserId, int stage)
           
static TasksReview TasksReviewLocalServiceUtil.addReview(long userId, long proposalId, long assignedByUserId, int stage)
           
 TasksReview TasksReviewLocalService.addReview(long userId, long proposalId, long assignedByUserId, int stage)
           
 TasksReview TasksReviewLocalServiceWrapper.addTasksReview(TasksReview tasksReview)
          Adds the tasks review to the database.
static TasksReview TasksReviewLocalServiceUtil.addTasksReview(TasksReview tasksReview)
          Adds the tasks review to the database.
 TasksReview TasksReviewLocalService.addTasksReview(TasksReview tasksReview)
          Adds the tasks review to the database.
 TasksReview TasksReviewServiceWrapper.approveReview(long proposalId, int stage)
           
static TasksReview TasksReviewServiceUtil.approveReview(long proposalId, int stage)
           
 TasksReview TasksReviewService.approveReview(long proposalId, int stage)
           
 TasksReview TasksReviewLocalServiceWrapper.approveReview(long userId, long proposalId, int stage)
           
static TasksReview TasksReviewLocalServiceUtil.approveReview(long userId, long proposalId, int stage)
           
 TasksReview TasksReviewLocalService.approveReview(long userId, long proposalId, int stage)
           
 TasksReview TasksReviewLocalServiceWrapper.createTasksReview(long reviewId)
          Creates a new tasks review with the primary key.
static TasksReview TasksReviewLocalServiceUtil.createTasksReview(long reviewId)
          Creates a new tasks review with the primary key.
 TasksReview TasksReviewLocalService.createTasksReview(long reviewId)
          Creates a new tasks review with the primary key.
 TasksReview TasksReviewLocalServiceWrapper.getReview(long reviewId)
           
static TasksReview TasksReviewLocalServiceUtil.getReview(long reviewId)
           
 TasksReview TasksReviewLocalService.getReview(long reviewId)
           
 TasksReview TasksReviewLocalServiceWrapper.getReview(long userId, long proposalId)
           
static TasksReview TasksReviewLocalServiceUtil.getReview(long userId, long proposalId)
           
 TasksReview TasksReviewLocalService.getReview(long userId, long proposalId)
           
 TasksReview TasksReviewLocalServiceWrapper.getTasksReview(long reviewId)
          Returns the tasks review with the primary key.
static TasksReview TasksReviewLocalServiceUtil.getTasksReview(long reviewId)
          Returns the tasks review with the primary key.
 TasksReview TasksReviewLocalService.getTasksReview(long reviewId)
          Returns the tasks review with the primary key.
 TasksReview TasksReviewServiceWrapper.rejectReview(long proposalId, int stage)
           
static TasksReview TasksReviewServiceUtil.rejectReview(long proposalId, int stage)
           
 TasksReview TasksReviewService.rejectReview(long proposalId, int stage)
           
 TasksReview TasksReviewLocalServiceWrapper.rejectReview(long userId, long proposalId, int stage)
           
static TasksReview TasksReviewLocalServiceUtil.rejectReview(long userId, long proposalId, int stage)
           
 TasksReview TasksReviewLocalService.rejectReview(long userId, long proposalId, int stage)
           
 TasksReview TasksReviewLocalServiceWrapper.updateTasksReview(TasksReview tasksReview)
          Updates the tasks review in the database or adds it if it does not yet exist.
static TasksReview TasksReviewLocalServiceUtil.updateTasksReview(TasksReview tasksReview)
          Updates the tasks review in the database or adds it if it does not yet exist.
 TasksReview TasksReviewLocalService.updateTasksReview(TasksReview tasksReview)
          Updates the tasks review in the database or adds it if it does not yet exist.
 TasksReview TasksReviewLocalServiceWrapper.updateTasksReview(TasksReview tasksReview, boolean merge)
          Updates the tasks review in the database or adds it if it does not yet exist.
static TasksReview TasksReviewLocalServiceUtil.updateTasksReview(TasksReview tasksReview, boolean merge)
          Updates the tasks review in the database or adds it if it does not yet exist.
 TasksReview TasksReviewLocalService.updateTasksReview(TasksReview tasksReview, boolean merge)
          Updates the tasks review in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.tasks.service that return types with arguments of type TasksReview
 List<TasksReview> TasksReviewLocalServiceWrapper.getReviews(long proposalId)
           
static List<TasksReview> TasksReviewLocalServiceUtil.getReviews(long proposalId)
           
 List<TasksReview> TasksReviewLocalService.getReviews(long proposalId)
           
 List<TasksReview> TasksReviewLocalServiceWrapper.getReviews(long proposalId, int stage)
           
static List<TasksReview> TasksReviewLocalServiceUtil.getReviews(long proposalId, int stage)
           
 List<TasksReview> TasksReviewLocalService.getReviews(long proposalId, int stage)
           
 List<TasksReview> TasksReviewLocalServiceWrapper.getReviews(long proposalId, int stage, boolean completed)
           
static List<TasksReview> TasksReviewLocalServiceUtil.getReviews(long proposalId, int stage, boolean completed)
           
 List<TasksReview> TasksReviewLocalService.getReviews(long proposalId, int stage, boolean completed)
           
 List<TasksReview> TasksReviewLocalServiceWrapper.getReviews(long proposalId, int stage, boolean completed, boolean rejected)
           
static List<TasksReview> TasksReviewLocalServiceUtil.getReviews(long proposalId, int stage, boolean completed, boolean rejected)
           
 List<TasksReview> TasksReviewLocalService.getReviews(long proposalId, int stage, boolean completed, boolean rejected)
           
 List<TasksReview> TasksReviewLocalServiceWrapper.getTasksReviews(int start, int end)
          Returns a range of all the tasks reviews.
static List<TasksReview> TasksReviewLocalServiceUtil.getTasksReviews(int start, int end)
          Returns a range of all the tasks reviews.
 List<TasksReview> TasksReviewLocalService.getTasksReviews(int start, int end)
          Returns a range of all the tasks reviews.
 

Methods in com.liferay.portlet.tasks.service with parameters of type TasksReview
 TasksReview TasksReviewLocalServiceWrapper.addTasksReview(TasksReview tasksReview)
          Adds the tasks review to the database.
static TasksReview TasksReviewLocalServiceUtil.addTasksReview(TasksReview tasksReview)
          Adds the tasks review to the database.
 TasksReview TasksReviewLocalService.addTasksReview(TasksReview tasksReview)
          Adds the tasks review to the database.
 void TasksReviewLocalServiceWrapper.deleteReview(TasksReview review)
           
static void TasksReviewLocalServiceUtil.deleteReview(TasksReview review)
           
 void TasksReviewLocalService.deleteReview(TasksReview review)
           
 void TasksReviewLocalServiceWrapper.deleteTasksReview(TasksReview tasksReview)
          Deletes the tasks review from the database.
static void TasksReviewLocalServiceUtil.deleteTasksReview(TasksReview tasksReview)
          Deletes the tasks review from the database.
 void TasksReviewLocalService.deleteTasksReview(TasksReview tasksReview)
          Deletes the tasks review from the database.
 TasksReview TasksReviewLocalServiceWrapper.updateTasksReview(TasksReview tasksReview)
          Updates the tasks review in the database or adds it if it does not yet exist.
static TasksReview TasksReviewLocalServiceUtil.updateTasksReview(TasksReview tasksReview)
          Updates the tasks review in the database or adds it if it does not yet exist.
 TasksReview TasksReviewLocalService.updateTasksReview(TasksReview tasksReview)
          Updates the tasks review in the database or adds it if it does not yet exist.
 TasksReview TasksReviewLocalServiceWrapper.updateTasksReview(TasksReview tasksReview, boolean merge)
          Updates the tasks review in the database or adds it if it does not yet exist.
static TasksReview TasksReviewLocalServiceUtil.updateTasksReview(TasksReview tasksReview, boolean merge)
          Updates the tasks review in the database or adds it if it does not yet exist.
 TasksReview TasksReviewLocalService.updateTasksReview(TasksReview tasksReview, boolean merge)
          Updates the tasks review in the database or adds it if it does not yet exist.
 

Uses of TasksReview in com.liferay.portlet.tasks.service.persistence
 

Methods in com.liferay.portlet.tasks.service.persistence that return TasksReview
static TasksReview TasksReviewUtil.create(long reviewId)
          Creates a new tasks review with the primary key.
 TasksReview TasksReviewPersistence.create(long reviewId)
          Creates a new tasks review with the primary key.
static TasksReview TasksReviewUtil.fetchByPrimaryKey(long reviewId)
          Finds the tasks review with the primary key or returns null if it could not be found.
 TasksReview TasksReviewPersistence.fetchByPrimaryKey(long reviewId)
          Finds the tasks review with the primary key or returns null if it could not be found.
static TasksReview TasksReviewUtil.fetchByU_P(long userId, long proposalId)
          Finds the tasks review where userId = ? and proposalId = ? or returns null if it could not be found.
 TasksReview TasksReviewPersistence.fetchByU_P(long userId, long proposalId)
          Finds the tasks review where userId = ? and proposalId = ? or returns null if it could not be found.
static TasksReview TasksReviewUtil.fetchByU_P(long userId, long proposalId, boolean retrieveFromCache)
          Finds the tasks review where userId = ? and proposalId = ? or returns null if it could not be found, optionally using the finder cache.
 TasksReview TasksReviewPersistence.fetchByU_P(long userId, long proposalId, boolean retrieveFromCache)
          Finds the tasks review where userId = ? and proposalId = ? or returns null if it could not be found, optionally using the finder cache.
static TasksReview TasksReviewUtil.findByP_S_C_First(long proposalId, int stage, boolean completed, OrderByComparator orderByComparator)
          Finds the first tasks review in the ordered set where proposalId = ? and stage = ? and completed = ?.
 TasksReview TasksReviewPersistence.findByP_S_C_First(long proposalId, int stage, boolean completed, OrderByComparator orderByComparator)
          Finds the first tasks review in the ordered set where proposalId = ? and stage = ? and completed = ?.
static TasksReview TasksReviewUtil.findByP_S_C_Last(long proposalId, int stage, boolean completed, OrderByComparator orderByComparator)
          Finds the last tasks review in the ordered set where proposalId = ? and stage = ? and completed = ?.
 TasksReview TasksReviewPersistence.findByP_S_C_Last(long proposalId, int stage, boolean completed, OrderByComparator orderByComparator)
          Finds the last tasks review in the ordered set where proposalId = ? and stage = ? and completed = ?.
static TasksReview[] TasksReviewUtil.findByP_S_C_PrevAndNext(long reviewId, long proposalId, int stage, boolean completed, OrderByComparator orderByComparator)
          Finds the tasks reviews before and after the current tasks review in the ordered set where proposalId = ? and stage = ? and completed = ?.
 TasksReview[] TasksReviewPersistence.findByP_S_C_PrevAndNext(long reviewId, long proposalId, int stage, boolean completed, OrderByComparator orderByComparator)
          Finds the tasks reviews before and after the current tasks review in the ordered set where proposalId = ? and stage = ? and completed = ?.
static TasksReview TasksReviewUtil.findByP_S_C_R_First(long proposalId, int stage, boolean completed, boolean rejected, OrderByComparator orderByComparator)
          Finds the first tasks review in the ordered set where proposalId = ? and stage = ? and completed = ? and rejected = ?.
 TasksReview TasksReviewPersistence.findByP_S_C_R_First(long proposalId, int stage, boolean completed, boolean rejected, OrderByComparator orderByComparator)
          Finds the first tasks review in the ordered set where proposalId = ? and stage = ? and completed = ? and rejected = ?.
static TasksReview TasksReviewUtil.findByP_S_C_R_Last(long proposalId, int stage, boolean completed, boolean rejected, OrderByComparator orderByComparator)
          Finds the last tasks review in the ordered set where proposalId = ? and stage = ? and completed = ? and rejected = ?.
 TasksReview TasksReviewPersistence.findByP_S_C_R_Last(long proposalId, int stage, boolean completed, boolean rejected, OrderByComparator orderByComparator)
          Finds the last tasks review in the ordered set where proposalId = ? and stage = ? and completed = ? and rejected = ?.
static TasksReview[] TasksReviewUtil.findByP_S_C_R_PrevAndNext(long reviewId, long proposalId, int stage, boolean completed, boolean rejected, OrderByComparator orderByComparator)
          Finds the tasks reviews before and after the current tasks review in the ordered set where proposalId = ? and stage = ? and completed = ? and rejected = ?.
 TasksReview[] TasksReviewPersistence.findByP_S_C_R_PrevAndNext(long reviewId, long proposalId, int stage, boolean completed, boolean rejected, OrderByComparator orderByComparator)
          Finds the tasks reviews before and after the current tasks review in the ordered set where proposalId = ? and stage = ? and completed = ? and rejected = ?.
static TasksReview TasksReviewUtil.findByP_S_First(long proposalId, int stage, OrderByComparator orderByComparator)
          Finds the first tasks review in the ordered set where proposalId = ? and stage = ?.
 TasksReview TasksReviewPersistence.findByP_S_First(long proposalId, int stage, OrderByComparator orderByComparator)
          Finds the first tasks review in the ordered set where proposalId = ? and stage = ?.
static TasksReview TasksReviewUtil.findByP_S_Last(long proposalId, int stage, OrderByComparator orderByComparator)
          Finds the last tasks review in the ordered set where proposalId = ? and stage = ?.
 TasksReview TasksReviewPersistence.findByP_S_Last(long proposalId, int stage, OrderByComparator orderByComparator)
          Finds the last tasks review in the ordered set where proposalId = ? and stage = ?.
static TasksReview[] TasksReviewUtil.findByP_S_PrevAndNext(long reviewId, long proposalId, int stage, OrderByComparator orderByComparator)
          Finds the tasks reviews before and after the current tasks review in the ordered set where proposalId = ? and stage = ?.
 TasksReview[] TasksReviewPersistence.findByP_S_PrevAndNext(long reviewId, long proposalId, int stage, OrderByComparator orderByComparator)
          Finds the tasks reviews before and after the current tasks review in the ordered set where proposalId = ? and stage = ?.
static TasksReview TasksReviewUtil.findByPrimaryKey(long reviewId)
          Finds the tasks review with the primary key or throws a NoSuchReviewException if it could not be found.
 TasksReview TasksReviewPersistence.findByPrimaryKey(long reviewId)
          Finds the tasks review with the primary key or throws a NoSuchReviewException if it could not be found.
static TasksReview TasksReviewUtil.findByProposalId_First(long proposalId, OrderByComparator orderByComparator)
          Finds the first tasks review in the ordered set where proposalId = ?.
 TasksReview TasksReviewPersistence.findByProposalId_First(long proposalId, OrderByComparator orderByComparator)
          Finds the first tasks review in the ordered set where proposalId = ?.
static TasksReview TasksReviewUtil.findByProposalId_Last(long proposalId, OrderByComparator orderByComparator)
          Finds the last tasks review in the ordered set where proposalId = ?.
 TasksReview TasksReviewPersistence.findByProposalId_Last(long proposalId, OrderByComparator orderByComparator)
          Finds the last tasks review in the ordered set where proposalId = ?.
static TasksReview[] TasksReviewUtil.findByProposalId_PrevAndNext(long reviewId, long proposalId, OrderByComparator orderByComparator)
          Finds the tasks reviews before and after the current tasks review in the ordered set where proposalId = ?.
 TasksReview[] TasksReviewPersistence.findByProposalId_PrevAndNext(long reviewId, long proposalId, OrderByComparator orderByComparator)
          Finds the tasks reviews before and after the current tasks review in the ordered set where proposalId = ?.
static TasksReview TasksReviewUtil.findByU_P(long userId, long proposalId)
          Finds the tasks review where userId = ? and proposalId = ? or throws a NoSuchReviewException if it could not be found.
 TasksReview TasksReviewPersistence.findByU_P(long userId, long proposalId)
          Finds the tasks review where userId = ? and proposalId = ? or throws a NoSuchReviewException if it could not be found.
static TasksReview TasksReviewUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first tasks review in the ordered set where userId = ?.
 TasksReview TasksReviewPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first tasks review in the ordered set where userId = ?.
static TasksReview TasksReviewUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last tasks review in the ordered set where userId = ?.
 TasksReview TasksReviewPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last tasks review in the ordered set where userId = ?.
static TasksReview[] TasksReviewUtil.findByUserId_PrevAndNext(long reviewId, long userId, OrderByComparator orderByComparator)
          Finds the tasks reviews before and after the current tasks review in the ordered set where userId = ?.
 TasksReview[] TasksReviewPersistence.findByUserId_PrevAndNext(long reviewId, long userId, OrderByComparator orderByComparator)
          Finds the tasks reviews before and after the current tasks review in the ordered set where userId = ?.
static TasksReview TasksReviewUtil.remove(long reviewId)
          Removes the tasks review with the primary key from the database.
 TasksReview TasksReviewPersistence.remove(long reviewId)
          Removes the tasks review with the primary key from the database.
static TasksReview TasksReviewUtil.remove(TasksReview tasksReview)
           
 TasksReview TasksReviewPersistence.remove(TasksReview tasksReview)
           
static TasksReview TasksReviewUtil.update(TasksReview tasksReview, boolean merge)
           
static TasksReview TasksReviewUtil.update(TasksReview tasksReview, boolean merge, ServiceContext serviceContext)
           
static TasksReview TasksReviewUtil.updateImpl(TasksReview tasksReview, boolean merge)
           
 TasksReview TasksReviewPersistence.updateImpl(TasksReview tasksReview, boolean merge)
           
 

Methods in com.liferay.portlet.tasks.service.persistence that return types with arguments of type TasksReview
static List<TasksReview> TasksReviewUtil.findAll()
          Finds all the tasks reviews.
 List<TasksReview> TasksReviewPersistence.findAll()
          Finds all the tasks reviews.
static List<TasksReview> TasksReviewUtil.findAll(int start, int end)
          Finds a range of all the tasks reviews.
 List<TasksReview> TasksReviewPersistence.findAll(int start, int end)
          Finds a range of all the tasks reviews.
static List<TasksReview> TasksReviewUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the tasks reviews.
 List<TasksReview> TasksReviewPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the tasks reviews.
static List<TasksReview> TasksReviewUtil.findByP_S_C_R(long proposalId, int stage, boolean completed, boolean rejected)
          Finds all the tasks reviews where proposalId = ? and stage = ? and completed = ? and rejected = ?.
 List<TasksReview> TasksReviewPersistence.findByP_S_C_R(long proposalId, int stage, boolean completed, boolean rejected)
          Finds all the tasks reviews where proposalId = ? and stage = ? and completed = ? and rejected = ?.
static List<TasksReview> TasksReviewUtil.findByP_S_C_R(long proposalId, int stage, boolean completed, boolean rejected, int start, int end)
          Finds a range of all the tasks reviews where proposalId = ? and stage = ? and completed = ? and rejected = ?.
 List<TasksReview> TasksReviewPersistence.findByP_S_C_R(long proposalId, int stage, boolean completed, boolean rejected, int start, int end)
          Finds a range of all the tasks reviews where proposalId = ? and stage = ? and completed = ? and rejected = ?.
static List<TasksReview> TasksReviewUtil.findByP_S_C_R(long proposalId, int stage, boolean completed, boolean rejected, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the tasks reviews where proposalId = ? and stage = ? and completed = ? and rejected = ?.
 List<TasksReview> TasksReviewPersistence.findByP_S_C_R(long proposalId, int stage, boolean completed, boolean rejected, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the tasks reviews where proposalId = ? and stage = ? and completed = ? and rejected = ?.
static List<TasksReview> TasksReviewUtil.findByP_S_C(long proposalId, int stage, boolean completed)
          Finds all the tasks reviews where proposalId = ? and stage = ? and completed = ?.
 List<TasksReview> TasksReviewPersistence.findByP_S_C(long proposalId, int stage, boolean completed)
          Finds all the tasks reviews where proposalId = ? and stage = ? and completed = ?.
static List<TasksReview> TasksReviewUtil.findByP_S_C(long proposalId, int stage, boolean completed, int start, int end)
          Finds a range of all the tasks reviews where proposalId = ? and stage = ? and completed = ?.
 List<TasksReview> TasksReviewPersistence.findByP_S_C(long proposalId, int stage, boolean completed, int start, int end)
          Finds a range of all the tasks reviews where proposalId = ? and stage = ? and completed = ?.
static List<TasksReview> TasksReviewUtil.findByP_S_C(long proposalId, int stage, boolean completed, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the tasks reviews where proposalId = ? and stage = ? and completed = ?.
 List<TasksReview> TasksReviewPersistence.findByP_S_C(long proposalId, int stage, boolean completed, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the tasks reviews where proposalId = ? and stage = ? and completed = ?.
static List<TasksReview> TasksReviewUtil.findByP_S(long proposalId, int stage)
          Finds all the tasks reviews where proposalId = ? and stage = ?.
 List<TasksReview> TasksReviewPersistence.findByP_S(long proposalId, int stage)
          Finds all the tasks reviews where proposalId = ? and stage = ?.
static List<TasksReview> TasksReviewUtil.findByP_S(long proposalId, int stage, int start, int end)
          Finds a range of all the tasks reviews where proposalId = ? and stage = ?.
 List<TasksReview> TasksReviewPersistence.findByP_S(long proposalId, int stage, int start, int end)
          Finds a range of all the tasks reviews where proposalId = ? and stage = ?.
static List<TasksReview> TasksReviewUtil.findByP_S(long proposalId, int stage, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the tasks reviews where proposalId = ? and stage = ?.
 List<TasksReview> TasksReviewPersistence.findByP_S(long proposalId, int stage, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the tasks reviews where proposalId = ? and stage = ?.
static List<TasksReview> TasksReviewUtil.findByProposalId(long proposalId)
          Finds all the tasks reviews where proposalId = ?.
 List<TasksReview> TasksReviewPersistence.findByProposalId(long proposalId)
          Finds all the tasks reviews where proposalId = ?.
static List<TasksReview> TasksReviewUtil.findByProposalId(long proposalId, int start, int end)
          Finds a range of all the tasks reviews where proposalId = ?.
 List<TasksReview> TasksReviewPersistence.findByProposalId(long proposalId, int start, int end)
          Finds a range of all the tasks reviews where proposalId = ?.
static List<TasksReview> TasksReviewUtil.findByProposalId(long proposalId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the tasks reviews where proposalId = ?.
 List<TasksReview> TasksReviewPersistence.findByProposalId(long proposalId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the tasks reviews where proposalId = ?.
static List<TasksReview> TasksReviewUtil.findByUserId(long userId)
          Finds all the tasks reviews where userId = ?.
 List<TasksReview> TasksReviewPersistence.findByUserId(long userId)
          Finds all the tasks reviews where userId = ?.
static List<TasksReview> TasksReviewUtil.findByUserId(long userId, int start, int end)
          Finds a range of all the tasks reviews where userId = ?.
 List<TasksReview> TasksReviewPersistence.findByUserId(long userId, int start, int end)
          Finds a range of all the tasks reviews where userId = ?.
static List<TasksReview> TasksReviewUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the tasks reviews where userId = ?.
 List<TasksReview> TasksReviewPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the tasks reviews where userId = ?.
static List<TasksReview> TasksReviewUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<TasksReview> TasksReviewUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<TasksReview> TasksReviewUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.tasks.service.persistence with parameters of type TasksReview
static void TasksReviewUtil.cacheResult(TasksReview tasksReview)
          Caches the tasks review in the entity cache if it is enabled.
 void TasksReviewPersistence.cacheResult(TasksReview tasksReview)
          Caches the tasks review in the entity cache if it is enabled.
static void TasksReviewUtil.clearCache(TasksReview tasksReview)
           
static TasksReview TasksReviewUtil.remove(TasksReview tasksReview)
           
 TasksReview TasksReviewPersistence.remove(TasksReview tasksReview)
           
static TasksReview TasksReviewUtil.update(TasksReview tasksReview, boolean merge)
           
static TasksReview TasksReviewUtil.update(TasksReview tasksReview, boolean merge, ServiceContext serviceContext)
           
static TasksReview TasksReviewUtil.updateImpl(TasksReview tasksReview, boolean merge)
           
 TasksReview TasksReviewPersistence.updateImpl(TasksReview tasksReview, boolean merge)
           
 

Method parameters in com.liferay.portlet.tasks.service.persistence with type arguments of type TasksReview
static void TasksReviewUtil.cacheResult(List<TasksReview> tasksReviews)
          Caches the tasks reviews in the entity cache if it is enabled.
 void TasksReviewPersistence.cacheResult(List<TasksReview> tasksReviews)
          Caches the tasks reviews in the entity cache if it is enabled.
 


Liferay 6.0-ee-sp2