com.liferay.portlet.polls.service.persistence
Class PollsChoiceFinderUtil

java.lang.Object
  extended by com.liferay.portlet.polls.service.persistence.PollsChoiceFinderUtil

public class PollsChoiceFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
PollsChoiceFinderUtil()
           
 
Method Summary
static PollsChoice findByUuid_G(java.lang.String uuid, long groupId)
           
static PollsChoiceFinder getFinder()
           
 void setFinder(PollsChoiceFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollsChoiceFinderUtil

public PollsChoiceFinderUtil()
Method Detail

findByUuid_G

public static PollsChoice findByUuid_G(java.lang.String uuid,
                                       long groupId)
                                throws com.liferay.portal.SystemException,
                                       NoSuchChoiceException
Throws:
com.liferay.portal.SystemException
NoSuchChoiceException

getFinder

public static PollsChoiceFinder getFinder()

setFinder

public void setFinder(PollsChoiceFinder finder)