Liferay 6.0.5

com.liferay.portlet.tasks.service.persistence
Class TasksProposalFinderUtil

java.lang.Object
  extended by com.liferay.portlet.tasks.service.persistence.TasksProposalFinderUtil

public class TasksProposalFinderUtil
extends Object


Constructor Summary
TasksProposalFinderUtil()
           
 
Method Summary
static int countByG_U(long groupId, long userId)
           
static List<TasksProposal> findByG_U(long groupId, long userId, int start, int end)
           
static TasksProposalFinder getFinder()
           
 void setFinder(TasksProposalFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TasksProposalFinderUtil

public TasksProposalFinderUtil()
Method Detail

countByG_U

public static int countByG_U(long groupId,
                             long userId)
                      throws SystemException
Throws:
SystemException

findByG_U

public static List<TasksProposal> findByG_U(long groupId,
                                            long userId,
                                            int start,
                                            int end)
                                     throws SystemException
Throws:
SystemException

getFinder

public static TasksProposalFinder getFinder()

setFinder

public void setFinder(TasksProposalFinder finder)

Liferay 6.0.5