com.liferay.portlet.polls.service.persistence
Interface PollsChoiceFinder


public interface PollsChoiceFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 PollsChoice fetchByUUID_G(java.lang.String uuid, long groupId)
           
 PollsChoice findByUUID_G(java.lang.String uuid, long groupId)
           
 

Method Detail

fetchByUUID_G

PollsChoice fetchByUUID_G(java.lang.String uuid,
                          long groupId)
                          throws SystemException
Throws:
SystemException

findByUUID_G

PollsChoice findByUUID_G(java.lang.String uuid,
                         long groupId)
                         throws SystemException,
                                NoSuchChoiceException
Throws:
SystemException
NoSuchChoiceException