|
Liferay 6.2.0-ce-rc2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.LayoutSetWrapper
public class LayoutSetWrapper
This class is a wrapper for LayoutSet.
LayoutSet,
Serialized Form| Constructor Summary | |
|---|---|
LayoutSetWrapper(LayoutSet layoutSet)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(LayoutSet layoutSet)
|
boolean |
equals(Object obj)
|
ColorScheme |
getColorScheme()
|
String |
getColorSchemeId()
Returns the color scheme ID of this layout set. |
long |
getCompanyId()
Returns the company ID of this layout set. |
Date |
getCreateDate()
Returns the create date of this layout set. |
String |
getCss()
Returns the css of this layout set. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
Group |
getGroup()
|
long |
getGroupId()
Returns the group ID of this layout set. |
long |
getLayoutSetId()
Returns the layout set ID of this layout set. |
long |
getLayoutSetPrototypeId()
|
boolean |
getLayoutSetPrototypeLinkEnabled()
Returns the layout set prototype link enabled of this layout set. |
String |
getLayoutSetPrototypeUuid()
Returns the layout set prototype uuid of this layout set. |
long |
getLiveLogoId()
|
boolean |
getLogo()
Returns the logo of this layout set. |
long |
getLogoId()
Returns the logo ID of this layout set. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this layout set. |
int |
getPageCount()
Returns the page count of this layout set. |
long |
getPrimaryKey()
Returns the primary key of this layout set. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
boolean |
getPrivateLayout()
Returns the private layout of this layout set. |
String |
getSettings()
Returns the settings of this layout set. |
UnicodeProperties |
getSettingsProperties()
|
String |
getSettingsProperty(String key)
|
Theme |
getTheme()
|
String |
getThemeId()
Returns the theme ID of this layout set. |
String |
getThemeSetting(String key,
String device)
|
String |
getVirtualHostname()
|
ColorScheme |
getWapColorScheme()
|
String |
getWapColorSchemeId()
Returns the wap color scheme ID of this layout set. |
Theme |
getWapTheme()
|
String |
getWapThemeId()
Returns the wap theme ID of this layout set. |
LayoutSet |
getWrappedLayoutSet()
Deprecated. As of 6.1.0, replaced by getWrappedModel() |
LayoutSet |
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 is layout set prototype link enabled. |
boolean |
isLogo()
Returns true if this layout set is logo. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
boolean |
isPrivateLayout()
Returns true if this layout set 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. |
void |
setCompanyId(long companyId)
Sets the company ID of this layout set. |
void |
setCreateDate(Date createDate)
Sets the create date of this layout set. |
void |
setCss(String css)
Sets the css of this layout set. |
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. |
void |
setLayoutSetId(long layoutSetId)
Sets the layout set ID of this layout set. |
void |
setLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled)
Sets whether this layout set is layout set prototype link enabled. |
void |
setLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
Sets the layout set prototype uuid of this layout set. |
void |
setLogo(boolean logo)
Sets whether this layout set is logo. |
void |
setLogoId(long logoId)
Sets the logo ID of this layout set. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this layout set. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPageCount(int pageCount)
Sets the page count of this layout set. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this layout set. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setPrivateLayout(boolean privateLayout)
Sets whether this layout set is private layout. |
void |
setSettings(String settings)
Sets the settings of this layout set. |
void |
setSettingsProperties(UnicodeProperties settingsProperties)
|
void |
setThemeId(String themeId)
Sets the theme ID of this layout set. |
void |
setVirtualHostname(String virtualHostname)
|
void |
setWapColorSchemeId(String wapColorSchemeId)
Sets the wap color scheme ID of this layout set. |
void |
setWapThemeId(String wapThemeId)
Sets the wap theme ID of this layout set. |
CacheModel<LayoutSet> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
LayoutSet |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
LayoutSet |
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 LayoutSetWrapper(LayoutSet layoutSet)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<LayoutSet>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<LayoutSet>public long getPrimaryKey()
getPrimaryKey in interface LayoutSetModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface LayoutSetModelprimaryKey - the primary key of this layout setpublic long getLayoutSetId()
getLayoutSetId in interface LayoutSetModelpublic void setLayoutSetId(long layoutSetId)
setLayoutSetId in interface LayoutSetModellayoutSetId - the layout set ID of this layout setpublic long getGroupId()
getGroupId in interface LayoutSetModelpublic void setGroupId(long groupId)
setGroupId in interface LayoutSetModelgroupId - the group ID of this layout setpublic long getCompanyId()
getCompanyId in interface LayoutSetModelpublic void setCompanyId(long companyId)
setCompanyId in interface LayoutSetModelcompanyId - the company ID of this layout setpublic Date getCreateDate()
getCreateDate in interface LayoutSetModelpublic void setCreateDate(Date createDate)
setCreateDate in interface LayoutSetModelcreateDate - the create date of this layout setpublic Date getModifiedDate()
getModifiedDate in interface LayoutSetModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface LayoutSetModelmodifiedDate - the modified date of this layout setpublic boolean getPrivateLayout()
getPrivateLayout in interface LayoutSetModelpublic boolean isPrivateLayout()
true if this layout set is private layout.
isPrivateLayout in interface LayoutSetModeltrue if this layout set is private layout; false otherwisepublic void setPrivateLayout(boolean privateLayout)
setPrivateLayout in interface LayoutSetModelprivateLayout - the private layout of this layout setpublic boolean getLogo()
getLogo in interface LayoutSetModelpublic boolean isLogo()
true if this layout set is logo.
isLogo in interface LayoutSetModeltrue if this layout set is logo; false otherwisepublic void setLogo(boolean logo)
setLogo in interface LayoutSetModellogo - the logo of this layout setpublic long getLogoId()
getLogoId in interface LayoutSetModelpublic void setLogoId(long logoId)
setLogoId in interface LayoutSetModellogoId - the logo ID of this layout setpublic String getThemeId()
getThemeId in interface LayoutSetModelpublic void setThemeId(String themeId)
setThemeId in interface LayoutSetModelthemeId - the theme ID of this layout setpublic String getColorSchemeId()
getColorSchemeId in interface LayoutSetModelpublic void setColorSchemeId(String colorSchemeId)
setColorSchemeId in interface LayoutSetModelcolorSchemeId - the color scheme ID of this layout setpublic String getWapThemeId()
getWapThemeId in interface LayoutSetModelpublic void setWapThemeId(String wapThemeId)
setWapThemeId in interface LayoutSetModelwapThemeId - the wap theme ID of this layout setpublic String getWapColorSchemeId()
getWapColorSchemeId in interface LayoutSetModelpublic void setWapColorSchemeId(String wapColorSchemeId)
setWapColorSchemeId in interface LayoutSetModelwapColorSchemeId - the wap color scheme ID of this layout setpublic String getCss()
getCss in interface LayoutSetModelpublic void setCss(String css)
setCss in interface LayoutSetModelcss - the css of this layout setpublic int getPageCount()
getPageCount in interface LayoutSetModelpublic void setPageCount(int pageCount)
setPageCount in interface LayoutSetModelpageCount - the page count of this layout setpublic String getSettings()
getSettings in interface LayoutSetModelpublic void setSettings(String settings)
setSettings in interface LayoutSetModelsettings - the settings of this layout setpublic String getLayoutSetPrototypeUuid()
getLayoutSetPrototypeUuid in interface LayoutSetModelpublic void setLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
setLayoutSetPrototypeUuid in interface LayoutSetModellayoutSetPrototypeUuid - the layout set prototype uuid of this layout setpublic boolean getLayoutSetPrototypeLinkEnabled()
getLayoutSetPrototypeLinkEnabled in interface LayoutSetModelpublic boolean isLayoutSetPrototypeLinkEnabled()
true if this layout set is layout set prototype link enabled.
isLayoutSetPrototypeLinkEnabled in interface LayoutSetModeltrue if this layout set is layout set prototype link enabled; false otherwisepublic void setLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled)
setLayoutSetPrototypeLinkEnabled in interface LayoutSetModellayoutSetPrototypeLinkEnabled - the layout set prototype link enabled of this layout setpublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<LayoutSet>isNew in interface LayoutSetModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<LayoutSet>setNew in interface LayoutSetModeln - 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<LayoutSet>isCachedModel in interface LayoutSetModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<LayoutSet>setCachedModel in interface LayoutSetModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<LayoutSet>isEscapedModel in interface LayoutSetModeltrue if this model instance is escaped;
false otherwisepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<LayoutSet>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface LayoutSetModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<LayoutSet>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface LayoutSetModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<LayoutSet>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface LayoutSetModelpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<LayoutSet>setExpandoBridgeAttributes in interface LayoutSetModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<LayoutSet>setExpandoBridgeAttributes in interface LayoutSetModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<LayoutSet>setExpandoBridgeAttributes in interface LayoutSetModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<LayoutSet>clone in interface LayoutSetModelclone in class Objectpublic int compareTo(LayoutSet layoutSet)
compareTo in interface LayoutSetModelcompareTo in interface Comparable<LayoutSet>public int hashCode()
hashCode in interface LayoutSetModelhashCode in class Objectpublic CacheModel<LayoutSet> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<LayoutSet>toCacheModel in interface LayoutSetModelpublic LayoutSet toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<LayoutSet>toEscapedModel in interface LayoutSetModelAutoEscapeBeanHandlerpublic LayoutSet toUnescapedModel()
toUnescapedModel in interface BaseModel<LayoutSet>toUnescapedModel in interface LayoutSetModelpublic String toString()
toString in interface LayoutSetModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<LayoutSet>toXmlString in interface LayoutSetModel
public void persist()
throws SystemException
PersistedModel
persist in interface PersistedModelSystemException - if a system exception occurred
public ColorScheme getColorScheme()
throws SystemException
getColorScheme in interface LayoutSetSystemException
public Group getGroup()
throws PortalException,
SystemException
getGroup in interface LayoutSetPortalException
SystemException
public long getLayoutSetPrototypeId()
throws PortalException,
SystemException
getLayoutSetPrototypeId in interface LayoutSetPortalException
SystemExceptionpublic long getLiveLogoId()
getLiveLogoId in interface LayoutSetpublic UnicodeProperties getSettingsProperties()
getSettingsProperties in interface LayoutSetpublic String getSettingsProperty(String key)
getSettingsProperty in interface LayoutSet
public Theme getTheme()
throws SystemException
getTheme in interface LayoutSetSystemException
public String getThemeSetting(String key,
String device)
throws SystemException
getThemeSetting in interface LayoutSetSystemExceptionpublic String getVirtualHostname()
getVirtualHostname in interface LayoutSet
public ColorScheme getWapColorScheme()
throws SystemException
getWapColorScheme in interface LayoutSetSystemException
public Theme getWapTheme()
throws SystemException
getWapTheme in interface LayoutSetSystemExceptionpublic boolean isLayoutSetPrototypeLinkActive()
isLayoutSetPrototypeLinkActive in interface LayoutSetpublic void setSettingsProperties(UnicodeProperties settingsProperties)
setSettingsProperties in interface LayoutSetpublic void setVirtualHostname(String virtualHostname)
setVirtualHostname in interface LayoutSetpublic boolean equals(Object obj)
equals in class Objectpublic LayoutSet getWrappedLayoutSet()
getWrappedModel()
public LayoutSet getWrappedModel()
getWrappedModel in interface ModelWrapper<LayoutSet>public void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<LayoutSet>
|
Liferay 6.2.0-ce-rc2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||