Liferay 6.1.2-ce-ga3

com.liferay.counter.model.impl
Class CounterBaseImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<Counter>
      extended by com.liferay.counter.model.impl.CounterModelImpl
          extended by com.liferay.counter.model.impl.CounterBaseImpl
All Implemented Interfaces:
Counter, CounterModel, BaseModel<Counter>, ClassedModel, PersistedModel, Serializable, Cloneable, Comparable<Counter>
Direct Known Subclasses:
CounterImpl

public abstract class CounterBaseImpl
extends CounterModelImpl
implements Counter

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

This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in CounterImpl.

See Also:
CounterImpl, Counter, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 
Fields inherited from class com.liferay.counter.model.impl.CounterModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
CounterBaseImpl()
           
 
Method Summary
 void persist()
          Updates this model instance in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.counter.model.impl.CounterModelImpl
clone, compareTo, equals, getCurrentId, getModelAttributes, getModelClass, getModelClassName, getName, getPrimaryKey, getPrimaryKeyObj, hashCode, resetOriginalValues, setCurrentId, setModelAttributes, setName, setPrimaryKey, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.counter.model.CounterModel
clone, compareTo, getCurrentId, getExpandoBridge, getName, getPrimaryKey, getPrimaryKeyObj, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCurrentId, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setPrimaryKeyObj, 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

CounterBaseImpl

public CounterBaseImpl()
Method Detail

persist

public void persist()
             throws SystemException
Description copied from interface: PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
persist in interface PersistedModel
Throws:
SystemException - if a system exception occurred

Liferay 6.1.2-ce-ga3