Liferay 6.1.2-ce-ga3

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

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

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

Subinterfaces of PollsChoiceModel in com.liferay.portlet.polls.model
 interface PollsChoice
          The extended model interface for the PollsChoice service.
 

Classes in com.liferay.portlet.polls.model that implement PollsChoiceModel
 class PollsChoiceWrapper
           This class is a wrapper for PollsChoice.
 

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

Classes in com.liferay.portlet.polls.model.impl that implement PollsChoiceModel
 class PollsChoiceBaseImpl
          The extended model base implementation for the PollsChoice service.
 class PollsChoiceImpl
           
 class PollsChoiceModelImpl
          The base model implementation for the PollsChoice service.
 


Liferay 6.1.2-ce-ga3