com.liferay.portlet.polls.service.persistence
Class PollsChoiceFinderUtil
java.lang.Object
com.liferay.portlet.polls.service.persistence.PollsChoiceFinderUtil
public class PollsChoiceFinderUtil
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PollsChoiceFinderUtil
public PollsChoiceFinderUtil()
fetchByUUID_G
public static PollsChoice fetchByUUID_G(java.lang.String uuid,
long groupId)
throws SystemException
- Throws:
SystemException
findByUUID_G
public static PollsChoice findByUUID_G(java.lang.String uuid,
long groupId)
throws SystemException,
NoSuchChoiceException
- Throws:
SystemException
NoSuchChoiceException
getFinder
public static PollsChoiceFinder getFinder()
setFinder
public void setFinder(PollsChoiceFinder finder)