|
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<RecentLayoutSetBranch>
com.liferay.portal.model.impl.RecentLayoutSetBranchModelImpl
@ProviderType public class RecentLayoutSetBranchModelImpl
The base model implementation for the RecentLayoutSetBranch service. Represents a row in the "RecentLayoutSetBranch" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface RecentLayoutSetBranchModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in RecentLayoutSetBranchImpl.
RecentLayoutSetBranchImpl,
RecentLayoutSetBranch,
RecentLayoutSetBranchModel,
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 |
LAYOUTSETBRANCHID_COLUMN_BITMASK
|
static long |
LAYOUTSETID_COLUMN_BITMASK
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static long |
RECENTLAYOUTSETBRANCHID_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 | |
|---|---|
RecentLayoutSetBranchModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(RecentLayoutSetBranch recentLayoutSetBranch)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this recent layout set branch. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this recent layout set branch. |
long |
getLayoutSetBranchId()
Returns the layout set branch ID of this recent layout set branch. |
long |
getLayoutSetId()
Returns the layout set ID of this recent layout set branch. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getMvccVersion()
Returns the mvcc version of this recent layout set branch. |
long |
getOriginalGroupId()
|
long |
getOriginalLayoutSetBranchId()
|
long |
getOriginalLayoutSetId()
|
long |
getOriginalUserId()
|
long |
getPrimaryKey()
Returns the primary key of this recent layout set branch. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getRecentLayoutSetBranchId()
Returns the recent layout set branch ID of this recent layout set branch. |
long |
getUserId()
Returns the user ID of this recent layout set branch. |
String |
getUserUuid()
Returns the user uuid of this recent layout set 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 set 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 set branch. |
void |
setLayoutSetBranchId(long layoutSetBranchId)
Sets the layout set branch ID of this recent layout set branch. |
void |
setLayoutSetId(long layoutSetId)
Sets the layout set ID of this recent layout set branch. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this recent layout set branch. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this recent layout set branch. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setRecentLayoutSetBranchId(long recentLayoutSetBranchId)
Sets the recent layout set branch ID of this recent layout set branch. |
void |
setUserId(long userId)
Sets the user ID of this recent layout set branch. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this recent layout set branch. |
CacheModel<RecentLayoutSetBranch> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
RecentLayoutSetBranch |
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.RecentLayoutSetBranchModel |
|---|
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 LAYOUTSETBRANCHID_COLUMN_BITMASK
public static final long LAYOUTSETID_COLUMN_BITMASK
public static final long USERID_COLUMN_BITMASK
public static final long RECENTLAYOUTSETBRANCHID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public RecentLayoutSetBranchModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
RecentLayoutSetBranchModel
getPrimaryKey in interface RecentLayoutSetBranchModelpublic void setPrimaryKey(long primaryKey)
RecentLayoutSetBranchModel
setPrimaryKey in interface RecentLayoutSetBranchModelprimaryKey - the primary key of this recent layout set branchpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<RecentLayoutSetBranch>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface RecentLayoutSetBranchModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<RecentLayoutSetBranch>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface RecentLayoutSetBranchModelprimaryKeyObj - 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<RecentLayoutSetBranch>getModelAttributes in class BaseModelImpl<RecentLayoutSetBranch>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<RecentLayoutSetBranch>setModelAttributes in class BaseModelImpl<RecentLayoutSetBranch>public long getMvccVersion()
RecentLayoutSetBranchModel
getMvccVersion in interface MVCCModelgetMvccVersion in interface RecentLayoutSetBranchModelpublic void setMvccVersion(long mvccVersion)
RecentLayoutSetBranchModel
setMvccVersion in interface MVCCModelsetMvccVersion in interface RecentLayoutSetBranchModelmvccVersion - the mvcc version of this recent layout set branchpublic long getRecentLayoutSetBranchId()
RecentLayoutSetBranchModel
getRecentLayoutSetBranchId in interface RecentLayoutSetBranchModelpublic void setRecentLayoutSetBranchId(long recentLayoutSetBranchId)
RecentLayoutSetBranchModel
setRecentLayoutSetBranchId in interface RecentLayoutSetBranchModelrecentLayoutSetBranchId - the recent layout set branch ID of this recent layout set branchpublic long getGroupId()
RecentLayoutSetBranchModel
getGroupId in interface RecentLayoutSetBranchModelpublic void setGroupId(long groupId)
RecentLayoutSetBranchModel
setGroupId in interface RecentLayoutSetBranchModelgroupId - the group ID of this recent layout set branchpublic long getOriginalGroupId()
public long getCompanyId()
RecentLayoutSetBranchModel
getCompanyId in interface RecentLayoutSetBranchModelgetCompanyId in interface ShardedModelpublic void setCompanyId(long companyId)
RecentLayoutSetBranchModel
setCompanyId in interface RecentLayoutSetBranchModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this recent layout set branchpublic long getUserId()
RecentLayoutSetBranchModel
getUserId in interface RecentLayoutSetBranchModelpublic void setUserId(long userId)
RecentLayoutSetBranchModel
setUserId in interface RecentLayoutSetBranchModeluserId - the user ID of this recent layout set branchpublic String getUserUuid()
RecentLayoutSetBranchModel
getUserUuid in interface RecentLayoutSetBranchModelpublic void setUserUuid(String userUuid)
RecentLayoutSetBranchModel
setUserUuid in interface RecentLayoutSetBranchModeluserUuid - the user uuid of this recent layout set branchpublic long getOriginalUserId()
public long getLayoutSetBranchId()
RecentLayoutSetBranchModel
getLayoutSetBranchId in interface RecentLayoutSetBranchModelpublic void setLayoutSetBranchId(long layoutSetBranchId)
RecentLayoutSetBranchModel
setLayoutSetBranchId in interface RecentLayoutSetBranchModellayoutSetBranchId - the layout set branch ID of this recent layout set branchpublic long getOriginalLayoutSetBranchId()
public long getLayoutSetId()
RecentLayoutSetBranchModel
getLayoutSetId in interface RecentLayoutSetBranchModelpublic void setLayoutSetId(long layoutSetId)
RecentLayoutSetBranchModel
setLayoutSetId in interface RecentLayoutSetBranchModellayoutSetId - the layout set ID of this recent layout set branchpublic long getOriginalLayoutSetId()
public long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<RecentLayoutSetBranch>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface RecentLayoutSetBranchModelgetExpandoBridge in class BaseModelImpl<RecentLayoutSetBranch>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<RecentLayoutSetBranch>setExpandoBridgeAttributes in interface RecentLayoutSetBranchModelsetExpandoBridgeAttributes in class BaseModelImpl<RecentLayoutSetBranch>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public RecentLayoutSetBranch toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<RecentLayoutSetBranch>toEscapedModel in interface RecentLayoutSetBranchModeltoEscapedModel in class BaseModelImpl<RecentLayoutSetBranch>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<RecentLayoutSetBranch>clone in interface RecentLayoutSetBranchModelclone in class BaseModelImpl<RecentLayoutSetBranch>public int compareTo(RecentLayoutSetBranch recentLayoutSetBranch)
compareTo in interface RecentLayoutSetBranchModelcompareTo in interface Comparable<RecentLayoutSetBranch>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface RecentLayoutSetBranchModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<RecentLayoutSetBranch>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<RecentLayoutSetBranch>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<RecentLayoutSetBranch>resetOriginalValues in class BaseModelImpl<RecentLayoutSetBranch>public CacheModel<RecentLayoutSetBranch> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<RecentLayoutSetBranch>toCacheModel in interface RecentLayoutSetBranchModeltoCacheModel in class BaseModelImpl<RecentLayoutSetBranch>public String toString()
toString in interface RecentLayoutSetBranchModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<RecentLayoutSetBranch>toXmlString in interface RecentLayoutSetBranchModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||