Liferay 6.1.2-ce-ga3

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

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 PollsVoteBaseImpl
          The extended model base implementation for the PollsVote service.
 class PollsVoteImpl
           
 class PollsVoteModelImpl
          The base model implementation for the PollsVote service.
 


Liferay 6.1.2-ce-ga3