Liferay 6.1.2-ce-ga3

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

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

public class PollsChoiceFinderUtil
extends Object


Constructor Summary
PollsChoiceFinderUtil()
           
 
Method Summary
static PollsChoice fetchByUUID_G(String uuid, long groupId)
           
static PollsChoice findByUUID_G(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

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)

Liferay 6.1.2-ce-ga3