Liferay 6.1.2-ce-ga3

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
          The extended model interface for the PollsQuestion service.
 

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 PollsQuestionBaseImpl
          The extended model base implementation for the PollsQuestion service.
 class PollsQuestionImpl
           
 class PollsQuestionModelImpl
          The base model implementation for the PollsQuestion service.
 


Liferay 6.1.2-ce-ga3