|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<PasswordTracker>
com.liferay.portal.model.impl.PasswordTrackerModelImpl
@ProviderType public class PasswordTrackerModelImpl
The base model implementation for the PasswordTracker service. Represents a row in the "PasswordTracker" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface PasswordTrackerModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in PasswordTrackerImpl.
PasswordTrackerImpl,
PasswordTracker,
PasswordTrackerModel,
Serialized Form| Field Summary | |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
static long |
CREATEDATE_COLUMN_BITMASK
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static Map<String,Integer> |
TABLE_COLUMNS_MAP
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
static long |
USERID_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
PasswordTrackerModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(PasswordTracker passwordTracker)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this password tracker. |
Date |
getCreateDate()
Returns the create date of this password tracker. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getMvccVersion()
Returns the mvcc version of this password tracker. |
long |
getOriginalUserId()
|
String |
getPassword()
Returns the password of this password tracker. |
long |
getPasswordTrackerId()
Returns the password tracker ID of this password tracker. |
long |
getPrimaryKey()
Returns the primary key of this password tracker. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getUserId()
Returns the user ID of this password tracker. |
String |
getUserUuid()
Returns the user uuid of this password tracker. |
int |
hashCode()
|
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCompanyId(long companyId)
Sets the company ID of this password tracker. |
void |
setCreateDate(Date createDate)
Sets the create date of this password tracker. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this password tracker. |
void |
setPassword(String password)
Sets the password of this password tracker. |
void |
setPasswordTrackerId(long passwordTrackerId)
Sets the password tracker ID of this password tracker. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this password tracker. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setUserId(long userId)
Sets the user ID of this password tracker. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this password tracker. |
CacheModel<PasswordTracker> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
PasswordTracker |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.PasswordTrackerModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long USERID_COLUMN_BITMASK
public static final long CREATEDATE_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public PasswordTrackerModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
PasswordTrackerModel
getPrimaryKey in interface PasswordTrackerModelpublic void setPrimaryKey(long primaryKey)
PasswordTrackerModel
setPrimaryKey in interface PasswordTrackerModelprimaryKey - the primary key of this password trackerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<PasswordTracker>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface PasswordTrackerModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<PasswordTracker>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface PasswordTrackerModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<PasswordTracker>getModelAttributes in class BaseModelImpl<PasswordTracker>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<PasswordTracker>setModelAttributes in class BaseModelImpl<PasswordTracker>public long getMvccVersion()
PasswordTrackerModel
getMvccVersion in interface MVCCModelgetMvccVersion in interface PasswordTrackerModelpublic void setMvccVersion(long mvccVersion)
PasswordTrackerModel
setMvccVersion in interface MVCCModelsetMvccVersion in interface PasswordTrackerModelmvccVersion - the mvcc version of this password trackerpublic long getPasswordTrackerId()
PasswordTrackerModel
getPasswordTrackerId in interface PasswordTrackerModelpublic void setPasswordTrackerId(long passwordTrackerId)
PasswordTrackerModel
setPasswordTrackerId in interface PasswordTrackerModelpasswordTrackerId - the password tracker ID of this password trackerpublic long getCompanyId()
PasswordTrackerModel
getCompanyId in interface PasswordTrackerModelgetCompanyId in interface ShardedModelpublic void setCompanyId(long companyId)
PasswordTrackerModel
setCompanyId in interface PasswordTrackerModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this password trackerpublic long getUserId()
PasswordTrackerModel
getUserId in interface PasswordTrackerModelpublic void setUserId(long userId)
PasswordTrackerModel
setUserId in interface PasswordTrackerModeluserId - the user ID of this password trackerpublic String getUserUuid()
PasswordTrackerModel
getUserUuid in interface PasswordTrackerModelpublic void setUserUuid(String userUuid)
PasswordTrackerModel
setUserUuid in interface PasswordTrackerModeluserUuid - the user uuid of this password trackerpublic long getOriginalUserId()
public Date getCreateDate()
PasswordTrackerModel
getCreateDate in interface PasswordTrackerModelpublic void setCreateDate(Date createDate)
PasswordTrackerModel
setCreateDate in interface PasswordTrackerModelcreateDate - the create date of this password trackerpublic String getPassword()
PasswordTrackerModel
getPassword in interface PasswordTrackerModelpublic void setPassword(String password)
PasswordTrackerModel
setPassword in interface PasswordTrackerModelpassword - the password of this password trackerpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<PasswordTracker>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface PasswordTrackerModelgetExpandoBridge in class BaseModelImpl<PasswordTracker>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<PasswordTracker>setExpandoBridgeAttributes in interface PasswordTrackerModelsetExpandoBridgeAttributes in class BaseModelImpl<PasswordTracker>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public PasswordTracker toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<PasswordTracker>toEscapedModel in interface PasswordTrackerModeltoEscapedModel in class BaseModelImpl<PasswordTracker>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<PasswordTracker>clone in interface PasswordTrackerModelclone in class BaseModelImpl<PasswordTracker>public int compareTo(PasswordTracker passwordTracker)
compareTo in interface PasswordTrackerModelcompareTo in interface Comparable<PasswordTracker>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface PasswordTrackerModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<PasswordTracker>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<PasswordTracker>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<PasswordTracker>resetOriginalValues in class BaseModelImpl<PasswordTracker>public CacheModel<PasswordTracker> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<PasswordTracker>toCacheModel in interface PasswordTrackerModeltoCacheModel in class BaseModelImpl<PasswordTracker>public String toString()
toString in interface PasswordTrackerModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<PasswordTracker>toXmlString in interface PasswordTrackerModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||