Liferay 6.1.2-ce-ga3

com.liferay.portlet.polls.model.impl
Class PollsChoiceImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<PollsChoice>
      extended by com.liferay.portlet.polls.model.impl.PollsChoiceModelImpl
          extended by com.liferay.portlet.polls.model.impl.PollsChoiceBaseImpl
              extended by com.liferay.portlet.polls.model.impl.PollsChoiceImpl
All Implemented Interfaces:
BaseModel<PollsChoice>, ClassedModel, PersistedModel, PollsChoice, PollsChoiceModel, Serializable, Cloneable, Comparable<PollsChoice>

public class PollsChoiceImpl
extends PollsChoiceBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.polls.model.impl.PollsChoiceModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, QUESTIONID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
PollsChoiceImpl()
           
 
Method Summary
 int getVotesCount()
           
 
Methods inherited from class com.liferay.portlet.polls.model.impl.PollsChoiceBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.polls.model.impl.PollsChoiceModelImpl
clone, compareTo, equals, getChoiceId, getColumnBitmask, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getName, getOriginalName, getOriginalQuestionId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getQuestionId, getUuid, hashCode, prepareLocalizedFieldsForImport, resetOriginalValues, setChoiceId, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setModelAttributes, setName, setPrimaryKey, setPrimaryKeyObj, setQuestionId, setUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.polls.model.PollsChoiceModel
clone, compareTo, getChoiceId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getName, getPrimaryKey, getPrimaryKeyObj, getQuestionId, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, prepareLocalizedFieldsForImport, setCachedModel, setChoiceId, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setQuestionId, 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
 

Constructor Detail

PollsChoiceImpl

public PollsChoiceImpl()
Method Detail

getVotesCount

public int getVotesCount()
                  throws SystemException
Throws:
SystemException

Liferay 6.1.2-ce-ga3