com.liferay.portlet.tasks.service.persistence
Class TasksProposalFinderUtil
java.lang.Object
com.liferay.portlet.tasks.service.persistence.TasksProposalFinderUtil
public class TasksProposalFinderUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TasksProposalFinderUtil
public TasksProposalFinderUtil()
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)