|
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<RecentLayoutRevision>
com.liferay.portal.model.impl.RecentLayoutRevisionModelImpl
@ProviderType public class RecentLayoutRevisionModelImpl
The base model implementation for the RecentLayoutRevision service. Represents a row in the "RecentLayoutRevision" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface RecentLayoutRevisionModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in RecentLayoutRevisionImpl.
RecentLayoutRevisionImpl,
RecentLayoutRevision,
RecentLayoutRevisionModel,
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 |
GROUPID_COLUMN_BITMASK
|
static long |
LAYOUTREVISIONID_COLUMN_BITMASK
|
static long |
LAYOUTSETBRANCHID_COLUMN_BITMASK
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static long |
PLID_COLUMN_BITMASK
|
static long |
RECENTLAYOUTREVISIONID_COLUMN_BITMASK
|
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 | |
|---|---|
RecentLayoutRevisionModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(RecentLayoutRevision recentLayoutRevision)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this recent layout revision. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this recent layout revision. |
long |
getLayoutRevisionId()
Returns the layout revision ID of this recent layout revision. |
long |
getLayoutSetBranchId()
Returns the layout set branch ID of this recent layout revision. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getMvccVersion()
Returns the mvcc version of this recent layout revision. |
long |
getOriginalGroupId()
|
long |
getOriginalLayoutRevisionId()
|
long |
getOriginalLayoutSetBranchId()
|
long |
getOriginalPlid()
|
long |
getOriginalUserId()
|
long |
getPlid()
Returns the plid of this recent layout revision. |
long |
getPrimaryKey()
Returns the primary key of this recent layout revision. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getRecentLayoutRevisionId()
Returns the recent layout revision ID of this recent layout revision. |
long |
getUserId()
Returns the user ID of this recent layout revision. |
String |
getUserUuid()
Returns the user uuid of this recent layout revision. |
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 recent layout revision. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
Sets the group ID of this recent layout revision. |
void |
setLayoutRevisionId(long layoutRevisionId)
Sets the layout revision ID of this recent layout revision. |
void |
setLayoutSetBranchId(long layoutSetBranchId)
Sets the layout set branch ID of this recent layout revision. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this recent layout revision. |
void |
setPlid(long plid)
Sets the plid of this recent layout revision. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this recent layout revision. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setRecentLayoutRevisionId(long recentLayoutRevisionId)
Sets the recent layout revision ID of this recent layout revision. |
void |
setUserId(long userId)
Sets the user ID of this recent layout revision. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this recent layout revision. |
CacheModel<RecentLayoutRevision> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
RecentLayoutRevision |
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.RecentLayoutRevisionModel |
|---|
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 GROUPID_COLUMN_BITMASK
public static final long LAYOUTREVISIONID_COLUMN_BITMASK
public static final long LAYOUTSETBRANCHID_COLUMN_BITMASK
public static final long PLID_COLUMN_BITMASK
public static final long USERID_COLUMN_BITMASK
public static final long RECENTLAYOUTREVISIONID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public RecentLayoutRevisionModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
RecentLayoutRevisionModel
getPrimaryKey in interface RecentLayoutRevisionModelpublic void setPrimaryKey(long primaryKey)
RecentLayoutRevisionModel
setPrimaryKey in interface RecentLayoutRevisionModelprimaryKey - the primary key of this recent layout revisionpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<RecentLayoutRevision>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface RecentLayoutRevisionModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<RecentLayoutRevision>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface RecentLayoutRevisionModelprimaryKeyObj - 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<RecentLayoutRevision>getModelAttributes in class BaseModelImpl<RecentLayoutRevision>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<RecentLayoutRevision>setModelAttributes in class BaseModelImpl<RecentLayoutRevision>public long getMvccVersion()
RecentLayoutRevisionModel
getMvccVersion in interface MVCCModelgetMvccVersion in interface RecentLayoutRevisionModelpublic void setMvccVersion(long mvccVersion)
RecentLayoutRevisionModel
setMvccVersion in interface MVCCModelsetMvccVersion in interface RecentLayoutRevisionModelmvccVersion - the mvcc version of this recent layout revisionpublic long getRecentLayoutRevisionId()
RecentLayoutRevisionModel
getRecentLayoutRevisionId in interface RecentLayoutRevisionModelpublic void setRecentLayoutRevisionId(long recentLayoutRevisionId)
RecentLayoutRevisionModel
setRecentLayoutRevisionId in interface RecentLayoutRevisionModelrecentLayoutRevisionId - the recent layout revision ID of this recent layout revisionpublic long getGroupId()
RecentLayoutRevisionModel
getGroupId in interface RecentLayoutRevisionModelpublic void setGroupId(long groupId)
RecentLayoutRevisionModel
setGroupId in interface RecentLayoutRevisionModelgroupId - the group ID of this recent layout revisionpublic long getOriginalGroupId()
public long getCompanyId()
RecentLayoutRevisionModel
getCompanyId in interface RecentLayoutRevisionModelgetCompanyId in interface ShardedModelpublic void setCompanyId(long companyId)
RecentLayoutRevisionModel
setCompanyId in interface RecentLayoutRevisionModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this recent layout revisionpublic long getUserId()
RecentLayoutRevisionModel
getUserId in interface RecentLayoutRevisionModelpublic void setUserId(long userId)
RecentLayoutRevisionModel
setUserId in interface RecentLayoutRevisionModeluserId - the user ID of this recent layout revisionpublic String getUserUuid()
RecentLayoutRevisionModel
getUserUuid in interface RecentLayoutRevisionModelpublic void setUserUuid(String userUuid)
RecentLayoutRevisionModel
setUserUuid in interface RecentLayoutRevisionModeluserUuid - the user uuid of this recent layout revisionpublic long getOriginalUserId()
public long getLayoutRevisionId()
RecentLayoutRevisionModel
getLayoutRevisionId in interface RecentLayoutRevisionModelpublic void setLayoutRevisionId(long layoutRevisionId)
RecentLayoutRevisionModel
setLayoutRevisionId in interface RecentLayoutRevisionModellayoutRevisionId - the layout revision ID of this recent layout revisionpublic long getOriginalLayoutRevisionId()
public long getLayoutSetBranchId()
RecentLayoutRevisionModel
getLayoutSetBranchId in interface RecentLayoutRevisionModelpublic void setLayoutSetBranchId(long layoutSetBranchId)
RecentLayoutRevisionModel
setLayoutSetBranchId in interface RecentLayoutRevisionModellayoutSetBranchId - the layout set branch ID of this recent layout revisionpublic long getOriginalLayoutSetBranchId()
public long getPlid()
RecentLayoutRevisionModel
getPlid in interface RecentLayoutRevisionModelpublic void setPlid(long plid)
RecentLayoutRevisionModel
setPlid in interface RecentLayoutRevisionModelplid - the plid of this recent layout revisionpublic long getOriginalPlid()
public long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<RecentLayoutRevision>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface RecentLayoutRevisionModelgetExpandoBridge in class BaseModelImpl<RecentLayoutRevision>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<RecentLayoutRevision>setExpandoBridgeAttributes in interface RecentLayoutRevisionModelsetExpandoBridgeAttributes in class BaseModelImpl<RecentLayoutRevision>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public RecentLayoutRevision toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<RecentLayoutRevision>toEscapedModel in interface RecentLayoutRevisionModeltoEscapedModel in class BaseModelImpl<RecentLayoutRevision>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<RecentLayoutRevision>clone in interface RecentLayoutRevisionModelclone in class BaseModelImpl<RecentLayoutRevision>public int compareTo(RecentLayoutRevision recentLayoutRevision)
compareTo in interface RecentLayoutRevisionModelcompareTo in interface Comparable<RecentLayoutRevision>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface RecentLayoutRevisionModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<RecentLayoutRevision>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<RecentLayoutRevision>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<RecentLayoutRevision>resetOriginalValues in class BaseModelImpl<RecentLayoutRevision>public CacheModel<RecentLayoutRevision> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<RecentLayoutRevision>toCacheModel in interface RecentLayoutRevisionModeltoCacheModel in class BaseModelImpl<RecentLayoutRevision>public String toString()
toString in interface RecentLayoutRevisionModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<RecentLayoutRevision>toXmlString in interface RecentLayoutRevisionModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||