|
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<UserTrackerPath>
com.liferay.portal.model.impl.UserTrackerPathModelImpl
@ProviderType public class UserTrackerPathModelImpl
The base model implementation for the UserTrackerPath service. Represents a row in the "UserTrackerPath" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface UserTrackerPathModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in UserTrackerPathImpl.
UserTrackerPathImpl,
UserTrackerPath,
UserTrackerPathModel,
Serialized Form| Field Summary | |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
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 |
USERTRACKERID_COLUMN_BITMASK
|
static long |
USERTRACKERPATHID_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
UserTrackerPathModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(UserTrackerPath userTrackerPath)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this user tracker path. |
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 user tracker path. |
long |
getOriginalUserTrackerId()
|
String |
getPath()
Returns the path of this user tracker path. |
Date |
getPathDate()
Returns the path date of this user tracker path. |
long |
getPrimaryKey()
Returns the primary key of this user tracker path. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getUserTrackerId()
Returns the user tracker ID of this user tracker path. |
long |
getUserTrackerPathId()
Returns the user tracker path ID of this user tracker path. |
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 user tracker path. |
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 user tracker path. |
void |
setPath(String path)
Sets the path of this user tracker path. |
void |
setPathDate(Date pathDate)
Sets the path date of this user tracker path. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this user tracker path. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setUserTrackerId(long userTrackerId)
Sets the user tracker ID of this user tracker path. |
void |
setUserTrackerPathId(long userTrackerPathId)
Sets the user tracker path ID of this user tracker path. |
CacheModel<UserTrackerPath> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
UserTrackerPath |
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.UserTrackerPathModel |
|---|
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 USERTRACKERID_COLUMN_BITMASK
public static final long USERTRACKERPATHID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public UserTrackerPathModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
UserTrackerPathModel
getPrimaryKey in interface UserTrackerPathModelpublic void setPrimaryKey(long primaryKey)
UserTrackerPathModel
setPrimaryKey in interface UserTrackerPathModelprimaryKey - the primary key of this user tracker pathpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<UserTrackerPath>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface UserTrackerPathModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<UserTrackerPath>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface UserTrackerPathModelprimaryKeyObj - 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<UserTrackerPath>getModelAttributes in class BaseModelImpl<UserTrackerPath>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<UserTrackerPath>setModelAttributes in class BaseModelImpl<UserTrackerPath>public long getMvccVersion()
UserTrackerPathModel
getMvccVersion in interface MVCCModelgetMvccVersion in interface UserTrackerPathModelpublic void setMvccVersion(long mvccVersion)
UserTrackerPathModel
setMvccVersion in interface MVCCModelsetMvccVersion in interface UserTrackerPathModelmvccVersion - the mvcc version of this user tracker pathpublic long getUserTrackerPathId()
UserTrackerPathModel
getUserTrackerPathId in interface UserTrackerPathModelpublic void setUserTrackerPathId(long userTrackerPathId)
UserTrackerPathModel
setUserTrackerPathId in interface UserTrackerPathModeluserTrackerPathId - the user tracker path ID of this user tracker pathpublic long getCompanyId()
UserTrackerPathModel
getCompanyId in interface ShardedModelgetCompanyId in interface UserTrackerPathModelpublic void setCompanyId(long companyId)
UserTrackerPathModel
setCompanyId in interface ShardedModelsetCompanyId in interface UserTrackerPathModelcompanyId - the company ID of this user tracker pathpublic long getUserTrackerId()
UserTrackerPathModel
getUserTrackerId in interface UserTrackerPathModelpublic void setUserTrackerId(long userTrackerId)
UserTrackerPathModel
setUserTrackerId in interface UserTrackerPathModeluserTrackerId - the user tracker ID of this user tracker pathpublic long getOriginalUserTrackerId()
public String getPath()
UserTrackerPathModel
getPath in interface UserTrackerPathModelpublic void setPath(String path)
UserTrackerPathModel
setPath in interface UserTrackerPathModelpath - the path of this user tracker pathpublic Date getPathDate()
UserTrackerPathModel
getPathDate in interface UserTrackerPathModelpublic void setPathDate(Date pathDate)
UserTrackerPathModel
setPathDate in interface UserTrackerPathModelpathDate - the path date of this user tracker pathpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<UserTrackerPath>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface UserTrackerPathModelgetExpandoBridge in class BaseModelImpl<UserTrackerPath>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<UserTrackerPath>setExpandoBridgeAttributes in interface UserTrackerPathModelsetExpandoBridgeAttributes in class BaseModelImpl<UserTrackerPath>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public UserTrackerPath toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<UserTrackerPath>toEscapedModel in interface UserTrackerPathModeltoEscapedModel in class BaseModelImpl<UserTrackerPath>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<UserTrackerPath>clone in interface UserTrackerPathModelclone in class BaseModelImpl<UserTrackerPath>public int compareTo(UserTrackerPath userTrackerPath)
compareTo in interface UserTrackerPathModelcompareTo in interface Comparable<UserTrackerPath>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface UserTrackerPathModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<UserTrackerPath>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<UserTrackerPath>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<UserTrackerPath>resetOriginalValues in class BaseModelImpl<UserTrackerPath>public CacheModel<UserTrackerPath> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<UserTrackerPath>toCacheModel in interface UserTrackerPathModeltoCacheModel in class BaseModelImpl<UserTrackerPath>public String toString()
toString in interface UserTrackerPathModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<UserTrackerPath>toXmlString in interface UserTrackerPathModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||