com.liferay.portlet.polls.service.persistence
Interface PollsChoiceFinder
public interface PollsChoiceFinder
View Source
- Author:
- Brian Wing Shun Chan
fetchByUUID_G
PollsChoice fetchByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUUID_G
PollsChoice findByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchChoiceException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchChoiceException