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

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.polls.model.PollsChoice>
      extended by com.liferay.portlet.polls.service.persistence.PollsChoicePersistenceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.polls.model.PollsChoice>, com.liferay.portlet.polls.service.persistence.PollsChoicePersistence

public class PollsChoicePersistenceImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.polls.model.PollsChoice>
implements com.liferay.portlet.polls.service.persistence.PollsChoicePersistence

The persistence implementation for the polls choice service.

Caching information and settings can be found in portal.properties

Author:
Brian Wing Shun Chan
See Also:
PollsChoicePersistence, PollsChoiceUtil
Generated:

Field Summary
static java.lang.String FINDER_CLASS_NAME_ENTITY
           
static java.lang.String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
           
static java.lang.String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_Q_N
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_QUESTIONID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_Q_N
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_QUESTIONID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_QUESTIONID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
           
protected  com.liferay.portlet.polls.service.persistence.PollsChoicePersistence pollsChoicePersistence
           
protected  com.liferay.portlet.polls.service.persistence.PollsQuestionPersistence pollsQuestionPersistence
           
protected  com.liferay.portlet.polls.service.persistence.PollsVotePersistence pollsVotePersistence
           
protected  com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
           
protected  com.liferay.portal.service.persistence.UserPersistence userPersistence
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
 
Constructor Summary
PollsChoicePersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
          Initializes the polls choice persistence.
 void cacheResult(java.util.List<com.liferay.portlet.polls.model.PollsChoice> pollsChoices)
          Caches the polls choices in the entity cache if it is enabled.
 void cacheResult(com.liferay.portlet.polls.model.PollsChoice pollsChoice)
          Caches the polls choice in the entity cache if it is enabled.
 void clearCache()
          Clears the cache for all polls choices.
 void clearCache(java.util.List<com.liferay.portlet.polls.model.PollsChoice> pollsChoices)
           
 void clearCache(com.liferay.portlet.polls.model.PollsChoice pollsChoice)
          Clears the cache for the polls choice.
protected  void clearUniqueFindersCache(com.liferay.portlet.polls.model.PollsChoice pollsChoice)
           
 int countAll()
          Returns the number of polls choices.
 int countByQ_N(long questionId, java.lang.String name)
          Returns the number of polls choices where questionId = ? and name = ?.
 int countByQuestionId(long questionId)
          Returns the number of polls choices where questionId = ?.
 int countByUuid(java.lang.String uuid)
          Returns the number of polls choices where uuid = ?.
 com.liferay.portlet.polls.model.PollsChoice create(long choiceId)
          Creates a new polls choice with the primary key.
 void destroy()
           
 com.liferay.portlet.polls.model.PollsChoice fetchByPrimaryKey(long choiceId)
          Returns the polls choice with the primary key or returns null if it could not be found.
 com.liferay.portlet.polls.model.PollsChoice fetchByPrimaryKey(java.io.Serializable primaryKey)
          Returns the polls choice with the primary key or returns null if it could not be found.
 com.liferay.portlet.polls.model.PollsChoice fetchByQ_N(long questionId, java.lang.String name)
          Returns the polls choice where questionId = ? and name = ? or returns null if it could not be found.
 com.liferay.portlet.polls.model.PollsChoice fetchByQ_N(long questionId, java.lang.String name, boolean retrieveFromCache)
          Returns the polls choice where questionId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 java.util.List<com.liferay.portlet.polls.model.PollsChoice> findAll()
          Returns all the polls choices.
 java.util.List<com.liferay.portlet.polls.model.PollsChoice> findAll(int start, int end)
          Returns a range of all the polls choices.
 java.util.List<com.liferay.portlet.polls.model.PollsChoice> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices.
 com.liferay.portlet.polls.model.PollsChoice findByPrimaryKey(long choiceId)
          Returns the polls choice with the primary key or throws a NoSuchChoiceException if it could not be found.
 com.liferay.portlet.polls.model.PollsChoice findByPrimaryKey(java.io.Serializable primaryKey)
          Returns the polls choice with the primary key or throws a NoSuchModelException if it could not be found.
 com.liferay.portlet.polls.model.PollsChoice findByQ_N(long questionId, java.lang.String name)
          Returns the polls choice where questionId = ? and name = ? or throws a NoSuchChoiceException if it could not be found.
 com.liferay.portlet.polls.model.PollsChoice findByQuestionId_First(long questionId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where questionId = ?.
 com.liferay.portlet.polls.model.PollsChoice findByQuestionId_Last(long questionId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where questionId = ?.
 com.liferay.portlet.polls.model.PollsChoice[] findByQuestionId_PrevAndNext(long choiceId, long questionId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Returns the polls choices before and after the current polls choice in the ordered set where questionId = ?.
 java.util.List<com.liferay.portlet.polls.model.PollsChoice> findByQuestionId(long questionId)
          Returns all the polls choices where questionId = ?.
 java.util.List<com.liferay.portlet.polls.model.PollsChoice> findByQuestionId(long questionId, int start, int end)
          Returns a range of all the polls choices where questionId = ?.
 java.util.List<com.liferay.portlet.polls.model.PollsChoice> findByQuestionId(long questionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices where questionId = ?.
 com.liferay.portlet.polls.model.PollsChoice findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ?.
 com.liferay.portlet.polls.model.PollsChoice findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ?.
 com.liferay.portlet.polls.model.PollsChoice[] findByUuid_PrevAndNext(long choiceId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Returns the polls choices before and after the current polls choice in the ordered set where uuid = ?.
 java.util.List<com.liferay.portlet.polls.model.PollsChoice> findByUuid(java.lang.String uuid)
          Returns all the polls choices where uuid = ?.
 java.util.List<com.liferay.portlet.polls.model.PollsChoice> findByUuid(java.lang.String uuid, int start, int end)
          Returns a range of all the polls choices where uuid = ?.
 java.util.List<com.liferay.portlet.polls.model.PollsChoice> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices where uuid = ?.
protected  com.liferay.portlet.polls.model.PollsChoice getByQuestionId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portlet.polls.model.PollsChoice pollsChoice, long questionId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, boolean previous)
           
protected  com.liferay.portlet.polls.model.PollsChoice getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portlet.polls.model.PollsChoice pollsChoice, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, boolean previous)
           
 com.liferay.portlet.polls.model.PollsChoice remove(long choiceId)
          Removes the polls choice with the primary key from the database.
 com.liferay.portlet.polls.model.PollsChoice remove(java.io.Serializable primaryKey)
          Removes the polls choice with the primary key from the database.
 void removeAll()
          Removes all the polls choices from the database.
 void removeByQ_N(long questionId, java.lang.String name)
          Removes the polls choice where questionId = ? and name = ? from the database.
 void removeByQuestionId(long questionId)
          Removes all the polls choices where questionId = ? from the database.
 void removeByUuid(java.lang.String uuid)
          Removes all the polls choices where uuid = ? from the database.
protected  com.liferay.portlet.polls.model.PollsChoice removeImpl(com.liferay.portlet.polls.model.PollsChoice pollsChoice)
           
protected  com.liferay.portlet.polls.model.PollsChoice toUnwrappedModel(com.liferay.portlet.polls.model.PollsChoice pollsChoice)
           
 com.liferay.portlet.polls.model.PollsChoice updateImpl(com.liferay.portlet.polls.model.PollsChoice pollsChoice, boolean merge)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update
 

Field Detail

FINDER_CLASS_NAME_ENTITY

public static final java.lang.String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST_WITH_PAGINATION

public static final java.lang.String FINDER_CLASS_NAME_LIST_WITH_PAGINATION

FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

public static final java.lang.String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID

FINDER_PATH_COUNT_BY_UUID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID

FINDER_PATH_WITH_PAGINATION_FIND_BY_QUESTIONID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_QUESTIONID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_QUESTIONID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_QUESTIONID

FINDER_PATH_COUNT_BY_QUESTIONID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_QUESTIONID

FINDER_PATH_FETCH_BY_Q_N

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_Q_N

FINDER_PATH_COUNT_BY_Q_N

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_Q_N

FINDER_PATH_WITH_PAGINATION_FIND_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL

FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL

pollsChoicePersistence

@BeanReference(type=com.liferay.portlet.polls.service.persistence.PollsChoicePersistence.class)
protected com.liferay.portlet.polls.service.persistence.PollsChoicePersistence pollsChoicePersistence

pollsQuestionPersistence

@BeanReference(type=com.liferay.portlet.polls.service.persistence.PollsQuestionPersistence.class)
protected com.liferay.portlet.polls.service.persistence.PollsQuestionPersistence pollsQuestionPersistence

pollsVotePersistence

@BeanReference(type=com.liferay.portlet.polls.service.persistence.PollsVotePersistence.class)
protected com.liferay.portlet.polls.service.persistence.PollsVotePersistence pollsVotePersistence

resourcePersistence

@BeanReference(type=com.liferay.portal.service.persistence.ResourcePersistence.class)
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence

userPersistence

@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class)
protected com.liferay.portal.service.persistence.UserPersistence userPersistence
Constructor Detail

PollsChoicePersistenceImpl

public PollsChoicePersistenceImpl()
Method Detail

cacheResult

public void cacheResult(com.liferay.portlet.polls.model.PollsChoice pollsChoice)
Caches the polls choice in the entity cache if it is enabled.

Specified by:
cacheResult in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
pollsChoice - the polls choice

cacheResult

public void cacheResult(java.util.List<com.liferay.portlet.polls.model.PollsChoice> pollsChoices)
Caches the polls choices in the entity cache if it is enabled.

Specified by:
cacheResult in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
pollsChoices - the polls choices

clearCache

public void clearCache()
Clears the cache for all polls choices.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.polls.model.PollsChoice>
Overrides:
clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.polls.model.PollsChoice>

clearCache

public void clearCache(com.liferay.portlet.polls.model.PollsChoice pollsChoice)
Clears the cache for the polls choice.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.polls.model.PollsChoice>
Overrides:
clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.polls.model.PollsChoice>

clearCache

public void clearCache(java.util.List<com.liferay.portlet.polls.model.PollsChoice> pollsChoices)
Specified by:
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.polls.model.PollsChoice>
Overrides:
clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.polls.model.PollsChoice>

clearUniqueFindersCache

protected void clearUniqueFindersCache(com.liferay.portlet.polls.model.PollsChoice pollsChoice)

create

public com.liferay.portlet.polls.model.PollsChoice create(long choiceId)
Creates a new polls choice with the primary key. Does not add the polls choice to the database.

Specified by:
create in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
choiceId - the primary key for the new polls choice
Returns:
the new polls choice

remove

public com.liferay.portlet.polls.model.PollsChoice remove(long choiceId)
                                                   throws com.liferay.portlet.polls.NoSuchChoiceException,
                                                          com.liferay.portal.kernel.exception.SystemException
Removes the polls choice with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
choiceId - the primary key of the polls choice
Returns:
the polls choice that was removed
Throws:
com.liferay.portlet.polls.NoSuchChoiceException - if a polls choice with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

remove

public com.liferay.portlet.polls.model.PollsChoice remove(java.io.Serializable primaryKey)
                                                   throws com.liferay.portlet.polls.NoSuchChoiceException,
                                                          com.liferay.portal.kernel.exception.SystemException
Removes the polls choice with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.polls.model.PollsChoice>
Overrides:
remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.polls.model.PollsChoice>
Parameters:
primaryKey - the primary key of the polls choice
Returns:
the polls choice that was removed
Throws:
com.liferay.portlet.polls.NoSuchChoiceException - if a polls choice with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

removeImpl

protected com.liferay.portlet.polls.model.PollsChoice removeImpl(com.liferay.portlet.polls.model.PollsChoice pollsChoice)
                                                          throws com.liferay.portal.kernel.exception.SystemException
Overrides:
removeImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.polls.model.PollsChoice>
Throws:
com.liferay.portal.kernel.exception.SystemException

updateImpl

public com.liferay.portlet.polls.model.PollsChoice updateImpl(com.liferay.portlet.polls.model.PollsChoice pollsChoice,
                                                              boolean merge)
                                                       throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateImpl in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Overrides:
updateImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.polls.model.PollsChoice>
Throws:
com.liferay.portal.kernel.exception.SystemException

toUnwrappedModel

protected com.liferay.portlet.polls.model.PollsChoice toUnwrappedModel(com.liferay.portlet.polls.model.PollsChoice pollsChoice)

findByPrimaryKey

public com.liferay.portlet.polls.model.PollsChoice findByPrimaryKey(java.io.Serializable primaryKey)
                                                             throws com.liferay.portal.NoSuchModelException,
                                                                    com.liferay.portal.kernel.exception.SystemException
Returns the polls choice with the primary key or throws a NoSuchModelException if it could not be found.

Specified by:
findByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.polls.model.PollsChoice>
Overrides:
findByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.polls.model.PollsChoice>
Parameters:
primaryKey - the primary key of the polls choice
Returns:
the polls choice
Throws:
com.liferay.portal.NoSuchModelException - if a polls choice with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByPrimaryKey

public com.liferay.portlet.polls.model.PollsChoice findByPrimaryKey(long choiceId)
                                                             throws com.liferay.portlet.polls.NoSuchChoiceException,
                                                                    com.liferay.portal.kernel.exception.SystemException
Returns the polls choice with the primary key or throws a NoSuchChoiceException if it could not be found.

Specified by:
findByPrimaryKey in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
choiceId - the primary key of the polls choice
Returns:
the polls choice
Throws:
com.liferay.portlet.polls.NoSuchChoiceException - if a polls choice with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

fetchByPrimaryKey

public com.liferay.portlet.polls.model.PollsChoice fetchByPrimaryKey(java.io.Serializable primaryKey)
                                                              throws com.liferay.portal.kernel.exception.SystemException
Returns the polls choice with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.polls.model.PollsChoice>
Overrides:
fetchByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.polls.model.PollsChoice>
Parameters:
primaryKey - the primary key of the polls choice
Returns:
the polls choice, or null if a polls choice with the primary key could not be found
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

fetchByPrimaryKey

public com.liferay.portlet.polls.model.PollsChoice fetchByPrimaryKey(long choiceId)
                                                              throws com.liferay.portal.kernel.exception.SystemException
Returns the polls choice with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
choiceId - the primary key of the polls choice
Returns:
the polls choice, or null if a polls choice with the primary key could not be found
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByUuid

public java.util.List<com.liferay.portlet.polls.model.PollsChoice> findByUuid(java.lang.String uuid)
                                                                       throws com.liferay.portal.kernel.exception.SystemException
Returns all the polls choices where uuid = ?.

Specified by:
findByUuid in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
uuid - the uuid
Returns:
the matching polls choices
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByUuid

public java.util.List<com.liferay.portlet.polls.model.PollsChoice> findByUuid(java.lang.String uuid,
                                                                              int start,
                                                                              int end)
                                                                       throws com.liferay.portal.kernel.exception.SystemException
Returns a range of all the polls choices 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.

Specified by:
findByUuid in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
uuid - the uuid
start - the lower bound of the range of polls choices
end - the upper bound of the range of polls choices (not inclusive)
Returns:
the range of matching polls choices
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByUuid

public java.util.List<com.liferay.portlet.polls.model.PollsChoice> findByUuid(java.lang.String uuid,
                                                                              int start,
                                                                              int end,
                                                                              com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                       throws com.liferay.portal.kernel.exception.SystemException
Returns an ordered range of all the polls choices 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.

Specified by:
findByUuid in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
uuid - the uuid
start - the lower bound of the range of polls choices
end - the upper bound of the range of polls choices (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching polls choices
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByUuid_First

public com.liferay.portlet.polls.model.PollsChoice findByUuid_First(java.lang.String uuid,
                                                                    com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                             throws com.liferay.portlet.polls.NoSuchChoiceException,
                                                                    com.liferay.portal.kernel.exception.SystemException
Returns the first polls choice in the ordered set 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.

Specified by:
findByUuid_First in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching polls choice
Throws:
com.liferay.portlet.polls.NoSuchChoiceException - if a matching polls choice could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByUuid_Last

public com.liferay.portlet.polls.model.PollsChoice findByUuid_Last(java.lang.String uuid,
                                                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                            throws com.liferay.portlet.polls.NoSuchChoiceException,
                                                                   com.liferay.portal.kernel.exception.SystemException
Returns the last polls choice in the ordered set 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.

Specified by:
findByUuid_Last in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching polls choice
Throws:
com.liferay.portlet.polls.NoSuchChoiceException - if a matching polls choice could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByUuid_PrevAndNext

public com.liferay.portlet.polls.model.PollsChoice[] findByUuid_PrevAndNext(long choiceId,
                                                                            java.lang.String uuid,
                                                                            com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                     throws com.liferay.portlet.polls.NoSuchChoiceException,
                                                                            com.liferay.portal.kernel.exception.SystemException
Returns the polls choices before and after the current polls choice in the ordered set 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.

Specified by:
findByUuid_PrevAndNext in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
choiceId - the primary key of the current polls choice
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next polls choice
Throws:
com.liferay.portlet.polls.NoSuchChoiceException - if a polls choice with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

getByUuid_PrevAndNext

protected com.liferay.portlet.polls.model.PollsChoice getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                            com.liferay.portlet.polls.model.PollsChoice pollsChoice,
                                                                            java.lang.String uuid,
                                                                            com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
                                                                            boolean previous)

findByQuestionId

public java.util.List<com.liferay.portlet.polls.model.PollsChoice> findByQuestionId(long questionId)
                                                                             throws com.liferay.portal.kernel.exception.SystemException
Returns all the polls choices where questionId = ?.

Specified by:
findByQuestionId in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
questionId - the question ID
Returns:
the matching polls choices
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByQuestionId

public java.util.List<com.liferay.portlet.polls.model.PollsChoice> findByQuestionId(long questionId,
                                                                                    int start,
                                                                                    int end)
                                                                             throws com.liferay.portal.kernel.exception.SystemException
Returns a range of all the polls choices 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.

Specified by:
findByQuestionId in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
questionId - the question ID
start - the lower bound of the range of polls choices
end - the upper bound of the range of polls choices (not inclusive)
Returns:
the range of matching polls choices
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByQuestionId

public java.util.List<com.liferay.portlet.polls.model.PollsChoice> findByQuestionId(long questionId,
                                                                                    int start,
                                                                                    int end,
                                                                                    com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                             throws com.liferay.portal.kernel.exception.SystemException
Returns an ordered range of all the polls choices 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.

Specified by:
findByQuestionId in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
questionId - the question ID
start - the lower bound of the range of polls choices
end - the upper bound of the range of polls choices (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching polls choices
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByQuestionId_First

public com.liferay.portlet.polls.model.PollsChoice findByQuestionId_First(long questionId,
                                                                          com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                   throws com.liferay.portlet.polls.NoSuchChoiceException,
                                                                          com.liferay.portal.kernel.exception.SystemException
Returns the first polls choice in the ordered set 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.

Specified by:
findByQuestionId_First in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
questionId - the question ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching polls choice
Throws:
com.liferay.portlet.polls.NoSuchChoiceException - if a matching polls choice could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByQuestionId_Last

public com.liferay.portlet.polls.model.PollsChoice findByQuestionId_Last(long questionId,
                                                                         com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                  throws com.liferay.portlet.polls.NoSuchChoiceException,
                                                                         com.liferay.portal.kernel.exception.SystemException
Returns the last polls choice in the ordered set 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.

Specified by:
findByQuestionId_Last in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
questionId - the question ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching polls choice
Throws:
com.liferay.portlet.polls.NoSuchChoiceException - if a matching polls choice could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByQuestionId_PrevAndNext

public com.liferay.portlet.polls.model.PollsChoice[] findByQuestionId_PrevAndNext(long choiceId,
                                                                                  long questionId,
                                                                                  com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                           throws com.liferay.portlet.polls.NoSuchChoiceException,
                                                                                  com.liferay.portal.kernel.exception.SystemException
Returns the polls choices before and after the current polls choice in the ordered set 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.

Specified by:
findByQuestionId_PrevAndNext in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
choiceId - the primary key of the current polls choice
questionId - the question ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next polls choice
Throws:
com.liferay.portlet.polls.NoSuchChoiceException - if a polls choice with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

getByQuestionId_PrevAndNext

protected com.liferay.portlet.polls.model.PollsChoice getByQuestionId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                                  com.liferay.portlet.polls.model.PollsChoice pollsChoice,
                                                                                  long questionId,
                                                                                  com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
                                                                                  boolean previous)

findByQ_N

public com.liferay.portlet.polls.model.PollsChoice findByQ_N(long questionId,
                                                             java.lang.String name)
                                                      throws com.liferay.portlet.polls.NoSuchChoiceException,
                                                             com.liferay.portal.kernel.exception.SystemException
Returns the polls choice where questionId = ? and name = ? or throws a NoSuchChoiceException if it could not be found.

Specified by:
findByQ_N in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
questionId - the question ID
name - the name
Returns:
the matching polls choice
Throws:
com.liferay.portlet.polls.NoSuchChoiceException - if a matching polls choice could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

fetchByQ_N

public com.liferay.portlet.polls.model.PollsChoice fetchByQ_N(long questionId,
                                                              java.lang.String name)
                                                       throws com.liferay.portal.kernel.exception.SystemException
Returns the polls choice where questionId = ? and name = ? or returns null if it could not be found. Uses the finder cache.

Specified by:
fetchByQ_N in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
questionId - the question ID
name - the name
Returns:
the matching polls choice, or null if a matching polls choice could not be found
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

fetchByQ_N

public com.liferay.portlet.polls.model.PollsChoice fetchByQ_N(long questionId,
                                                              java.lang.String name,
                                                              boolean retrieveFromCache)
                                                       throws com.liferay.portal.kernel.exception.SystemException
Returns the polls choice where questionId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.

Specified by:
fetchByQ_N in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
questionId - the question ID
name - the name
retrieveFromCache - whether to use the finder cache
Returns:
the matching polls choice, or null if a matching polls choice could not be found
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findAll

public java.util.List<com.liferay.portlet.polls.model.PollsChoice> findAll()
                                                                    throws com.liferay.portal.kernel.exception.SystemException
Returns all the polls choices.

Specified by:
findAll in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Returns:
the polls choices
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findAll

public java.util.List<com.liferay.portlet.polls.model.PollsChoice> findAll(int start,
                                                                           int end)
                                                                    throws com.liferay.portal.kernel.exception.SystemException
Returns a range of all the polls choices.

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.

Specified by:
findAll in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
start - the lower bound of the range of polls choices
end - the upper bound of the range of polls choices (not inclusive)
Returns:
the range of polls choices
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findAll

public java.util.List<com.liferay.portlet.polls.model.PollsChoice> findAll(int start,
                                                                           int end,
                                                                           com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                    throws com.liferay.portal.kernel.exception.SystemException
Returns an ordered range of all the polls choices.

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.

Specified by:
findAll in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
start - the lower bound of the range of polls choices
end - the upper bound of the range of polls choices (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of polls choices
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

removeByUuid

public void removeByUuid(java.lang.String uuid)
                  throws com.liferay.portal.kernel.exception.SystemException
Removes all the polls choices where uuid = ? from the database.

Specified by:
removeByUuid in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
uuid - the uuid
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

removeByQuestionId

public void removeByQuestionId(long questionId)
                        throws com.liferay.portal.kernel.exception.SystemException
Removes all the polls choices where questionId = ? from the database.

Specified by:
removeByQuestionId in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
questionId - the question ID
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

removeByQ_N

public void removeByQ_N(long questionId,
                        java.lang.String name)
                 throws com.liferay.portlet.polls.NoSuchChoiceException,
                        com.liferay.portal.kernel.exception.SystemException
Removes the polls choice where questionId = ? and name = ? from the database.

Specified by:
removeByQ_N in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
questionId - the question ID
name - the name
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
com.liferay.portlet.polls.NoSuchChoiceException

removeAll

public void removeAll()
               throws com.liferay.portal.kernel.exception.SystemException
Removes all the polls choices from the database.

Specified by:
removeAll in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

countByUuid

public int countByUuid(java.lang.String uuid)
                throws com.liferay.portal.kernel.exception.SystemException
Returns the number of polls choices where uuid = ?.

Specified by:
countByUuid in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
uuid - the uuid
Returns:
the number of matching polls choices
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

countByQuestionId

public int countByQuestionId(long questionId)
                      throws com.liferay.portal.kernel.exception.SystemException
Returns the number of polls choices where questionId = ?.

Specified by:
countByQuestionId in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
questionId - the question ID
Returns:
the number of matching polls choices
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

countByQ_N

public int countByQ_N(long questionId,
                      java.lang.String name)
               throws com.liferay.portal.kernel.exception.SystemException
Returns the number of polls choices where questionId = ? and name = ?.

Specified by:
countByQ_N in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Parameters:
questionId - the question ID
name - the name
Returns:
the number of matching polls choices
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

countAll

public int countAll()
             throws com.liferay.portal.kernel.exception.SystemException
Returns the number of polls choices.

Specified by:
countAll in interface com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
Returns:
the number of polls choices
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

afterPropertiesSet

public void afterPropertiesSet()
Initializes the polls choice persistence.


destroy

public void destroy()