Liferay 6.0.3

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
           This interface is a model that represents the PollsChoice table in the database.
 

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 PollsChoiceImpl
           
 class PollsChoiceModelImpl
           This interface is a model that represents the PollsChoice table in the database.
 


Liferay 6.0.3