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

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

public class TasksProposalFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
TasksProposalFinderUtil()
           
 
Method Summary
static int countByG_U(long groupId, long userId)
           
static java.util.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 com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_U

public static java.util.List<TasksProposal> findByG_U(long groupId,
                                                      long userId,
                                                      int start,
                                                      int end)
                                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFinder

public static TasksProposalFinder getFinder()

setFinder

public void setFinder(TasksProposalFinder finder)