com.liferay.portlet.polls.service.persistence
Class PollsChoiceFinderUtil
java.lang.Object
com.liferay.portlet.polls.service.persistence.PollsChoiceFinderUtil
public class PollsChoiceFinderUtil
- extends Object
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(String uuid,
long groupId)
throws SystemException
- Throws:
SystemException
findByUUID_G
public static PollsChoice findByUUID_G(String uuid,
long groupId)
throws SystemException,
NoSuchChoiceException
- Throws:
SystemException
NoSuchChoiceException
getFinder
public static PollsChoiceFinder getFinder()
setFinder
public void setFinder(PollsChoiceFinder finder)