com.liferay.portlet.tasks.service.persistence
Interface TasksProposalFinder
public interface TasksProposalFinder
View Source
- Author:
- Brian Wing Shun Chan
countByG_U
int countByG_U(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U
java.util.List<TasksProposal> findByG_U(long groupId,
long userId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException