|
Liferay 6.2.0-ce-rc2 | |||||||||
| 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
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 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()
|
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 |
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()
|
void |
resetOriginalValues()
Reset all original fields to current values. |
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 |
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 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 long USERID_COLUMN_BITMASK
public static 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 getPasswordTrackerId()
PasswordTrackerModel
getPasswordTrackerId in interface PasswordTrackerModelpublic void setPasswordTrackerId(long passwordTrackerId)
PasswordTrackerModel
setPasswordTrackerId in interface PasswordTrackerModelpasswordTrackerId - the password tracker 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 tracker
public String getUserUuid()
throws SystemException
PasswordTrackerModel
getUserUuid in interface PasswordTrackerModelSystemException - if a system exception occurredpublic 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 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 6.2.0-ce-rc2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||