|
Liferay 6.2.0-ce-b3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.LayoutSetBranchWrapper
public class LayoutSetBranchWrapper
This class is a wrapper for LayoutSetBranch.
LayoutSetBranch,
Serialized Form| Constructor Summary | |
|---|---|
LayoutSetBranchWrapper(LayoutSetBranch layoutSetBranch)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(LayoutSetBranch layoutSetBranch)
|
boolean |
equals(Object obj)
|
ColorScheme |
getColorScheme()
|
String |
getColorSchemeId()
Returns the color scheme ID of this layout set branch. |
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. |
Group |
getGroup()
|
long |
getGroupId()
Returns the group ID of this layout set branch. |
LayoutSet |
getLayoutSet()
|
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 |
getLiveLogoId()
|
boolean |
getLogo()
Returns the logo 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. |
String |
getName()
Returns the name of this layout set branch. |
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. |
UnicodeProperties |
getSettingsProperties()
|
String |
getSettingsProperty(String key)
|
Theme |
getTheme()
|
String |
getThemeId()
Returns the theme ID of this layout set branch. |
String |
getThemeSetting(String key,
String device)
|
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. |
ColorScheme |
getWapColorScheme()
|
String |
getWapColorSchemeId()
Returns the wap color scheme ID of this layout set branch. |
Theme |
getWapTheme()
|
String |
getWapThemeId()
Returns the wap theme ID of this layout set branch. |
LayoutSetBranch |
getWrappedLayoutSetBranch()
Deprecated. As of 6.1.0, replaced by getWrappedModel() |
LayoutSetBranch |
getWrappedModel()
|
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isLayoutSetPrototypeLinkActive()
|
boolean |
isLayoutSetPrototypeLinkEnabled()
Returns true if this layout set branch is layout set prototype link enabled. |
boolean |
isLogo()
Returns true if this layout set branch is logo. |
boolean |
isMaster()
Returns true if this layout set branch is master. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
boolean |
isPrivateLayout()
Returns true if this layout set branch is private layout. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
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(BaseModel<?> baseModel)
|
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
|
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 |
setLogo(boolean logo)
Sets whether this layout set branch is logo. |
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 |
setName(String name)
Sets the name of this layout set branch. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
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 |
setSettingsProperties(UnicodeProperties settingsProperties)
|
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. |
String |
toString()
|
LayoutSetBranch |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LayoutSetBranchWrapper(LayoutSetBranch layoutSetBranch)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<LayoutSetBranch>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<LayoutSetBranch>public long getPrimaryKey()
getPrimaryKey in interface LayoutSetBranchModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface LayoutSetBranchModelprimaryKey - the primary key of this layout set branchpublic long getLayoutSetBranchId()
getLayoutSetBranchId in interface LayoutSetBranchModelpublic void setLayoutSetBranchId(long layoutSetBranchId)
setLayoutSetBranchId in interface LayoutSetBranchModellayoutSetBranchId - the layout set branch ID of this layout set branchpublic long getGroupId()
getGroupId in interface GroupedModelgetGroupId in interface LayoutSetBranchModelpublic void setGroupId(long groupId)
setGroupId in interface GroupedModelsetGroupId in interface LayoutSetBranchModelgroupId - the group ID of this layout set branchpublic long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface LayoutSetBranchModelpublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface LayoutSetBranchModelcompanyId - the company ID of this layout set branchpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface LayoutSetBranchModelpublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface LayoutSetBranchModeluserId - the user ID of this layout set branch
public String getUserUuid()
throws SystemException
getUserUuid in interface AuditedModelgetUserUuid in interface LayoutSetBranchModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface LayoutSetBranchModeluserUuid - the user uuid of this layout set branchpublic String getUserName()
getUserName in interface AuditedModelgetUserName in interface LayoutSetBranchModelpublic void setUserName(String userName)
setUserName in interface AuditedModelsetUserName in interface LayoutSetBranchModeluserName - the user name of this layout set branchpublic Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface LayoutSetBranchModelpublic void setCreateDate(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface LayoutSetBranchModelcreateDate - the create date of this layout set branchpublic Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface LayoutSetBranchModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface LayoutSetBranchModelmodifiedDate - the modified date of this layout set branchpublic boolean getPrivateLayout()
getPrivateLayout in interface LayoutSetBranchModelpublic boolean isPrivateLayout()
true 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)
setPrivateLayout in interface LayoutSetBranchModelprivateLayout - the private layout of this layout set branchpublic String getName()
getName in interface LayoutSetBranchModelpublic void setName(String name)
setName in interface LayoutSetBranchModelname - the name of this layout set branchpublic String getDescription()
getDescription in interface LayoutSetBranchModelpublic void setDescription(String description)
setDescription in interface LayoutSetBranchModeldescription - the description of this layout set branchpublic boolean getMaster()
getMaster in interface LayoutSetBranchModelpublic boolean isMaster()
true if this layout set branch is master.
isMaster in interface LayoutSetBranchModeltrue if this layout set branch is master; false otherwisepublic void setMaster(boolean master)
setMaster in interface LayoutSetBranchModelmaster - the master of this layout set branchpublic boolean getLogo()
getLogo in interface LayoutSetBranchModelpublic boolean isLogo()
true if this layout set branch is logo.
isLogo in interface LayoutSetBranchModeltrue if this layout set branch is logo; false otherwisepublic void setLogo(boolean logo)
setLogo in interface LayoutSetBranchModellogo - the logo of this layout set branchpublic long getLogoId()
getLogoId in interface LayoutSetBranchModelpublic void setLogoId(long logoId)
setLogoId in interface LayoutSetBranchModellogoId - the logo ID of this layout set branchpublic String getThemeId()
getThemeId in interface LayoutSetBranchModelpublic void setThemeId(String themeId)
setThemeId in interface LayoutSetBranchModelthemeId - the theme ID of this layout set branchpublic String getColorSchemeId()
getColorSchemeId in interface LayoutSetBranchModelpublic void setColorSchemeId(String colorSchemeId)
setColorSchemeId in interface LayoutSetBranchModelcolorSchemeId - the color scheme ID of this layout set branchpublic String getWapThemeId()
getWapThemeId in interface LayoutSetBranchModelpublic void setWapThemeId(String wapThemeId)
setWapThemeId in interface LayoutSetBranchModelwapThemeId - the wap theme ID of this layout set branchpublic String getWapColorSchemeId()
getWapColorSchemeId in interface LayoutSetBranchModelpublic void setWapColorSchemeId(String wapColorSchemeId)
setWapColorSchemeId in interface LayoutSetBranchModelwapColorSchemeId - the wap color scheme ID of this layout set branchpublic String getCss()
getCss in interface LayoutSetBranchModelpublic void setCss(String css)
setCss in interface LayoutSetBranchModelcss - the css of this layout set branchpublic String getSettings()
getSettings in interface LayoutSetBranchModelpublic void setSettings(String settings)
setSettings in interface LayoutSetBranchModelsettings - the settings of this layout set branchpublic String getLayoutSetPrototypeUuid()
getLayoutSetPrototypeUuid in interface LayoutSetBranchModelpublic void setLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
setLayoutSetPrototypeUuid in interface LayoutSetBranchModellayoutSetPrototypeUuid - the layout set prototype uuid of this layout set branchpublic boolean getLayoutSetPrototypeLinkEnabled()
getLayoutSetPrototypeLinkEnabled in interface LayoutSetBranchModelpublic boolean isLayoutSetPrototypeLinkEnabled()
true 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)
setLayoutSetPrototypeLinkEnabled in interface LayoutSetBranchModellayoutSetPrototypeLinkEnabled - the layout set prototype link enabled of this layout set branchpublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<LayoutSetBranch>isNew in interface LayoutSetBranchModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<LayoutSetBranch>setNew in interface LayoutSetBranchModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<LayoutSetBranch>isCachedModel in interface LayoutSetBranchModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<LayoutSetBranch>setCachedModel in interface LayoutSetBranchModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<LayoutSetBranch>isEscapedModel in interface LayoutSetBranchModeltrue if this model instance is escaped;
false otherwisepublic 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 ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<LayoutSetBranch>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface LayoutSetBranchModelpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<LayoutSetBranch>setExpandoBridgeAttributes in interface LayoutSetBranchModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<LayoutSetBranch>setExpandoBridgeAttributes in interface LayoutSetBranchModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<LayoutSetBranch>setExpandoBridgeAttributes in interface LayoutSetBranchModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<LayoutSetBranch>clone in interface LayoutSetBranchModelclone in class Objectpublic int compareTo(LayoutSetBranch layoutSetBranch)
compareTo in interface LayoutSetBranchModelcompareTo in interface Comparable<LayoutSetBranch>public int hashCode()
hashCode in interface LayoutSetBranchModelhashCode in class Objectpublic CacheModel<LayoutSetBranch> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<LayoutSetBranch>toCacheModel in interface LayoutSetBranchModelpublic LayoutSetBranch toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<LayoutSetBranch>toEscapedModel in interface LayoutSetBranchModelAutoEscapeBeanHandlerpublic LayoutSetBranch toUnescapedModel()
toUnescapedModel in interface BaseModel<LayoutSetBranch>toUnescapedModel in interface LayoutSetBranchModelpublic String toString()
toString in interface LayoutSetBranchModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<LayoutSetBranch>toXmlString in interface LayoutSetBranchModel
public void persist()
throws SystemException
PersistedModel
persist in interface PersistedModelSystemException - if a system exception occurred
public ColorScheme getColorScheme()
throws SystemException
getColorScheme in interface LayoutSetBranchSystemException
public Group getGroup()
throws PortalException,
SystemException
getGroup in interface LayoutSetBranchPortalException
SystemExceptionpublic LayoutSet getLayoutSet()
getLayoutSet in interface LayoutSetBranchpublic long getLiveLogoId()
getLiveLogoId in interface LayoutSetBranchpublic UnicodeProperties getSettingsProperties()
getSettingsProperties in interface LayoutSetBranchpublic String getSettingsProperty(String key)
getSettingsProperty in interface LayoutSetBranch
public Theme getTheme()
throws SystemException
getTheme in interface LayoutSetBranchSystemException
public String getThemeSetting(String key,
String device)
throws SystemException
getThemeSetting in interface LayoutSetBranchSystemException
public ColorScheme getWapColorScheme()
throws SystemException
getWapColorScheme in interface LayoutSetBranchSystemException
public Theme getWapTheme()
throws SystemException
getWapTheme in interface LayoutSetBranchSystemExceptionpublic boolean isLayoutSetPrototypeLinkActive()
isLayoutSetPrototypeLinkActive in interface LayoutSetBranchpublic void setSettingsProperties(UnicodeProperties settingsProperties)
setSettingsProperties in interface LayoutSetBranchpublic boolean equals(Object obj)
equals in class Objectpublic LayoutSetBranch getWrappedLayoutSetBranch()
getWrappedModel()
public LayoutSetBranch getWrappedModel()
getWrappedModel in interface ModelWrapper<LayoutSetBranch>public void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<LayoutSetBranch>
|
Liferay 6.2.0-ce-b3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||