Liferay 6.0.5

Uses of Interface
com.liferay.portlet.tasks.service.persistence.TasksProposalFinder

Packages that use TasksProposalFinder
com.liferay.portal.service.base   
com.liferay.portlet.tasks.service.base   
com.liferay.portlet.tasks.service.persistence   
 

Uses of TasksProposalFinder in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as TasksProposalFinder
protected  TasksProposalFinder LayoutServiceBaseImpl.tasksProposalFinder
           
protected  TasksProposalFinder LayoutLocalServiceBaseImpl.tasksProposalFinder
           
protected  TasksProposalFinder GroupServiceBaseImpl.tasksProposalFinder
           
protected  TasksProposalFinder GroupLocalServiceBaseImpl.tasksProposalFinder
           
 

Methods in com.liferay.portal.service.base that return TasksProposalFinder
 TasksProposalFinder LayoutServiceBaseImpl.getTasksProposalFinder()
          Gets the tasks proposal finder.
 TasksProposalFinder LayoutLocalServiceBaseImpl.getTasksProposalFinder()
          Gets the tasks proposal finder.
 TasksProposalFinder GroupServiceBaseImpl.getTasksProposalFinder()
          Gets the tasks proposal finder.
 TasksProposalFinder GroupLocalServiceBaseImpl.getTasksProposalFinder()
          Gets the tasks proposal finder.
 

Methods in com.liferay.portal.service.base with parameters of type TasksProposalFinder
 void LayoutServiceBaseImpl.setTasksProposalFinder(TasksProposalFinder tasksProposalFinder)
          Sets the tasks proposal finder.
 void LayoutLocalServiceBaseImpl.setTasksProposalFinder(TasksProposalFinder tasksProposalFinder)
          Sets the tasks proposal finder.
 void GroupServiceBaseImpl.setTasksProposalFinder(TasksProposalFinder tasksProposalFinder)
          Sets the tasks proposal finder.
 void GroupLocalServiceBaseImpl.setTasksProposalFinder(TasksProposalFinder tasksProposalFinder)
          Sets the tasks proposal finder.
 

Uses of TasksProposalFinder in com.liferay.portlet.tasks.service.base
 

Fields in com.liferay.portlet.tasks.service.base declared as TasksProposalFinder
protected  TasksProposalFinder TasksReviewServiceBaseImpl.tasksProposalFinder
           
protected  TasksProposalFinder TasksReviewLocalServiceBaseImpl.tasksProposalFinder
           
protected  TasksProposalFinder TasksProposalServiceBaseImpl.tasksProposalFinder
           
protected  TasksProposalFinder TasksProposalLocalServiceBaseImpl.tasksProposalFinder
           
 

Methods in com.liferay.portlet.tasks.service.base that return TasksProposalFinder
 TasksProposalFinder TasksReviewServiceBaseImpl.getTasksProposalFinder()
          Gets the tasks proposal finder.
 TasksProposalFinder TasksReviewLocalServiceBaseImpl.getTasksProposalFinder()
          Gets the tasks proposal finder.
 TasksProposalFinder TasksProposalServiceBaseImpl.getTasksProposalFinder()
          Gets the tasks proposal finder.
 TasksProposalFinder TasksProposalLocalServiceBaseImpl.getTasksProposalFinder()
          Gets the tasks proposal finder.
 

Methods in com.liferay.portlet.tasks.service.base with parameters of type TasksProposalFinder
 void TasksReviewServiceBaseImpl.setTasksProposalFinder(TasksProposalFinder tasksProposalFinder)
          Sets the tasks proposal finder.
 void TasksReviewLocalServiceBaseImpl.setTasksProposalFinder(TasksProposalFinder tasksProposalFinder)
          Sets the tasks proposal finder.
 void TasksProposalServiceBaseImpl.setTasksProposalFinder(TasksProposalFinder tasksProposalFinder)
          Sets the tasks proposal finder.
 void TasksProposalLocalServiceBaseImpl.setTasksProposalFinder(TasksProposalFinder tasksProposalFinder)
          Sets the tasks proposal finder.
 

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

Classes in com.liferay.portlet.tasks.service.persistence that implement TasksProposalFinder
 class TasksProposalFinderImpl
           
 

Methods in com.liferay.portlet.tasks.service.persistence that return TasksProposalFinder
static TasksProposalFinder TasksProposalFinderUtil.getFinder()
           
 

Methods in com.liferay.portlet.tasks.service.persistence with parameters of type TasksProposalFinder
 void TasksProposalFinderUtil.setFinder(TasksProposalFinder finder)
           
 


Liferay 6.0.5