Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.polls.service.persistence.PollsQuestionPersistence

Packages that use PollsQuestionPersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portlet.polls.service.base   
com.liferay.portlet.polls.service.persistence   
 

Uses of PollsQuestionPersistence in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as PollsQuestionPersistence
protected  PollsQuestionPersistence GroupServiceBaseImpl.pollsQuestionPersistence
           
protected  PollsQuestionPersistence GroupLocalServiceBaseImpl.pollsQuestionPersistence
           
 

Methods in com.liferay.portal.service.base that return PollsQuestionPersistence
 PollsQuestionPersistence GroupServiceBaseImpl.getPollsQuestionPersistence()
          Returns the polls question persistence.
 PollsQuestionPersistence GroupLocalServiceBaseImpl.getPollsQuestionPersistence()
          Returns the polls question persistence.
 

Methods in com.liferay.portal.service.base with parameters of type PollsQuestionPersistence
 void GroupServiceBaseImpl.setPollsQuestionPersistence(PollsQuestionPersistence pollsQuestionPersistence)
          Sets the polls question persistence.
 void GroupLocalServiceBaseImpl.setPollsQuestionPersistence(PollsQuestionPersistence pollsQuestionPersistence)
          Sets the polls question persistence.
 

Uses of PollsQuestionPersistence in com.liferay.portal.service.persistence
 

Fields in com.liferay.portal.service.persistence declared as PollsQuestionPersistence
protected  PollsQuestionPersistence GroupPersistenceImpl.pollsQuestionPersistence
           
 

Uses of PollsQuestionPersistence in com.liferay.portlet.polls.service.base
 

Fields in com.liferay.portlet.polls.service.base declared as PollsQuestionPersistence
protected  PollsQuestionPersistence PollsQuestionServiceBaseImpl.pollsQuestionPersistence
           
protected  PollsQuestionPersistence PollsVoteServiceBaseImpl.pollsQuestionPersistence
           
protected  PollsQuestionPersistence PollsChoiceLocalServiceBaseImpl.pollsQuestionPersistence
           
protected  PollsQuestionPersistence PollsVoteLocalServiceBaseImpl.pollsQuestionPersistence
           
protected  PollsQuestionPersistence PollsQuestionLocalServiceBaseImpl.pollsQuestionPersistence
           
protected  PollsQuestionPersistence PollsChoiceServiceBaseImpl.pollsQuestionPersistence
           
 

Methods in com.liferay.portlet.polls.service.base that return PollsQuestionPersistence
 PollsQuestionPersistence PollsQuestionServiceBaseImpl.getPollsQuestionPersistence()
          Returns the polls question persistence.
 PollsQuestionPersistence PollsVoteServiceBaseImpl.getPollsQuestionPersistence()
          Returns the polls question persistence.
 PollsQuestionPersistence PollsChoiceLocalServiceBaseImpl.getPollsQuestionPersistence()
          Returns the polls question persistence.
 PollsQuestionPersistence PollsVoteLocalServiceBaseImpl.getPollsQuestionPersistence()
          Returns the polls question persistence.
 PollsQuestionPersistence PollsQuestionLocalServiceBaseImpl.getPollsQuestionPersistence()
          Returns the polls question persistence.
 PollsQuestionPersistence PollsChoiceServiceBaseImpl.getPollsQuestionPersistence()
          Returns the polls question persistence.
 

Methods in com.liferay.portlet.polls.service.base with parameters of type PollsQuestionPersistence
 void PollsQuestionServiceBaseImpl.setPollsQuestionPersistence(PollsQuestionPersistence pollsQuestionPersistence)
          Sets the polls question persistence.
 void PollsVoteServiceBaseImpl.setPollsQuestionPersistence(PollsQuestionPersistence pollsQuestionPersistence)
          Sets the polls question persistence.
 void PollsChoiceLocalServiceBaseImpl.setPollsQuestionPersistence(PollsQuestionPersistence pollsQuestionPersistence)
          Sets the polls question persistence.
 void PollsVoteLocalServiceBaseImpl.setPollsQuestionPersistence(PollsQuestionPersistence pollsQuestionPersistence)
          Sets the polls question persistence.
 void PollsQuestionLocalServiceBaseImpl.setPollsQuestionPersistence(PollsQuestionPersistence pollsQuestionPersistence)
          Sets the polls question persistence.
 void PollsChoiceServiceBaseImpl.setPollsQuestionPersistence(PollsQuestionPersistence pollsQuestionPersistence)
          Sets the polls question persistence.
 

Uses of PollsQuestionPersistence in com.liferay.portlet.polls.service.persistence
 

Classes in com.liferay.portlet.polls.service.persistence that implement PollsQuestionPersistence
 class PollsQuestionPersistenceImpl
          The persistence implementation for the polls question service.
 

Fields in com.liferay.portlet.polls.service.persistence declared as PollsQuestionPersistence
protected  PollsQuestionPersistence PollsChoicePersistenceImpl.pollsQuestionPersistence
           
protected  PollsQuestionPersistence PollsQuestionPersistenceImpl.pollsQuestionPersistence
           
protected  PollsQuestionPersistence PollsVotePersistenceImpl.pollsQuestionPersistence
           
 

Methods in com.liferay.portlet.polls.service.persistence that return PollsQuestionPersistence
static PollsQuestionPersistence PollsQuestionUtil.getPersistence()
           
 

Methods in com.liferay.portlet.polls.service.persistence with parameters of type PollsQuestionPersistence
 void PollsQuestionUtil.setPersistence(PollsQuestionPersistence persistence)
          Deprecated.  
 


Liferay 6.1.2-ce-ga3