Liferay 6.0.3

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

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

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

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

Classes in com.liferay.portlet.polls.model that implement PollsVoteModel
 class PollsVoteWrapper
           This class is a wrapper for PollsVote.
 

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

Classes in com.liferay.portlet.polls.model.impl that implement PollsVoteModel
 class PollsVoteImpl
           
 class PollsVoteModelImpl
           This interface is a model that represents the PollsVote table in the database.
 


Liferay 6.0.3