Liferay 6.0.5

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

The model interface for the LayoutSet service. Represents a row in the "LayoutSet" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to LayoutSetImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a layout set model instance should use the LayoutSet interface instead.

See Also:
LayoutSetModel, LayoutSetImpl, LayoutSetModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 ColorScheme getColorScheme()
           
 Group getGroup()
           
 String getSettings()
          Gets the settings of this layout set.
 UnicodeProperties getSettingsProperties()
           
 String getSettingsProperty(String key)
           
 Theme getTheme()
           
 ColorScheme getWapColorScheme()
           
 Theme getWapTheme()
           
 void setSettings(String settings)
          Sets the settings of this layout set.
 void setSettingsProperties(UnicodeProperties settingsProperties)
           
 
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
 

Method Detail

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()
Description copied from interface: LayoutSetModel
Gets the settings of this layout set.

Specified by:
getSettings in interface LayoutSetModel
Returns:
the settings of this layout set

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)
Description copied from interface: LayoutSetModel
Sets the settings of this layout set.

Specified by:
setSettings in interface LayoutSetModel
Parameters:
settings - the settings of this layout set

setSettingsProperties

void setSettingsProperties(UnicodeProperties settingsProperties)

Liferay 6.0.5