Liferay 6.2.0

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

All Superinterfaces:
BasePersistence<PollsVote>

@ProviderType
public interface PollsVotePersistence
extends BasePersistence<PollsVote>

The persistence interface for the polls vote service.

Caching information and settings can be found in portal.properties

See Also:
PollsVotePersistenceImpl, PollsVoteUtil

Method Summary
abstract  void cacheResult(List<PollsVote> pollsVotes)
          Caches the polls votes in the entity cache if it is enabled.
abstract  void cacheResult(PollsVote pollsVote)
          Caches the polls vote in the entity cache if it is enabled.
abstract  int countAll()
          Returns the number of polls votes.
abstract  int countByChoiceId(long choiceId)
          Returns the number of polls votes where choiceId = ?.
abstract  int countByQ_U(long questionId, long userId)
          Returns the number of polls votes where questionId = ? and userId = ?.
abstract  int countByQuestionId(long questionId)
          Returns the number of polls votes where questionId = ?.
abstract  int countByUuid_C(String uuid, long companyId)
          Returns the number of polls votes where uuid = ? and companyId = ?.
abstract  int countByUUID_G(String uuid, long groupId)
          Returns the number of polls votes where uuid = ? and groupId = ?.
abstract  int countByUuid(String uuid)
          Returns the number of polls votes where uuid = ?.
abstract  PollsVote create(long voteId)
          Creates a new polls vote with the primary key.
abstract  PollsVote fetchByChoiceId_First(long choiceId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where choiceId = ?.
abstract  PollsVote fetchByChoiceId_Last(long choiceId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where choiceId = ?.
abstract  PollsVote fetchByPrimaryKey(long voteId)
          Returns the polls vote with the primary key or returns null if it could not be found.
abstract  PollsVote fetchByQ_U(long questionId, long userId)
          Returns the polls vote where questionId = ? and userId = ? or returns null if it could not be found.
abstract  PollsVote fetchByQ_U(long questionId, long userId, boolean retrieveFromCache)
          Returns the polls vote where questionId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache.
abstract  PollsVote fetchByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where questionId = ?.
abstract  PollsVote fetchByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where questionId = ?.
abstract  PollsVote fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where uuid = ? and companyId = ?.
abstract  PollsVote fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where uuid = ? and companyId = ?.
abstract  PollsVote fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where uuid = ?.
abstract  PollsVote fetchByUUID_G(String uuid, long groupId)
          Returns the polls vote where uuid = ? and groupId = ? or returns null if it could not be found.
abstract  PollsVote fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the polls vote where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
abstract  PollsVote fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where uuid = ?.
abstract  List<PollsVote> findAll()
          Returns all the polls votes.
abstract  List<PollsVote> findAll(int start, int end)
          Returns a range of all the polls votes.
abstract  List<PollsVote> findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes.
abstract  PollsVote findByChoiceId_First(long choiceId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where choiceId = ?.
abstract  PollsVote findByChoiceId_Last(long choiceId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where choiceId = ?.
abstract  PollsVote[] findByChoiceId_PrevAndNext(long voteId, long choiceId, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where choiceId = ?.
abstract  List<PollsVote> findByChoiceId(long choiceId)
          Returns all the polls votes where choiceId = ?.
abstract  List<PollsVote> findByChoiceId(long choiceId, int start, int end)
          Returns a range of all the polls votes where choiceId = ?.
abstract  List<PollsVote> findByChoiceId(long choiceId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes where choiceId = ?.
abstract  PollsVote findByPrimaryKey(long voteId)
          Returns the polls vote with the primary key or throws a NoSuchVoteException if it could not be found.
abstract  PollsVote findByQ_U(long questionId, long userId)
          Returns the polls vote where questionId = ? and userId = ? or throws a NoSuchVoteException if it could not be found.
abstract  PollsVote findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where questionId = ?.
abstract  PollsVote findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where questionId = ?.
abstract  PollsVote[] findByQuestionId_PrevAndNext(long voteId, long questionId, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where questionId = ?.
abstract  List<PollsVote> findByQuestionId(long questionId)
          Returns all the polls votes where questionId = ?.
abstract  List<PollsVote> findByQuestionId(long questionId, int start, int end)
          Returns a range of all the polls votes where questionId = ?.
abstract  List<PollsVote> findByQuestionId(long questionId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes where questionId = ?.
abstract  PollsVote findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where uuid = ? and companyId = ?.
abstract  PollsVote findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where uuid = ? and companyId = ?.
abstract  PollsVote[] findByUuid_C_PrevAndNext(long voteId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where uuid = ? and companyId = ?.
abstract  List<PollsVote> findByUuid_C(String uuid, long companyId)
          Returns all the polls votes where uuid = ? and companyId = ?.
abstract  List<PollsVote> findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the polls votes where uuid = ? and companyId = ?.
abstract  List<PollsVote> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes where uuid = ? and companyId = ?.
abstract  PollsVote findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where uuid = ?.
abstract  PollsVote findByUUID_G(String uuid, long groupId)
          Returns the polls vote where uuid = ? and groupId = ? or throws a NoSuchVoteException if it could not be found.
abstract  PollsVote findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where uuid = ?.
abstract  PollsVote[] findByUuid_PrevAndNext(long voteId, String uuid, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where uuid = ?.
abstract  List<PollsVote> findByUuid(String uuid)
          Returns all the polls votes where uuid = ?.
abstract  List<PollsVote> findByUuid(String uuid, int start, int end)
          Returns a range of all the polls votes where uuid = ?.
abstract  List<PollsVote> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes where uuid = ?.
abstract  PollsVote remove(long voteId)
          Removes the polls vote with the primary key from the database.
abstract  void removeAll()
          Removes all the polls votes from the database.
abstract  void removeByChoiceId(long choiceId)
          Removes all the polls votes where choiceId = ? from the database.
abstract  PollsVote removeByQ_U(long questionId, long userId)
          Removes the polls vote where questionId = ? and userId = ? from the database.
abstract  void removeByQuestionId(long questionId)
          Removes all the polls votes where questionId = ? from the database.
abstract  void removeByUuid_C(String uuid, long companyId)
          Removes all the polls votes where uuid = ? and companyId = ? from the database.
abstract  PollsVote removeByUUID_G(String uuid, long groupId)
          Removes the polls vote where uuid = ? and groupId = ? from the database.
abstract  void removeByUuid(String uuid)
          Removes all the polls votes where uuid = ? from the database.
abstract  PollsVote updateImpl(PollsVote pollsVote)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update
 

Method Detail

findByUuid

List<PollsVote> findByUuid(String uuid)
                           throws SystemException
Returns all the polls votes where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the matching polls votes
Throws:
SystemException - if a system exception occurred

findByUuid

List<PollsVote> findByUuid(String uuid,
                           int start,
                           int end)
                           throws SystemException
Returns a range of all the polls votes where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PollsVoteModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
start - the lower bound of the range of polls votes
end - the upper bound of the range of polls votes (not inclusive)
Returns:
the range of matching polls votes
Throws:
SystemException - if a system exception occurred

findByUuid

List<PollsVote> findByUuid(String uuid,
                           int start,
                           int end,
                           OrderByComparator orderByComparator)
                           throws SystemException
Returns an ordered range of all the polls votes where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PollsVoteModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
start - the lower bound of the range of polls votes
end - the upper bound of the range of polls votes (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching polls votes
Throws:
SystemException - if a system exception occurred

findByUuid_First

PollsVote findByUuid_First(String uuid,
                           OrderByComparator orderByComparator)
                           throws SystemException,
                                  NoSuchVoteException
Returns the first polls vote in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching polls vote
Throws:
NoSuchVoteException - if a matching polls vote could not be found
SystemException - if a system exception occurred

fetchByUuid_First

PollsVote fetchByUuid_First(String uuid,
                            OrderByComparator orderByComparator)
                            throws SystemException
Returns the first polls vote in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching polls vote, or null if a matching polls vote could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_Last

PollsVote findByUuid_Last(String uuid,
                          OrderByComparator orderByComparator)
                          throws SystemException,
                                 NoSuchVoteException
Returns the last polls vote in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching polls vote
Throws:
NoSuchVoteException - if a matching polls vote could not be found
SystemException - if a system exception occurred

fetchByUuid_Last

PollsVote fetchByUuid_Last(String uuid,
                           OrderByComparator orderByComparator)
                           throws SystemException
Returns the last polls vote in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching polls vote, or null if a matching polls vote could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_PrevAndNext

PollsVote[] findByUuid_PrevAndNext(long voteId,
                                   String uuid,
                                   OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchVoteException
Returns the polls votes before and after the current polls vote in the ordered set where uuid = ?.

Parameters:
voteId - the primary key of the current polls vote
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next polls vote
Throws:
NoSuchVoteException - if a polls vote with the primary key could not be found
SystemException - if a system exception occurred

removeByUuid

void removeByUuid(String uuid)
                  throws SystemException
Removes all the polls votes where uuid = ? from the database.

Parameters:
uuid - the uuid
Throws:
SystemException - if a system exception occurred

countByUuid

int countByUuid(String uuid)
                throws SystemException
Returns the number of polls votes where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the number of matching polls votes
Throws:
SystemException - if a system exception occurred

findByUUID_G

PollsVote findByUUID_G(String uuid,
                       long groupId)
                       throws SystemException,
                              NoSuchVoteException
Returns the polls vote where uuid = ? and groupId = ? or throws a NoSuchVoteException if it could not be found.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching polls vote
Throws:
NoSuchVoteException - if a matching polls vote could not be found
SystemException - if a system exception occurred

fetchByUUID_G

PollsVote fetchByUUID_G(String uuid,
                        long groupId)
                        throws SystemException
Returns the polls vote where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching polls vote, or null if a matching polls vote could not be found
Throws:
SystemException - if a system exception occurred

fetchByUUID_G

PollsVote fetchByUUID_G(String uuid,
                        long groupId,
                        boolean retrieveFromCache)
                        throws SystemException
Returns the polls vote where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
uuid - the uuid
groupId - the group ID
retrieveFromCache - whether to use the finder cache
Returns:
the matching polls vote, or null if a matching polls vote could not be found
Throws:
SystemException - if a system exception occurred

removeByUUID_G

PollsVote removeByUUID_G(String uuid,
                         long groupId)
                         throws SystemException,
                                NoSuchVoteException
Removes the polls vote where uuid = ? and groupId = ? from the database.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the polls vote that was removed
Throws:
SystemException - if a system exception occurred
NoSuchVoteException

countByUUID_G

int countByUUID_G(String uuid,
                  long groupId)
                  throws SystemException
Returns the number of polls votes where uuid = ? and groupId = ?.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the number of matching polls votes
Throws:
SystemException - if a system exception occurred

findByUuid_C

List<PollsVote> findByUuid_C(String uuid,
                             long companyId)
                             throws SystemException
Returns all the polls votes where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching polls votes
Throws:
SystemException - if a system exception occurred

findByUuid_C

List<PollsVote> findByUuid_C(String uuid,
                             long companyId,
                             int start,
                             int end)
                             throws SystemException
Returns a range of all the polls votes where uuid = ? and companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PollsVoteModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of polls votes
end - the upper bound of the range of polls votes (not inclusive)
Returns:
the range of matching polls votes
Throws:
SystemException - if a system exception occurred

findByUuid_C

List<PollsVote> findByUuid_C(String uuid,
                             long companyId,
                             int start,
                             int end,
                             OrderByComparator orderByComparator)
                             throws SystemException
Returns an ordered range of all the polls votes where uuid = ? and companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PollsVoteModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of polls votes
end - the upper bound of the range of polls votes (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching polls votes
Throws:
SystemException - if a system exception occurred

findByUuid_C_First

PollsVote findByUuid_C_First(String uuid,
                             long companyId,
                             OrderByComparator orderByComparator)
                             throws SystemException,
                                    NoSuchVoteException
Returns the first polls vote in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching polls vote
Throws:
NoSuchVoteException - if a matching polls vote could not be found
SystemException - if a system exception occurred

fetchByUuid_C_First

PollsVote fetchByUuid_C_First(String uuid,
                              long companyId,
                              OrderByComparator orderByComparator)
                              throws SystemException
Returns the first polls vote in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching polls vote, or null if a matching polls vote could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_C_Last

PollsVote findByUuid_C_Last(String uuid,
                            long companyId,
                            OrderByComparator orderByComparator)
                            throws SystemException,
                                   NoSuchVoteException
Returns the last polls vote in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching polls vote
Throws:
NoSuchVoteException - if a matching polls vote could not be found
SystemException - if a system exception occurred

fetchByUuid_C_Last

PollsVote fetchByUuid_C_Last(String uuid,
                             long companyId,
                             OrderByComparator orderByComparator)
                             throws SystemException
Returns the last polls vote in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching polls vote, or null if a matching polls vote could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_C_PrevAndNext

PollsVote[] findByUuid_C_PrevAndNext(long voteId,
                                     String uuid,
                                     long companyId,
                                     OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchVoteException
Returns the polls votes before and after the current polls vote in the ordered set where uuid = ? and companyId = ?.

Parameters:
voteId - the primary key of the current polls vote
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next polls vote
Throws:
NoSuchVoteException - if a polls vote with the primary key could not be found
SystemException - if a system exception occurred

removeByUuid_C

void removeByUuid_C(String uuid,
                    long companyId)
                    throws SystemException
Removes all the polls votes where uuid = ? and companyId = ? from the database.

Parameters:
uuid - the uuid
companyId - the company ID
Throws:
SystemException - if a system exception occurred

countByUuid_C

int countByUuid_C(String uuid,
                  long companyId)
                  throws SystemException
Returns the number of polls votes where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the number of matching polls votes
Throws:
SystemException - if a system exception occurred

findByQuestionId

List<PollsVote> findByQuestionId(long questionId)
                                 throws SystemException
Returns all the polls votes where questionId = ?.

Parameters:
questionId - the question ID
Returns:
the matching polls votes
Throws:
SystemException - if a system exception occurred

findByQuestionId

List<PollsVote> findByQuestionId(long questionId,
                                 int start,
                                 int end)
                                 throws SystemException
Returns a range of all the polls votes where questionId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PollsVoteModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
questionId - the question ID
start - the lower bound of the range of polls votes
end - the upper bound of the range of polls votes (not inclusive)
Returns:
the range of matching polls votes
Throws:
SystemException - if a system exception occurred

findByQuestionId

List<PollsVote> findByQuestionId(long questionId,
                                 int start,
                                 int end,
                                 OrderByComparator orderByComparator)
                                 throws SystemException
Returns an ordered range of all the polls votes where questionId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PollsVoteModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
questionId - the question ID
start - the lower bound of the range of polls votes
end - the upper bound of the range of polls votes (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching polls votes
Throws:
SystemException - if a system exception occurred

findByQuestionId_First

PollsVote findByQuestionId_First(long questionId,
                                 OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchVoteException
Returns the first polls vote in the ordered set where questionId = ?.

Parameters:
questionId - the question ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching polls vote
Throws:
NoSuchVoteException - if a matching polls vote could not be found
SystemException - if a system exception occurred

fetchByQuestionId_First

PollsVote fetchByQuestionId_First(long questionId,
                                  OrderByComparator orderByComparator)
                                  throws SystemException
Returns the first polls vote in the ordered set where questionId = ?.

Parameters:
questionId - the question ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching polls vote, or null if a matching polls vote could not be found
Throws:
SystemException - if a system exception occurred

findByQuestionId_Last

PollsVote findByQuestionId_Last(long questionId,
                                OrderByComparator orderByComparator)
                                throws SystemException,
                                       NoSuchVoteException
Returns the last polls vote in the ordered set where questionId = ?.

Parameters:
questionId - the question ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching polls vote
Throws:
NoSuchVoteException - if a matching polls vote could not be found
SystemException - if a system exception occurred

fetchByQuestionId_Last

PollsVote fetchByQuestionId_Last(long questionId,
                                 OrderByComparator orderByComparator)
                                 throws SystemException
Returns the last polls vote in the ordered set where questionId = ?.

Parameters:
questionId - the question ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching polls vote, or null if a matching polls vote could not be found
Throws:
SystemException - if a system exception occurred

findByQuestionId_PrevAndNext

PollsVote[] findByQuestionId_PrevAndNext(long voteId,
                                         long questionId,
                                         OrderByComparator orderByComparator)
                                         throws SystemException,
                                                NoSuchVoteException
Returns the polls votes before and after the current polls vote in the ordered set where questionId = ?.

Parameters:
voteId - the primary key of the current polls vote
questionId - the question ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next polls vote
Throws:
NoSuchVoteException - if a polls vote with the primary key could not be found
SystemException - if a system exception occurred

removeByQuestionId

void removeByQuestionId(long questionId)
                        throws SystemException
Removes all the polls votes where questionId = ? from the database.

Parameters:
questionId - the question ID
Throws:
SystemException - if a system exception occurred

countByQuestionId

int countByQuestionId(long questionId)
                      throws SystemException
Returns the number of polls votes where questionId = ?.

Parameters:
questionId - the question ID
Returns:
the number of matching polls votes
Throws:
SystemException - if a system exception occurred

findByChoiceId

List<PollsVote> findByChoiceId(long choiceId)
                               throws SystemException
Returns all the polls votes where choiceId = ?.

Parameters:
choiceId - the choice ID
Returns:
the matching polls votes
Throws:
SystemException - if a system exception occurred

findByChoiceId

List<PollsVote> findByChoiceId(long choiceId,
                               int start,
                               int end)
                               throws SystemException
Returns a range of all the polls votes where choiceId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PollsVoteModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
choiceId - the choice ID
start - the lower bound of the range of polls votes
end - the upper bound of the range of polls votes (not inclusive)
Returns:
the range of matching polls votes
Throws:
SystemException - if a system exception occurred

findByChoiceId

List<PollsVote> findByChoiceId(long choiceId,
                               int start,
                               int end,
                               OrderByComparator orderByComparator)
                               throws SystemException
Returns an ordered range of all the polls votes where choiceId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PollsVoteModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
choiceId - the choice ID
start - the lower bound of the range of polls votes
end - the upper bound of the range of polls votes (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching polls votes
Throws:
SystemException - if a system exception occurred

findByChoiceId_First

PollsVote findByChoiceId_First(long choiceId,
                               OrderByComparator orderByComparator)
                               throws SystemException,
                                      NoSuchVoteException
Returns the first polls vote in the ordered set where choiceId = ?.

Parameters:
choiceId - the choice ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching polls vote
Throws:
NoSuchVoteException - if a matching polls vote could not be found
SystemException - if a system exception occurred

fetchByChoiceId_First

PollsVote fetchByChoiceId_First(long choiceId,
                                OrderByComparator orderByComparator)
                                throws SystemException
Returns the first polls vote in the ordered set where choiceId = ?.

Parameters:
choiceId - the choice ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching polls vote, or null if a matching polls vote could not be found
Throws:
SystemException - if a system exception occurred

findByChoiceId_Last

PollsVote findByChoiceId_Last(long choiceId,
                              OrderByComparator orderByComparator)
                              throws SystemException,
                                     NoSuchVoteException
Returns the last polls vote in the ordered set where choiceId = ?.

Parameters:
choiceId - the choice ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching polls vote
Throws:
NoSuchVoteException - if a matching polls vote could not be found
SystemException - if a system exception occurred

fetchByChoiceId_Last

PollsVote fetchByChoiceId_Last(long choiceId,
                               OrderByComparator orderByComparator)
                               throws SystemException
Returns the last polls vote in the ordered set where choiceId = ?.

Parameters:
choiceId - the choice ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching polls vote, or null if a matching polls vote could not be found
Throws:
SystemException - if a system exception occurred

findByChoiceId_PrevAndNext

PollsVote[] findByChoiceId_PrevAndNext(long voteId,
                                       long choiceId,
                                       OrderByComparator orderByComparator)
                                       throws SystemException,
                                              NoSuchVoteException
Returns the polls votes before and after the current polls vote in the ordered set where choiceId = ?.

Parameters:
voteId - the primary key of the current polls vote
choiceId - the choice ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next polls vote
Throws:
NoSuchVoteException - if a polls vote with the primary key could not be found
SystemException - if a system exception occurred

removeByChoiceId

void removeByChoiceId(long choiceId)
                      throws SystemException
Removes all the polls votes where choiceId = ? from the database.

Parameters:
choiceId - the choice ID
Throws:
SystemException - if a system exception occurred

countByChoiceId

int countByChoiceId(long choiceId)
                    throws SystemException
Returns the number of polls votes where choiceId = ?.

Parameters:
choiceId - the choice ID
Returns:
the number of matching polls votes
Throws:
SystemException - if a system exception occurred

findByQ_U

PollsVote findByQ_U(long questionId,
                    long userId)
                    throws SystemException,
                           NoSuchVoteException
Returns the polls vote where questionId = ? and userId = ? or throws a NoSuchVoteException if it could not be found.

Parameters:
questionId - the question ID
userId - the user ID
Returns:
the matching polls vote
Throws:
NoSuchVoteException - if a matching polls vote could not be found
SystemException - if a system exception occurred

fetchByQ_U

PollsVote fetchByQ_U(long questionId,
                     long userId)
                     throws SystemException
Returns the polls vote where questionId = ? and userId = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
questionId - the question ID
userId - the user ID
Returns:
the matching polls vote, or null if a matching polls vote could not be found
Throws:
SystemException - if a system exception occurred

fetchByQ_U

PollsVote fetchByQ_U(long questionId,
                     long userId,
                     boolean retrieveFromCache)
                     throws SystemException
Returns the polls vote where questionId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
questionId - the question ID
userId - the user ID
retrieveFromCache - whether to use the finder cache
Returns:
the matching polls vote, or null if a matching polls vote could not be found
Throws:
SystemException - if a system exception occurred

removeByQ_U

PollsVote removeByQ_U(long questionId,
                      long userId)
                      throws SystemException,
                             NoSuchVoteException
Removes the polls vote where questionId = ? and userId = ? from the database.

Parameters:
questionId - the question ID
userId - the user ID
Returns:
the polls vote that was removed
Throws:
SystemException - if a system exception occurred
NoSuchVoteException

countByQ_U

int countByQ_U(long questionId,
               long userId)
               throws SystemException
Returns the number of polls votes where questionId = ? and userId = ?.

Parameters:
questionId - the question ID
userId - the user ID
Returns:
the number of matching polls votes
Throws:
SystemException - if a system exception occurred

cacheResult

void cacheResult(PollsVote pollsVote)
Caches the polls vote in the entity cache if it is enabled.

Parameters:
pollsVote - the polls vote

cacheResult

void cacheResult(List<PollsVote> pollsVotes)
Caches the polls votes in the entity cache if it is enabled.

Parameters:
pollsVotes - the polls votes

create

PollsVote create(long voteId)
Creates a new polls vote with the primary key. Does not add the polls vote to the database.

Parameters:
voteId - the primary key for the new polls vote
Returns:
the new polls vote

remove

PollsVote remove(long voteId)
                 throws SystemException,
                        NoSuchVoteException
Removes the polls vote with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
voteId - the primary key of the polls vote
Returns:
the polls vote that was removed
Throws:
NoSuchVoteException - if a polls vote with the primary key could not be found
SystemException - if a system exception occurred

updateImpl

PollsVote updateImpl(PollsVote pollsVote)
                     throws SystemException
Throws:
SystemException

findByPrimaryKey

PollsVote findByPrimaryKey(long voteId)
                           throws SystemException,
                                  NoSuchVoteException
Returns the polls vote with the primary key or throws a NoSuchVoteException if it could not be found.

Parameters:
voteId - the primary key of the polls vote
Returns:
the polls vote
Throws:
NoSuchVoteException - if a polls vote with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

PollsVote fetchByPrimaryKey(long voteId)
                            throws SystemException
Returns the polls vote with the primary key or returns null if it could not be found.

Parameters:
voteId - the primary key of the polls vote
Returns:
the polls vote, or null if a polls vote with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findAll

List<PollsVote> findAll()
                        throws SystemException
Returns all the polls votes.

Returns:
the polls votes
Throws:
SystemException - if a system exception occurred

findAll

List<PollsVote> findAll(int start,
                        int end)
                        throws SystemException
Returns a range of all the polls votes.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PollsVoteModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
start - the lower bound of the range of polls votes
end - the upper bound of the range of polls votes (not inclusive)
Returns:
the range of polls votes
Throws:
SystemException - if a system exception occurred

findAll

List<PollsVote> findAll(int start,
                        int end,
                        OrderByComparator orderByComparator)
                        throws SystemException
Returns an ordered range of all the polls votes.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PollsVoteModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
start - the lower bound of the range of polls votes
end - the upper bound of the range of polls votes (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of polls votes
Throws:
SystemException - if a system exception occurred

removeAll

void removeAll()
               throws SystemException
Removes all the polls votes from the database.

Throws:
SystemException - if a system exception occurred

countAll

int countAll()
             throws SystemException
Returns the number of polls votes.

Returns:
the number of polls votes
Throws:
SystemException - if a system exception occurred

Liferay 6.2.0