|
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<LayoutSetBranch>
com.liferay.portal.model.impl.LayoutSetBranchModelImpl
@JSON(strict=true) @ProviderType public class LayoutSetBranchModelImpl
The base model implementation for the LayoutSetBranch service. Represents a row in the "LayoutSetBranch" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface LayoutSetBranchModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in LayoutSetBranchImpl.
LayoutSetBranchImpl,
LayoutSetBranch,
LayoutSetBranchModel,
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 |
LOCK_EXPIRATION_TIME
|
static long |
MASTER_COLUMN_BITMASK
|
static long |
NAME_COLUMN_BITMASK
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static long |
PRIVATELAYOUT_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
|
| Constructor Summary | |
|---|---|
LayoutSetBranchModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(LayoutSetBranch layoutSetBranch)
|
boolean |
equals(Object obj)
|
String |
getColorSchemeId()
Returns the color scheme ID of this layout set branch. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this layout set branch. |
Date |
getCreateDate()
Returns the create date of this layout set branch. |
String |
getCss()
Returns the css of this layout set branch. |
String |
getDescription()
Returns the description of this layout set branch. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this layout set branch. |
long |
getLayoutSetBranchId()
Returns the layout set branch ID of this layout set branch. |
boolean |
getLayoutSetPrototypeLinkEnabled()
Returns the layout set prototype link enabled of this layout set branch. |
String |
getLayoutSetPrototypeUuid()
Returns the layout set prototype uuid of this layout set branch. |
long |
getLogoId()
Returns the logo ID of this layout set branch. |
boolean |
getMaster()
Returns the master of this layout set branch. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this layout set branch. |
long |
getMvccVersion()
Returns the mvcc version of this layout set branch. |
String |
getName()
Returns the name of this layout set branch. |
long |
getOriginalGroupId()
|
boolean |
getOriginalMaster()
|
String |
getOriginalName()
|
boolean |
getOriginalPrivateLayout()
|
long |
getPrimaryKey()
Returns the primary key of this layout set branch. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
boolean |
getPrivateLayout()
Returns the private layout of this layout set branch. |
String |
getSettings()
Returns the settings of this layout set branch. |
String |
getThemeId()
Returns the theme ID of this layout set branch. |
long |
getUserId()
Returns the user ID of this layout set branch. |
String |
getUserName()
Returns the user name of this layout set branch. |
String |
getUserUuid()
Returns the user uuid of this layout set branch. |
String |
getWapColorSchemeId()
Returns the wap color scheme ID of this layout set branch. |
String |
getWapThemeId()
Returns the wap theme ID of this layout set branch. |
int |
hashCode()
|
boolean |
hasSetModifiedDate()
|
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
boolean |
isLayoutSetPrototypeLinkEnabled()
Returns true if this layout set branch is layout set prototype link enabled. |
boolean |
isMaster()
Returns true if this layout set branch is master. |
boolean |
isPrivateLayout()
Returns true if this layout set branch is private layout. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setColorSchemeId(String colorSchemeId)
Sets the color scheme ID of this layout set branch. |
void |
setCompanyId(long companyId)
Sets the company ID of this layout set branch. |
void |
setCreateDate(Date createDate)
Sets the create date of this layout set branch. |
void |
setCss(String css)
Sets the css of this layout set branch. |
void |
setDescription(String description)
Sets the description of this 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 layout set branch. |
void |
setLayoutSetBranchId(long layoutSetBranchId)
Sets the layout set branch ID of this layout set branch. |
void |
setLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled)
Sets whether this layout set branch is layout set prototype link enabled. |
void |
setLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
Sets the layout set prototype uuid of this layout set branch. |
void |
setLogoId(long logoId)
Sets the logo ID of this layout set branch. |
void |
setMaster(boolean master)
Sets whether this layout set branch is master. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this layout set branch. |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this layout set branch. |
void |
setName(String name)
Sets the name of this layout set branch. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this layout set branch. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setPrivateLayout(boolean privateLayout)
Sets whether this layout set branch is private layout. |
void |
setSettings(String settings)
Sets the settings of this layout set branch. |
void |
setThemeId(String themeId)
Sets the theme ID of this layout set branch. |
void |
setUserId(long userId)
Sets the user ID of this layout set branch. |
void |
setUserName(String userName)
Sets the user name of this layout set branch. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this layout set branch. |
void |
setWapColorSchemeId(String wapColorSchemeId)
Sets the wap color scheme ID of this layout set branch. |
void |
setWapThemeId(String wapThemeId)
Sets the wap theme ID of this layout set branch. |
CacheModel<LayoutSetBranch> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
LayoutSetBranch |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static LayoutSetBranch |
toModel(LayoutSetBranchSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<LayoutSetBranch> |
toModels(LayoutSetBranchSoap[] soapModels)
Converts the soap model instances into normal model instances. |
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.LayoutSetBranchModel |
|---|
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 MASTER_COLUMN_BITMASK
public static final long NAME_COLUMN_BITMASK
public static final long PRIVATELAYOUT_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public LayoutSetBranchModelImpl()
| Method Detail |
|---|
public static LayoutSetBranch toModel(LayoutSetBranchSoap soapModel)
soapModel - the soap model instance to convert
public static List<LayoutSetBranch> toModels(LayoutSetBranchSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
LayoutSetBranchModel
getPrimaryKey in interface LayoutSetBranchModelpublic void setPrimaryKey(long primaryKey)
LayoutSetBranchModel
setPrimaryKey in interface LayoutSetBranchModelprimaryKey - the primary key of this layout set branchpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<LayoutSetBranch>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface LayoutSetBranchModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<LayoutSetBranch>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface LayoutSetBranchModelprimaryKeyObj - 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<LayoutSetBranch>getModelAttributes in class BaseModelImpl<LayoutSetBranch>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<LayoutSetBranch>setModelAttributes in class BaseModelImpl<LayoutSetBranch>@JSON public long getMvccVersion()
LayoutSetBranchModel
getMvccVersion in interface LayoutSetBranchModelgetMvccVersion in interface MVCCModelpublic void setMvccVersion(long mvccVersion)
LayoutSetBranchModel
setMvccVersion in interface LayoutSetBranchModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this layout set branch@JSON public long getLayoutSetBranchId()
LayoutSetBranchModel
getLayoutSetBranchId in interface LayoutSetBranchModelpublic void setLayoutSetBranchId(long layoutSetBranchId)
LayoutSetBranchModel
setLayoutSetBranchId in interface LayoutSetBranchModellayoutSetBranchId - the layout set branch ID of this layout set branch@JSON public long getGroupId()
LayoutSetBranchModel
getGroupId in interface GroupedModelgetGroupId in interface LayoutSetBranchModelpublic void setGroupId(long groupId)
LayoutSetBranchModel
setGroupId in interface GroupedModelsetGroupId in interface LayoutSetBranchModelgroupId - the group ID of this layout set branchpublic long getOriginalGroupId()
@JSON public long getCompanyId()
LayoutSetBranchModel
getCompanyId in interface AuditedModelgetCompanyId in interface LayoutSetBranchModelgetCompanyId in interface ShardedModelpublic void setCompanyId(long companyId)
LayoutSetBranchModel
setCompanyId in interface AuditedModelsetCompanyId in interface LayoutSetBranchModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this layout set branch@JSON public long getUserId()
LayoutSetBranchModel
getUserId in interface AuditedModelgetUserId in interface LayoutSetBranchModelpublic void setUserId(long userId)
LayoutSetBranchModel
setUserId in interface AuditedModelsetUserId in interface LayoutSetBranchModeluserId - the user ID of this layout set branchpublic String getUserUuid()
LayoutSetBranchModel
getUserUuid in interface AuditedModelgetUserUuid in interface LayoutSetBranchModelpublic void setUserUuid(String userUuid)
LayoutSetBranchModel
setUserUuid in interface AuditedModelsetUserUuid in interface LayoutSetBranchModeluserUuid - the user uuid of this layout set branch@JSON public String getUserName()
LayoutSetBranchModel
getUserName in interface AuditedModelgetUserName in interface LayoutSetBranchModelpublic void setUserName(String userName)
LayoutSetBranchModel
setUserName in interface AuditedModelsetUserName in interface LayoutSetBranchModeluserName - the user name of this layout set branch@JSON public Date getCreateDate()
LayoutSetBranchModel
getCreateDate in interface AuditedModelgetCreateDate in interface LayoutSetBranchModelpublic void setCreateDate(Date createDate)
LayoutSetBranchModel
setCreateDate in interface AuditedModelsetCreateDate in interface LayoutSetBranchModelcreateDate - the create date of this layout set branch@JSON public Date getModifiedDate()
LayoutSetBranchModel
getModifiedDate in interface AuditedModelgetModifiedDate in interface LayoutSetBranchModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
LayoutSetBranchModel
setModifiedDate in interface AuditedModelsetModifiedDate in interface LayoutSetBranchModelmodifiedDate - the modified date of this layout set branch@JSON public boolean getPrivateLayout()
LayoutSetBranchModel
getPrivateLayout in interface LayoutSetBranchModelpublic boolean isPrivateLayout()
LayoutSetBranchModeltrue if this layout set branch is private layout.
isPrivateLayout in interface LayoutSetBranchModeltrue if this layout set branch is private layout; false otherwisepublic void setPrivateLayout(boolean privateLayout)
LayoutSetBranchModel
setPrivateLayout in interface LayoutSetBranchModelprivateLayout - the private layout of this layout set branchpublic boolean getOriginalPrivateLayout()
@JSON public String getName()
LayoutSetBranchModel
getName in interface LayoutSetBranchModelpublic void setName(String name)
LayoutSetBranchModel
setName in interface LayoutSetBranchModelname - the name of this layout set branchpublic String getOriginalName()
@JSON public String getDescription()
LayoutSetBranchModel
getDescription in interface LayoutSetBranchModelpublic void setDescription(String description)
LayoutSetBranchModel
setDescription in interface LayoutSetBranchModeldescription - the description of this layout set branch@JSON public boolean getMaster()
LayoutSetBranchModel
getMaster in interface LayoutSetBranchModelpublic boolean isMaster()
LayoutSetBranchModeltrue if this layout set branch is master.
isMaster in interface LayoutSetBranchModeltrue if this layout set branch is master; false otherwisepublic void setMaster(boolean master)
LayoutSetBranchModel
setMaster in interface LayoutSetBranchModelmaster - the master of this layout set branchpublic boolean getOriginalMaster()
@JSON public long getLogoId()
LayoutSetBranchModel
getLogoId in interface LayoutSetBranchModelpublic void setLogoId(long logoId)
LayoutSetBranchModel
setLogoId in interface LayoutSetBranchModellogoId - the logo ID of this layout set branch@JSON public String getThemeId()
LayoutSetBranchModel
getThemeId in interface LayoutSetBranchModelpublic void setThemeId(String themeId)
LayoutSetBranchModel
setThemeId in interface LayoutSetBranchModelthemeId - the theme ID of this layout set branch@JSON public String getColorSchemeId()
LayoutSetBranchModel
getColorSchemeId in interface LayoutSetBranchModelpublic void setColorSchemeId(String colorSchemeId)
LayoutSetBranchModel
setColorSchemeId in interface LayoutSetBranchModelcolorSchemeId - the color scheme ID of this layout set branch@JSON public String getWapThemeId()
LayoutSetBranchModel
getWapThemeId in interface LayoutSetBranchModelpublic void setWapThemeId(String wapThemeId)
LayoutSetBranchModel
setWapThemeId in interface LayoutSetBranchModelwapThemeId - the wap theme ID of this layout set branch@JSON public String getWapColorSchemeId()
LayoutSetBranchModel
getWapColorSchemeId in interface LayoutSetBranchModelpublic void setWapColorSchemeId(String wapColorSchemeId)
LayoutSetBranchModel
setWapColorSchemeId in interface LayoutSetBranchModelwapColorSchemeId - the wap color scheme ID of this layout set branch@JSON public String getCss()
LayoutSetBranchModel
getCss in interface LayoutSetBranchModelpublic void setCss(String css)
LayoutSetBranchModel
setCss in interface LayoutSetBranchModelcss - the css of this layout set branch@JSON public String getSettings()
LayoutSetBranchModel
getSettings in interface LayoutSetBranchModelpublic void setSettings(String settings)
LayoutSetBranchModel
setSettings in interface LayoutSetBranchModelsettings - the settings of this layout set branch@JSON public String getLayoutSetPrototypeUuid()
LayoutSetBranchModel
getLayoutSetPrototypeUuid in interface LayoutSetBranchModelpublic void setLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
LayoutSetBranchModel
setLayoutSetPrototypeUuid in interface LayoutSetBranchModellayoutSetPrototypeUuid - the layout set prototype uuid of this layout set branch@JSON public boolean getLayoutSetPrototypeLinkEnabled()
LayoutSetBranchModel
getLayoutSetPrototypeLinkEnabled in interface LayoutSetBranchModelpublic boolean isLayoutSetPrototypeLinkEnabled()
LayoutSetBranchModeltrue if this layout set branch is layout set prototype link enabled.
isLayoutSetPrototypeLinkEnabled in interface LayoutSetBranchModeltrue if this layout set branch is layout set prototype link enabled; false otherwisepublic void setLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled)
LayoutSetBranchModel
setLayoutSetPrototypeLinkEnabled in interface LayoutSetBranchModellayoutSetPrototypeLinkEnabled - the layout set prototype link enabled of this layout set branchpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<LayoutSetBranch>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface LayoutSetBranchModelgetExpandoBridge in class BaseModelImpl<LayoutSetBranch>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<LayoutSetBranch>setExpandoBridgeAttributes in interface LayoutSetBranchModelsetExpandoBridgeAttributes in class BaseModelImpl<LayoutSetBranch>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public LayoutSetBranch toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<LayoutSetBranch>toEscapedModel in interface LayoutSetBranchModeltoEscapedModel in class BaseModelImpl<LayoutSetBranch>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<LayoutSetBranch>clone in interface LayoutSetBranchModelclone in class BaseModelImpl<LayoutSetBranch>public int compareTo(LayoutSetBranch layoutSetBranch)
compareTo in interface LayoutSetBranchModelcompareTo in interface Comparable<LayoutSetBranch>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface LayoutSetBranchModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<LayoutSetBranch>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<LayoutSetBranch>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<LayoutSetBranch>resetOriginalValues in class BaseModelImpl<LayoutSetBranch>public CacheModel<LayoutSetBranch> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<LayoutSetBranch>toCacheModel in interface LayoutSetBranchModeltoCacheModel in class BaseModelImpl<LayoutSetBranch>public String toString()
toString in interface LayoutSetBranchModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<LayoutSetBranch>toXmlString in interface LayoutSetBranchModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||