com.liferay.portal.model.impl
Class PasswordTrackerBaseImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<PasswordTracker>
com.liferay.portal.model.impl.PasswordTrackerModelImpl
com.liferay.portal.model.impl.PasswordTrackerBaseImpl
- All Implemented Interfaces:
- BaseModel<PasswordTracker>, ClassedModel, MVCCModel, PasswordTracker, PasswordTrackerModel, PersistedModel, ShardedModel, Serializable, Cloneable, Comparable<PasswordTracker>
- Direct Known Subclasses:
- PasswordTrackerImpl
@ProviderType
public abstract class PasswordTrackerBaseImpl
- extends PasswordTrackerModelImpl
- implements PasswordTracker
The extended model base implementation for the PasswordTracker service. Represents a row in the "PasswordTracker" 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 PasswordTrackerImpl.
- See Also:
PasswordTrackerImpl,
PasswordTracker,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
| Fields inherited from class com.liferay.portal.model.impl.PasswordTrackerModelImpl |
COLUMN_BITMASK_ENABLED, CREATEDATE_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK |
|
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.portal.model.impl.PasswordTrackerModelImpl |
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getOriginalUserId, getPassword, getPasswordTrackerId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setModelAttributes, setMvccVersion, setPassword, setPasswordTrackerId, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toXmlString |
| Methods inherited from interface com.liferay.portal.model.PasswordTrackerModel |
clone, compareTo, getCompanyId, getCreateDate, getExpandoBridge, getMvccVersion, getPassword, getPasswordTrackerId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setMvccVersion, setNew, setPassword, setPasswordTrackerId, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
PasswordTrackerBaseImpl
public PasswordTrackerBaseImpl()
persist
public void persist()
- 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