Liferay 6.0.3

Uses of Interface
com.liferay.portlet.polls.model.PollsQuestionModel

Packages that use PollsQuestionModel
com.liferay.portlet.polls.model   
com.liferay.portlet.polls.model.impl   
 

Uses of PollsQuestionModel in com.liferay.portlet.polls.model
 

Subinterfaces of PollsQuestionModel in com.liferay.portlet.polls.model
 interface PollsQuestion
           This interface is a model that represents the PollsQuestion table in the database.
 

Classes in com.liferay.portlet.polls.model that implement PollsQuestionModel
 class PollsQuestionWrapper
           This class is a wrapper for PollsQuestion.
 

Uses of PollsQuestionModel in com.liferay.portlet.polls.model.impl
 

Classes in com.liferay.portlet.polls.model.impl that implement PollsQuestionModel
 class PollsQuestionImpl
           
 class PollsQuestionModelImpl
           This interface is a model that represents the PollsQuestion table in the database.
 


Liferay 6.0.3