Liferay 6.0.5

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

All Known Implementing Classes:
TasksProposalFinderImpl

public interface TasksProposalFinder


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

Method Detail

countByG_U

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

findByG_U

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

Liferay 6.0.5