|
Liferay 6.0.3 | |||||||||
| 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()
|
long |
getCompanyId()
|
String |
getCss()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
Group |
getGroup()
|
long |
getGroupId()
|
long |
getLayoutSetId()
|
long |
getLayoutSetPrototypeId()
|
boolean |
getLogo()
|
long |
getLogoId()
|
int |
getPageCount()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
boolean |
getPrivateLayout()
|
String |
getSettings()
|
UnicodeProperties |
getSettingsProperties()
|
String |
getSettingsProperty(String key)
|
Theme |
getTheme()
|
String |
getThemeId()
|
String |
getVirtualHost()
|
ColorScheme |
getWapColorScheme()
|
String |
getWapColorSchemeId()
|
Theme |
getWapTheme()
|
String |
getWapThemeId()
|
LayoutSet |
getWrappedLayoutSet()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isLogo()
|
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isPrivateLayout()
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setColorSchemeId(String colorSchemeId)
|
void |
setCompanyId(long companyId)
|
void |
setCss(String css)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
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)
|
void |
setLayoutSetId(long layoutSetId)
|
void |
setLayoutSetPrototypeId(long layoutSetPrototypeId)
|
void |
setLogo(boolean logo)
|
void |
setLogoId(long logoId)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPageCount(int pageCount)
|
void |
setPrimaryKey(long pk)
|
void |
setPrivateLayout(boolean privateLayout)
|
void |
setSettings(String settings)
|
void |
setSettingsProperties(UnicodeProperties settingsProperties)
|
void |
setThemeId(String themeId)
|
void |
setVirtualHost(String virtualHost)
|
void |
setWapColorSchemeId(String wapColorSchemeId)
|
void |
setWapThemeId(String wapThemeId)
|
LayoutSet |
toEscapedModel()
|
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()
getPrimaryKey in interface LayoutSetModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface LayoutSetModelpublic long getLayoutSetId()
getLayoutSetId in interface LayoutSetModelpublic void setLayoutSetId(long layoutSetId)
setLayoutSetId in interface LayoutSetModelpublic long getGroupId()
getGroupId in interface LayoutSetModelpublic void setGroupId(long groupId)
setGroupId in interface LayoutSetModelpublic long getCompanyId()
getCompanyId in interface LayoutSetModelpublic void setCompanyId(long companyId)
setCompanyId in interface LayoutSetModelpublic boolean getPrivateLayout()
getPrivateLayout in interface LayoutSetModelpublic boolean isPrivateLayout()
isPrivateLayout in interface LayoutSetModelpublic void setPrivateLayout(boolean privateLayout)
setPrivateLayout in interface LayoutSetModelpublic boolean getLogo()
getLogo in interface LayoutSetModelpublic boolean isLogo()
isLogo in interface LayoutSetModelpublic void setLogo(boolean logo)
setLogo in interface LayoutSetModelpublic long getLogoId()
getLogoId in interface LayoutSetModelpublic void setLogoId(long logoId)
setLogoId in interface LayoutSetModelpublic String getThemeId()
getThemeId in interface LayoutSetModelpublic void setThemeId(String themeId)
setThemeId in interface LayoutSetModelpublic String getColorSchemeId()
getColorSchemeId in interface LayoutSetModelpublic void setColorSchemeId(String colorSchemeId)
setColorSchemeId in interface LayoutSetModelpublic String getWapThemeId()
getWapThemeId in interface LayoutSetModelpublic void setWapThemeId(String wapThemeId)
setWapThemeId in interface LayoutSetModelpublic String getWapColorSchemeId()
getWapColorSchemeId in interface LayoutSetModelpublic void setWapColorSchemeId(String wapColorSchemeId)
setWapColorSchemeId in interface LayoutSetModelpublic String getCss()
getCss in interface LayoutSetModelpublic void setCss(String css)
setCss in interface LayoutSetModelpublic int getPageCount()
getPageCount in interface LayoutSetModelpublic void setPageCount(int pageCount)
setPageCount in interface LayoutSetModelpublic String getVirtualHost()
getVirtualHost in interface LayoutSetModelpublic void setVirtualHost(String virtualHost)
setVirtualHost in interface LayoutSetModelpublic String getSettings()
getSettings in interface LayoutSetgetSettings in interface LayoutSetModelpublic void setSettings(String settings)
setSettings in interface LayoutSetsetSettings in interface LayoutSetModelpublic long getLayoutSetPrototypeId()
getLayoutSetPrototypeId in interface LayoutSetModelpublic void setLayoutSetPrototypeId(long layoutSetPrototypeId)
setLayoutSetPrototypeId in interface LayoutSetModelpublic LayoutSet toEscapedModel()
toEscapedModel in interface LayoutSetModelpublic 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 has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped 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 has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic 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.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||