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

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl
      extended by com.liferay.portlet.polls.service.persistence.PollsChoiceFinderImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence, com.liferay.portlet.polls.service.persistence.PollsChoiceFinder

public class PollsChoiceFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl
implements com.liferay.portlet.polls.service.persistence.PollsChoiceFinder

View Source

Author:
Bruno Farache

Field Summary
static java.lang.String FIND_BY_UUID_G
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, listeners
 
Constructor Summary
PollsChoiceFinderImpl()
           
 
Method Summary
 com.liferay.portlet.polls.model.PollsChoice findByUuid_G(java.lang.String uuid, long groupId)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
closeSession, getDataSource, getDialect, getListeners, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener
 
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