Liferay 6.1.2-ce-ga3

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

All Known Implementing Classes:
PollsChoiceFinderImpl

public interface PollsChoiceFinder


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

Method Detail

fetchByUUID_G

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

findByUUID_G

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

Liferay 6.1.2-ce-ga3