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

java.lang.Object
  extended by com.liferay.portlet.polls.service.persistence.PollsChoiceFinderImpl
All Implemented Interfaces:
com.liferay.portlet.polls.service.persistence.PollsChoiceFinder

public class PollsChoiceFinderImpl
extends java.lang.Object
implements com.liferay.portlet.polls.service.persistence.PollsChoiceFinder

View Source

Author:
Bruno Farache

Field Summary
static java.lang.String FIND_BY_UUID_G
           
 
Constructor Summary
PollsChoiceFinderImpl()
           
 
Method Summary
 com.liferay.portlet.polls.model.PollsChoice findByUuid_G(java.lang.String uuid, long groupId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIND_BY_UUID_G

public static java.lang.String FIND_BY_UUID_G
Constructor Detail

PollsChoiceFinderImpl

public PollsChoiceFinderImpl()
Method Detail

findByUuid_G

public com.liferay.portlet.polls.model.PollsChoice findByUuid_G(java.lang.String uuid,
                                                                long groupId)
                                                         throws com.liferay.portlet.polls.NoSuchChoiceException,
                                                                com.liferay.portal.SystemException
Specified by:
findByUuid_G in interface com.liferay.portlet.polls.service.persistence.PollsChoiceFinder
Throws:
com.liferay.portlet.polls.NoSuchChoiceException
com.liferay.portal.SystemException