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


public interface TasksProposalFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByG_U(long groupId, long userId)
           
 java.util.List<TasksProposal> findByG_U(long groupId, long userId, int start, int end)
           
 

Method Detail

countByG_U

int countByG_U(long groupId,
               long userId)
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_U

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