Liferay 6.2-ce-ga5

com.liferay.portlet.polls.model
Interface PollsChoice

All Superinterfaces:
AuditedModel, BaseModel<PollsChoice>, ClassedModel, Cloneable, Comparable<PollsChoice>, GroupedModel, PersistedModel, PollsChoiceModel, Serializable, StagedGroupedModel, StagedModel
All Known Implementing Classes:
PollsChoiceWrapper

@ProviderType
public interface PollsChoice
extends PollsChoiceModel, PersistedModel

The extended model interface for the PollsChoice service. Represents a row in the "PollsChoice" database table, with each column mapped to a property of this class.

See Also:
PollsChoiceModel, PollsChoiceImpl, PollsChoiceModelImpl

Method Summary
 int getVotesCount()
           
 
Methods inherited from interface com.liferay.portlet.polls.model.PollsChoiceModel
clone, compareTo, getAvailableLanguageIds, getChoiceId, getCompanyId, getCreateDate, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getQuestionId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setCachedModel, setChoiceId, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setQuestionId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getVotesCount

int getVotesCount()
                  throws SystemException
Throws:
SystemException

Liferay 6.2-ce-ga5