|
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<RecentLayoutBranch>
com.liferay.portal.model.impl.RecentLayoutBranchModelImpl
@ProviderType public class RecentLayoutBranchModelImpl
The base model implementation for the RecentLayoutBranch service. Represents a row in the "RecentLayoutBranch" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface RecentLayoutBranchModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in RecentLayoutBranchImpl.
RecentLayoutBranchImpl,
RecentLayoutBranch,
RecentLayoutBranchModel,
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 |
LAYOUTBRANCHID_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 |
RECENTLAYOUTBRANCHID_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 | |
|---|---|
RecentLayoutBranchModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(RecentLayoutBranch recentLayoutBranch)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this recent layout branch. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this recent layout branch. |
long |
getLayoutBranchId()
Returns the layout branch ID of this recent layout branch. |
long |
getLayoutSetBranchId()
Returns the layout set branch ID of this recent layout branch. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getMvccVersion()
Returns the mvcc version of this recent layout branch. |
long |
getOriginalGroupId()
|
long |
getOriginalLayoutBranchId()
|
long |
getOriginalLayoutSetBranchId()
|
long |
getOriginalPlid()
|
long |
getOriginalUserId()
|
long |
getPlid()
Returns the plid of this recent layout branch. |
long |
getPrimaryKey()
Returns the primary key of this recent layout branch. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getRecentLayoutBranchId()
Returns the recent layout branch ID of this recent layout branch. |
long |
getUserId()
Returns the user ID of this recent layout branch. |
String |
getUserUuid()
Returns the user uuid of this recent layout branch. |
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 branch. |
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 branch. |
void |
setLayoutBranchId(long layoutBranchId)
Sets the layout branch ID of this recent layout branch. |
void |
setLayoutSetBranchId(long layoutSetBranchId)
Sets the layout set branch ID of this recent layout branch. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this recent layout branch. |
void |
setPlid(long plid)
Sets the plid of this recent layout branch. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this recent layout branch. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setRecentLayoutBranchId(long recentLayoutBranchId)
Sets the recent layout branch ID of this recent layout branch. |
void |
setUserId(long userId)
Sets the user ID of this recent layout branch. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this recent layout branch. |
CacheModel<RecentLayoutBranch> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
RecentLayoutBranch |
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.RecentLayoutBranchModel |
|---|
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 LAYOUTBRANCHID_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 RECENTLAYOUTBRANCHID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public RecentLayoutBranchModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
RecentLayoutBranchModel
getPrimaryKey in interface RecentLayoutBranchModelpublic void setPrimaryKey(long primaryKey)
RecentLayoutBranchModel
setPrimaryKey in interface RecentLayoutBranchModelprimaryKey - the primary key of this recent layout branchpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<RecentLayoutBranch>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface RecentLayoutBranchModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<RecentLayoutBranch>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface RecentLayoutBranchModelprimaryKeyObj - 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<RecentLayoutBranch>getModelAttributes in class BaseModelImpl<RecentLayoutBranch>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<RecentLayoutBranch>setModelAttributes in class BaseModelImpl<RecentLayoutBranch>public long getMvccVersion()
RecentLayoutBranchModel
getMvccVersion in interface MVCCModelgetMvccVersion in interface RecentLayoutBranchModelpublic void setMvccVersion(long mvccVersion)
RecentLayoutBranchModel
setMvccVersion in interface MVCCModelsetMvccVersion in interface RecentLayoutBranchModelmvccVersion - the mvcc version of this recent layout branchpublic long getRecentLayoutBranchId()
RecentLayoutBranchModel
getRecentLayoutBranchId in interface RecentLayoutBranchModelpublic void setRecentLayoutBranchId(long recentLayoutBranchId)
RecentLayoutBranchModel
setRecentLayoutBranchId in interface RecentLayoutBranchModelrecentLayoutBranchId - the recent layout branch ID of this recent layout branchpublic long getGroupId()
RecentLayoutBranchModel
getGroupId in interface RecentLayoutBranchModelpublic void setGroupId(long groupId)
RecentLayoutBranchModel
setGroupId in interface RecentLayoutBranchModelgroupId - the group ID of this recent layout branchpublic long getOriginalGroupId()
public long getCompanyId()
RecentLayoutBranchModel
getCompanyId in interface RecentLayoutBranchModelgetCompanyId in interface ShardedModelpublic void setCompanyId(long companyId)
RecentLayoutBranchModel
setCompanyId in interface RecentLayoutBranchModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this recent layout branchpublic long getUserId()
RecentLayoutBranchModel
getUserId in interface RecentLayoutBranchModelpublic void setUserId(long userId)
RecentLayoutBranchModel
setUserId in interface RecentLayoutBranchModeluserId - the user ID of this recent layout branchpublic String getUserUuid()
RecentLayoutBranchModel
getUserUuid in interface RecentLayoutBranchModelpublic void setUserUuid(String userUuid)
RecentLayoutBranchModel
setUserUuid in interface RecentLayoutBranchModeluserUuid - the user uuid of this recent layout branchpublic long getOriginalUserId()
public long getLayoutBranchId()
RecentLayoutBranchModel
getLayoutBranchId in interface RecentLayoutBranchModelpublic void setLayoutBranchId(long layoutBranchId)
RecentLayoutBranchModel
setLayoutBranchId in interface RecentLayoutBranchModellayoutBranchId - the layout branch ID of this recent layout branchpublic long getOriginalLayoutBranchId()
public long getLayoutSetBranchId()
RecentLayoutBranchModel
getLayoutSetBranchId in interface RecentLayoutBranchModelpublic void setLayoutSetBranchId(long layoutSetBranchId)
RecentLayoutBranchModel
setLayoutSetBranchId in interface RecentLayoutBranchModellayoutSetBranchId - the layout set branch ID of this recent layout branchpublic long getOriginalLayoutSetBranchId()
public long getPlid()
RecentLayoutBranchModel
getPlid in interface RecentLayoutBranchModelpublic void setPlid(long plid)
RecentLayoutBranchModel
setPlid in interface RecentLayoutBranchModelplid - the plid of this recent layout branchpublic long getOriginalPlid()
public long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<RecentLayoutBranch>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface RecentLayoutBranchModelgetExpandoBridge in class BaseModelImpl<RecentLayoutBranch>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<RecentLayoutBranch>setExpandoBridgeAttributes in interface RecentLayoutBranchModelsetExpandoBridgeAttributes in class BaseModelImpl<RecentLayoutBranch>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public RecentLayoutBranch toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<RecentLayoutBranch>toEscapedModel in interface RecentLayoutBranchModeltoEscapedModel in class BaseModelImpl<RecentLayoutBranch>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<RecentLayoutBranch>clone in interface RecentLayoutBranchModelclone in class BaseModelImpl<RecentLayoutBranch>public int compareTo(RecentLayoutBranch recentLayoutBranch)
compareTo in interface RecentLayoutBranchModelcompareTo in interface Comparable<RecentLayoutBranch>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface RecentLayoutBranchModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<RecentLayoutBranch>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<RecentLayoutBranch>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<RecentLayoutBranch>resetOriginalValues in class BaseModelImpl<RecentLayoutBranch>public CacheModel<RecentLayoutBranch> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<RecentLayoutBranch>toCacheModel in interface RecentLayoutBranchModeltoCacheModel in class BaseModelImpl<RecentLayoutBranch>public String toString()
toString in interface RecentLayoutBranchModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<RecentLayoutBranch>toXmlString in interface RecentLayoutBranchModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||