com.liferay.portlet.polls.model
Interface PollsQuestion
- All Superinterfaces:
- BaseModel<PollsQuestion>, java.lang.Cloneable, java.lang.Comparable<PollsQuestion>, PollsQuestionModel, java.io.Serializable
public interface PollsQuestion
- extends PollsQuestionModel
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the PollsQuestion table in the
database.
Customize com.liferay.portlet.polls.model.impl.PollsQuestionImpl
and rerun the
ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
PollsQuestionModel
,
com.liferay.portlet.polls.model.impl.PollsQuestionImpl
,
com.liferay.portlet.polls.model.impl.PollsQuestionModelImpl
Methods inherited from interface com.liferay.portlet.polls.model.PollsQuestionModel |
getCompanyId, getCreateDate, getDescription, getExpirationDate, getGroupId, getLastVoteDate, getModifiedDate, getPrimaryKey, getQuestionId, getTitle, getUserId, getUserName, getUserUuid, getUuid, setCompanyId, setCreateDate, setDescription, setExpirationDate, setGroupId, setLastVoteDate, setModifiedDate, setPrimaryKey, setQuestionId, setTitle, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel |
Methods inherited from interface java.lang.Comparable |
compareTo |
isExpired
boolean isExpired()
getChoices
java.util.List<PollsChoice> getChoices()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getVotesCount
int getVotesCount()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException