com.liferay.portal.model
Interface LayoutSet
- All Superinterfaces:
- BaseModel<LayoutSet>, Cloneable, Comparable<LayoutSet>, LayoutSetModel, Serializable
- All Known Implementing Classes:
- LayoutSetImpl, LayoutSetWrapper
public interface LayoutSet
- extends LayoutSetModel
This interface is a model that represents the LayoutSet table in the
database.
Customize LayoutSetImpl and rerun the
ServiceBuilder to generate the new methods.
- See Also:
LayoutSetModel,
LayoutSetImpl,
LayoutSetModelImpl- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
| Methods inherited from interface com.liferay.portal.model.LayoutSetModel |
clone, compareTo, getColorSchemeId, getCompanyId, getCss, getExpandoBridge, getGroupId, getLayoutSetId, getLayoutSetPrototypeId, getLogo, getLogoId, getPageCount, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, getThemeId, getVirtualHost, getWapColorSchemeId, getWapThemeId, hashCode, isCachedModel, isEscapedModel, isLogo, isNew, isPrivateLayout, setCachedModel, setColorSchemeId, setCompanyId, setCss, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setLayoutSetId, setLayoutSetPrototypeId, setLogo, setLogoId, setNew, setPageCount, setPrimaryKey, setPrivateLayout, setThemeId, setVirtualHost, setWapColorSchemeId, setWapThemeId, toEscapedModel, toString, toXmlString |
getTheme
Theme getTheme()
throws SystemException
- Throws:
SystemException
getColorScheme
ColorScheme getColorScheme()
throws SystemException
- Throws:
SystemException
getGroup
Group getGroup()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getSettings
String getSettings()
- Specified by:
getSettings in interface LayoutSetModel
getSettingsProperties
UnicodeProperties getSettingsProperties()
getSettingsProperty
String getSettingsProperty(String key)
getWapTheme
Theme getWapTheme()
throws SystemException
- Throws:
SystemException
getWapColorScheme
ColorScheme getWapColorScheme()
throws SystemException
- Throws:
SystemException
setSettings
void setSettings(String settings)
- Specified by:
setSettings in interface LayoutSetModel
setSettingsProperties
void setSettingsProperties(UnicodeProperties settingsProperties)