|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
Gets a copy of this tasks review as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
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.model.impl |
---|
Classes in com.liferay.portlet.tasks.model.impl that implement TasksReview | |
---|---|
class |
TasksReviewImpl
|
Methods in com.liferay.portlet.tasks.model.impl that return TasksReview | |
---|---|
TasksReview |
TasksReviewModelImpl.toEscapedModel()
|
static TasksReview |
TasksReviewModelImpl.toModel(TasksReviewSoap soapModel)
Converts the soap model instance into a normal model instance. |
Methods in com.liferay.portlet.tasks.model.impl that return types with arguments of type TasksReview | |
---|---|
static List<TasksReview> |
TasksReviewModelImpl.toModels(TasksReviewSoap[] soapModels)
Converts the soap model instances into normal model instances. |
Methods in com.liferay.portlet.tasks.model.impl with parameters of type TasksReview | |
---|---|
int |
TasksReviewModelImpl.compareTo(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)
Gets the tasks review with the primary key. |
static TasksReview |
TasksReviewLocalServiceUtil.getTasksReview(long reviewId)
Gets the tasks review with the primary key. |
TasksReview |
TasksReviewLocalService.getTasksReview(long reviewId)
Gets 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. |
static TasksReview |
TasksReviewLocalServiceUtil.updateTasksReview(TasksReview tasksReview)
Updates the tasks review in the database. |
TasksReview |
TasksReviewLocalService.updateTasksReview(TasksReview tasksReview)
Updates the tasks review in the database. |
TasksReview |
TasksReviewLocalServiceWrapper.updateTasksReview(TasksReview tasksReview,
boolean merge)
Updates the tasks review in the database. |
static TasksReview |
TasksReviewLocalServiceUtil.updateTasksReview(TasksReview tasksReview,
boolean merge)
Updates the tasks review in the database. |
TasksReview |
TasksReviewLocalService.updateTasksReview(TasksReview tasksReview,
boolean merge)
Updates the tasks review in the database. |
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)
Gets a range of all the tasks reviews. |
static List<TasksReview> |
TasksReviewLocalServiceUtil.getTasksReviews(int start,
int end)
Gets a range of all the tasks reviews. |
List<TasksReview> |
TasksReviewLocalService.getTasksReviews(int start,
int end)
Gets 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. |
static TasksReview |
TasksReviewLocalServiceUtil.updateTasksReview(TasksReview tasksReview)
Updates the tasks review in the database. |
TasksReview |
TasksReviewLocalService.updateTasksReview(TasksReview tasksReview)
Updates the tasks review in the database. |
TasksReview |
TasksReviewLocalServiceWrapper.updateTasksReview(TasksReview tasksReview,
boolean merge)
Updates the tasks review in the database. |
static TasksReview |
TasksReviewLocalServiceUtil.updateTasksReview(TasksReview tasksReview,
boolean merge)
Updates the tasks review in the database. |
TasksReview |
TasksReviewLocalService.updateTasksReview(TasksReview tasksReview,
boolean merge)
Updates the tasks review in the database. |
Uses of TasksReview in com.liferay.portlet.tasks.service.base |
---|
Methods in com.liferay.portlet.tasks.service.base that return TasksReview | |
---|---|
TasksReview |
TasksReviewLocalServiceBaseImpl.addTasksReview(TasksReview tasksReview)
Adds the tasks review to the database. |
TasksReview |
TasksReviewLocalServiceBaseImpl.createTasksReview(long reviewId)
Creates a new tasks review with the primary key. |
TasksReview |
TasksReviewLocalServiceBaseImpl.getTasksReview(long reviewId)
Gets the tasks review with the primary key. |
TasksReview |
TasksReviewLocalServiceBaseImpl.updateTasksReview(TasksReview tasksReview)
Updates the tasks review in the database. |
TasksReview |
TasksReviewLocalServiceBaseImpl.updateTasksReview(TasksReview tasksReview,
boolean merge)
Updates the tasks review in the database. |
Methods in com.liferay.portlet.tasks.service.base that return types with arguments of type TasksReview | |
---|---|
List<TasksReview> |
TasksReviewLocalServiceBaseImpl.getTasksReviews(int start,
int end)
Gets a range of all the tasks reviews. |
Methods in com.liferay.portlet.tasks.service.base with parameters of type TasksReview | |
---|---|
TasksReview |
TasksReviewLocalServiceBaseImpl.addTasksReview(TasksReview tasksReview)
Adds the tasks review to the database. |
void |
TasksReviewLocalServiceBaseImpl.deleteTasksReview(TasksReview tasksReview)
Deletes the tasks review from the database. |
TasksReview |
TasksReviewLocalServiceBaseImpl.updateTasksReview(TasksReview tasksReview)
Updates the tasks review in the database. |
TasksReview |
TasksReviewLocalServiceBaseImpl.updateTasksReview(TasksReview tasksReview,
boolean merge)
Updates the tasks review in the database. |
Uses of TasksReview in com.liferay.portlet.tasks.service.http |
---|
Methods in com.liferay.portlet.tasks.service.http that return TasksReview | |
---|---|
static TasksReview |
TasksReviewServiceHttp.approveReview(HttpPrincipal httpPrincipal,
long proposalId,
int stage)
|
static TasksReview |
TasksReviewServiceHttp.rejectReview(HttpPrincipal httpPrincipal,
long proposalId,
int stage)
|
Methods in com.liferay.portlet.tasks.service.http with parameters of type TasksReview | |
---|---|
static JSONArray |
TasksReviewJSONSerializer.toJSONArray(TasksReview[] models)
|
static JSONArray |
TasksReviewJSONSerializer.toJSONArray(TasksReview[][] models)
|
static JSONObject |
TasksReviewJSONSerializer.toJSONObject(TasksReview model)
|
Method parameters in com.liferay.portlet.tasks.service.http with type arguments of type TasksReview | |
---|---|
static JSONArray |
TasksReviewJSONSerializer.toJSONArray(List<TasksReview> models)
|
Uses of TasksReview in com.liferay.portlet.tasks.service.impl |
---|
Methods in com.liferay.portlet.tasks.service.impl that return TasksReview | |
---|---|
TasksReview |
TasksReviewLocalServiceImpl.addReview(long userId,
long proposalId,
long assignedByUserId,
int stage)
|
TasksReview |
TasksReviewServiceImpl.approveReview(long proposalId,
int stage)
|
TasksReview |
TasksReviewLocalServiceImpl.approveReview(long userId,
long proposalId,
int stage)
|
TasksReview |
TasksReviewLocalServiceImpl.getReview(long reviewId)
|
TasksReview |
TasksReviewLocalServiceImpl.getReview(long userId,
long proposalId)
|
TasksReview |
TasksReviewServiceImpl.rejectReview(long proposalId,
int stage)
|
TasksReview |
TasksReviewLocalServiceImpl.rejectReview(long userId,
long proposalId,
int stage)
|
protected TasksReview |
TasksReviewLocalServiceImpl.updateReview(long userId,
long proposalId,
int stage,
boolean rejected)
|
Methods in com.liferay.portlet.tasks.service.impl that return types with arguments of type TasksReview | |
---|---|
List<TasksReview> |
TasksReviewLocalServiceImpl.getReviews(long proposalId)
|
List<TasksReview> |
TasksReviewLocalServiceImpl.getReviews(long proposalId,
int stage)
|
List<TasksReview> |
TasksReviewLocalServiceImpl.getReviews(long proposalId,
int stage,
boolean completed)
|
List<TasksReview> |
TasksReviewLocalServiceImpl.getReviews(long proposalId,
int stage,
boolean completed,
boolean rejected)
|
Methods in com.liferay.portlet.tasks.service.impl with parameters of type TasksReview | |
---|---|
void |
TasksReviewLocalServiceImpl.deleteReview(TasksReview review)
|
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. |
TasksReview |
TasksReviewPersistenceImpl.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. |
TasksReview |
TasksReviewPersistenceImpl.fetchByPrimaryKey(long reviewId)
Finds the tasks review with the primary key or returns null if it could not be found. |
TasksReview |
TasksReviewPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
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. |
TasksReview |
TasksReviewPersistenceImpl.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. |
TasksReview |
TasksReviewPersistenceImpl.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 = ?. |
TasksReview |
TasksReviewPersistenceImpl.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 = ?. |
TasksReview |
TasksReviewPersistenceImpl.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 = ?. |
TasksReview[] |
TasksReviewPersistenceImpl.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 = ?. |
TasksReview |
TasksReviewPersistenceImpl.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 = ?. |
TasksReview |
TasksReviewPersistenceImpl.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 = ?. |
TasksReview[] |
TasksReviewPersistenceImpl.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 = ?. |
TasksReview |
TasksReviewPersistenceImpl.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 = ?. |
TasksReview |
TasksReviewPersistenceImpl.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 = ?. |
TasksReview[] |
TasksReviewPersistenceImpl.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. |
TasksReview |
TasksReviewPersistenceImpl.findByPrimaryKey(long reviewId)
Finds the tasks review with the primary key or throws a NoSuchReviewException if it could not be found. |
TasksReview |
TasksReviewPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Finds the tasks review with the primary key or throws a NoSuchModelException 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 = ?. |
TasksReview |
TasksReviewPersistenceImpl.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 = ?. |
TasksReview |
TasksReviewPersistenceImpl.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 = ?. |
TasksReview[] |
TasksReviewPersistenceImpl.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. |
TasksReview |
TasksReviewPersistenceImpl.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 = ?. |
TasksReview |
TasksReviewPersistenceImpl.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 = ?. |
TasksReview |
TasksReviewPersistenceImpl.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 = ?. |
TasksReview[] |
TasksReviewPersistenceImpl.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 = ?. |
protected TasksReview |
TasksReviewPersistenceImpl.getByP_S_C_PrevAndNext(Session session,
TasksReview tasksReview,
long proposalId,
int stage,
boolean completed,
OrderByComparator orderByComparator,
boolean previous)
|
protected TasksReview |
TasksReviewPersistenceImpl.getByP_S_C_R_PrevAndNext(Session session,
TasksReview tasksReview,
long proposalId,
int stage,
boolean completed,
boolean rejected,
OrderByComparator orderByComparator,
boolean previous)
|
protected TasksReview |
TasksReviewPersistenceImpl.getByP_S_PrevAndNext(Session session,
TasksReview tasksReview,
long proposalId,
int stage,
OrderByComparator orderByComparator,
boolean previous)
|
protected TasksReview |
TasksReviewPersistenceImpl.getByProposalId_PrevAndNext(Session session,
TasksReview tasksReview,
long proposalId,
OrderByComparator orderByComparator,
boolean previous)
|
protected TasksReview |
TasksReviewPersistenceImpl.getByUserId_PrevAndNext(Session session,
TasksReview tasksReview,
long userId,
OrderByComparator orderByComparator,
boolean previous)
|
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. |
TasksReview |
TasksReviewPersistenceImpl.remove(long reviewId)
Removes the tasks review with the primary key from the database. |
TasksReview |
TasksReviewPersistenceImpl.remove(Serializable primaryKey)
Removes the tasks review with the primary key from the database. |
static TasksReview |
TasksReviewUtil.remove(TasksReview tasksReview)
|
protected TasksReview |
TasksReviewPersistenceImpl.removeImpl(TasksReview tasksReview)
|
protected TasksReview |
TasksReviewPersistenceImpl.toUnwrappedModel(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)
|
TasksReview |
TasksReviewPersistenceImpl.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. |
List<TasksReview> |
TasksReviewPersistenceImpl.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. |
List<TasksReview> |
TasksReviewPersistenceImpl.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. |
List<TasksReview> |
TasksReviewPersistenceImpl.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 = ?. |
List<TasksReview> |
TasksReviewPersistenceImpl.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 = ?. |
List<TasksReview> |
TasksReviewPersistenceImpl.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 = ?. |
List<TasksReview> |
TasksReviewPersistenceImpl.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 = ?. |
List<TasksReview> |
TasksReviewPersistenceImpl.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 = ?. |
List<TasksReview> |
TasksReviewPersistenceImpl.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 = ?. |
List<TasksReview> |
TasksReviewPersistenceImpl.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 = ?. |
List<TasksReview> |
TasksReviewPersistenceImpl.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 = ?. |
List<TasksReview> |
TasksReviewPersistenceImpl.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 = ?. |
List<TasksReview> |
TasksReviewPersistenceImpl.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 = ?. |
List<TasksReview> |
TasksReviewPersistenceImpl.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 = ?. |
List<TasksReview> |
TasksReviewPersistenceImpl.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 = ?. |
List<TasksReview> |
TasksReviewPersistenceImpl.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 = ?. |
List<TasksReview> |
TasksReviewPersistenceImpl.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 = ?. |
List<TasksReview> |
TasksReviewPersistenceImpl.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 = ?. |
List<TasksReview> |
TasksReviewPersistenceImpl.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. |
void |
TasksReviewPersistenceImpl.cacheResult(TasksReview tasksReview)
Caches the tasks review in the entity cache if it is enabled. |
static void |
TasksReviewUtil.clearCache(TasksReview tasksReview)
|
void |
TasksReviewPersistenceImpl.clearCache(TasksReview tasksReview)
Clears the cache for the tasks review. |
protected TasksReview |
TasksReviewPersistenceImpl.getByP_S_C_PrevAndNext(Session session,
TasksReview tasksReview,
long proposalId,
int stage,
boolean completed,
OrderByComparator orderByComparator,
boolean previous)
|
protected TasksReview |
TasksReviewPersistenceImpl.getByP_S_C_R_PrevAndNext(Session session,
TasksReview tasksReview,
long proposalId,
int stage,
boolean completed,
boolean rejected,
OrderByComparator orderByComparator,
boolean previous)
|
protected TasksReview |
TasksReviewPersistenceImpl.getByP_S_PrevAndNext(Session session,
TasksReview tasksReview,
long proposalId,
int stage,
OrderByComparator orderByComparator,
boolean previous)
|
protected TasksReview |
TasksReviewPersistenceImpl.getByProposalId_PrevAndNext(Session session,
TasksReview tasksReview,
long proposalId,
OrderByComparator orderByComparator,
boolean previous)
|
protected TasksReview |
TasksReviewPersistenceImpl.getByUserId_PrevAndNext(Session session,
TasksReview tasksReview,
long userId,
OrderByComparator orderByComparator,
boolean previous)
|
static TasksReview |
TasksReviewUtil.remove(TasksReview tasksReview)
|
protected TasksReview |
TasksReviewPersistenceImpl.removeImpl(TasksReview tasksReview)
|
protected TasksReview |
TasksReviewPersistenceImpl.toUnwrappedModel(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)
|
TasksReview |
TasksReviewPersistenceImpl.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. |
void |
TasksReviewPersistenceImpl.cacheResult(List<TasksReview> tasksReviews)
Caches the tasks reviews in the entity cache if it is enabled. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |