|
Liferay 6.0.4 | |||||||||
| 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)
|
ColorScheme |
getColorScheme()
|
String |
getColorSchemeId()
Gets the color scheme id of this layout set. |
long |
getCompanyId()
Gets the company id of this layout set. |
String |
getCss()
Gets the css of this layout set. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
Group |
getGroup()
|
long |
getGroupId()
Gets the group id of this layout set. |
long |
getLayoutSetId()
Gets the layout set id of this layout set. |
long |
getLayoutSetPrototypeId()
Gets the layout set prototype id of this layout set. |
boolean |
getLogo()
Gets the logo of this layout set. |
long |
getLogoId()
Gets the logo id of this layout set. |
int |
getPageCount()
Gets the page count of this layout set. |
long |
getPrimaryKey()
Gets the primary key of this layout set. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
boolean |
getPrivateLayout()
Gets the private layout of this layout set. |
String |
getSettings()
Gets the settings of this layout set. |
UnicodeProperties |
getSettingsProperties()
|
String |
getSettingsProperty(String key)
|
Theme |
getTheme()
|
String |
getThemeId()
Gets the theme id of this layout set. |
String |
getVirtualHost()
Gets the virtual host of this layout set. |
ColorScheme |
getWapColorScheme()
|
String |
getWapColorSchemeId()
Gets the wap color scheme id of this layout set. |
Theme |
getWapTheme()
|
String |
getWapThemeId()
Gets the wap theme id of this layout set. |
LayoutSet |
getWrappedLayoutSet()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance is escaped. |
boolean |
isLogo()
Determines whether this layout set is logo. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isPrivateLayout()
Determines whether this layout set is private layout. |
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 |
setCss(String css)
Sets the css of this layout set. |
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
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 |
setLayoutSetPrototypeId(long layoutSetPrototypeId)
Sets the layout set prototype id of this layout set. |
void |
setLogo(boolean logo)
Sets whether this {$entity.humanName} is logo. |
void |
setLogoId(long logoId)
Sets the logo id 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 pk)
Sets the primary key of this layout set |
void |
setPrivateLayout(boolean privateLayout)
Sets whether this {$entity.humanName} 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 |
setVirtualHost(String virtualHost)
Sets the virtual host of this layout set. |
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. |
LayoutSet |
toEscapedModel()
Gets a copy of this layout set as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LayoutSetWrapper(LayoutSet layoutSet)
| Method Detail |
|---|
public long getPrimaryKey()
LayoutSetModel
getPrimaryKey in interface LayoutSetModelpublic void setPrimaryKey(long pk)
LayoutSetModel
setPrimaryKey in interface LayoutSetModelpk - the primary key of this layout setpublic long getLayoutSetId()
LayoutSetModel
getLayoutSetId in interface LayoutSetModelpublic void setLayoutSetId(long layoutSetId)
LayoutSetModel
setLayoutSetId in interface LayoutSetModellayoutSetId - the layout set id of this layout setpublic long getGroupId()
LayoutSetModel
getGroupId in interface LayoutSetModelpublic void setGroupId(long groupId)
LayoutSetModel
setGroupId in interface LayoutSetModelgroupId - the group id of this layout setpublic long getCompanyId()
LayoutSetModel
getCompanyId in interface LayoutSetModelpublic void setCompanyId(long companyId)
LayoutSetModel
setCompanyId in interface LayoutSetModelcompanyId - the company id of this layout setpublic boolean getPrivateLayout()
LayoutSetModel
getPrivateLayout in interface LayoutSetModelpublic boolean isPrivateLayout()
LayoutSetModel
isPrivateLayout in interface LayoutSetModelpublic void setPrivateLayout(boolean privateLayout)
LayoutSetModel
setPrivateLayout in interface LayoutSetModelprivateLayout - the private layout of this layout setpublic boolean getLogo()
LayoutSetModel
getLogo in interface LayoutSetModelpublic boolean isLogo()
LayoutSetModel
isLogo in interface LayoutSetModelpublic void setLogo(boolean logo)
LayoutSetModel
setLogo in interface LayoutSetModellogo - the logo of this layout setpublic long getLogoId()
LayoutSetModel
getLogoId in interface LayoutSetModelpublic void setLogoId(long logoId)
LayoutSetModel
setLogoId in interface LayoutSetModellogoId - the logo id of this layout setpublic String getThemeId()
LayoutSetModel
getThemeId in interface LayoutSetModelpublic void setThemeId(String themeId)
LayoutSetModel
setThemeId in interface LayoutSetModelthemeId - the theme id of this layout setpublic String getColorSchemeId()
LayoutSetModel
getColorSchemeId in interface LayoutSetModelpublic void setColorSchemeId(String colorSchemeId)
LayoutSetModel
setColorSchemeId in interface LayoutSetModelcolorSchemeId - the color scheme id of this layout setpublic String getWapThemeId()
LayoutSetModel
getWapThemeId in interface LayoutSetModelpublic void setWapThemeId(String wapThemeId)
LayoutSetModel
setWapThemeId in interface LayoutSetModelwapThemeId - the wap theme id of this layout setpublic String getWapColorSchemeId()
LayoutSetModel
getWapColorSchemeId in interface LayoutSetModelpublic void setWapColorSchemeId(String wapColorSchemeId)
LayoutSetModel
setWapColorSchemeId in interface LayoutSetModelwapColorSchemeId - the wap color scheme id of this layout setpublic String getCss()
LayoutSetModel
getCss in interface LayoutSetModelpublic void setCss(String css)
LayoutSetModel
setCss in interface LayoutSetModelcss - the css of this layout setpublic int getPageCount()
LayoutSetModel
getPageCount in interface LayoutSetModelpublic void setPageCount(int pageCount)
LayoutSetModel
setPageCount in interface LayoutSetModelpageCount - the page count of this layout setpublic String getVirtualHost()
LayoutSetModel
getVirtualHost in interface LayoutSetModelpublic void setVirtualHost(String virtualHost)
LayoutSetModel
setVirtualHost in interface LayoutSetModelvirtualHost - the virtual host of this layout setpublic String getSettings()
LayoutSetModel
getSettings in interface LayoutSetgetSettings in interface LayoutSetModelpublic void setSettings(String settings)
LayoutSetModel
setSettings in interface LayoutSetsetSettings in interface LayoutSetModelsettings - the settings of this layout setpublic long getLayoutSetPrototypeId()
LayoutSetModel
getLayoutSetPrototypeId in interface LayoutSetModelpublic void setLayoutSetPrototypeId(long layoutSetPrototypeId)
LayoutSetModel
setLayoutSetPrototypeId in interface LayoutSetModellayoutSetPrototypeId - the layout set prototype id of this layout setpublic LayoutSet toEscapedModel()
LayoutSetModelAutoEscapeBeanHandler.
toEscapedModel in interface LayoutSetModelAutoEscapeBeanHandlerpublic boolean isNew()
BaseModel
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()
BaseModel
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()
BaseModel
isEscapedModel in interface BaseModel<LayoutSet>isEscapedModel in interface LayoutSetModeltrue if this model instance is escaped;
false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it with an HTML auto
escape handler using its toEscapedModel method. For example,
UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<LayoutSet>setEscapedModel in interface LayoutSetModelescapedModel - whether this model instance is escapedAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<LayoutSet>getPrimaryKeyObj in interface LayoutSetModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<LayoutSet>getExpandoBridge in interface LayoutSetModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<LayoutSet>setExpandoBridgeAttributes in interface LayoutSetModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.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 String toString()
toString in interface LayoutSetModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<LayoutSet>toXmlString in interface LayoutSetModel
public Theme getTheme()
throws SystemException
getTheme in interface LayoutSetSystemException
public ColorScheme getColorScheme()
throws SystemException
getColorScheme in interface LayoutSetSystemException
public Group getGroup()
throws PortalException,
SystemException
getGroup in interface LayoutSetPortalException
SystemExceptionpublic UnicodeProperties getSettingsProperties()
getSettingsProperties in interface LayoutSetpublic String getSettingsProperty(String key)
getSettingsProperty in interface LayoutSet
public Theme getWapTheme()
throws SystemException
getWapTheme in interface LayoutSetSystemException
public ColorScheme getWapColorScheme()
throws SystemException
getWapColorScheme in interface LayoutSetSystemExceptionpublic void setSettingsProperties(UnicodeProperties settingsProperties)
setSettingsProperties in interface LayoutSetpublic LayoutSet getWrappedLayoutSet()
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||