001
014
015 package com.liferay.portal.model;
016
017
026 public interface LayoutSet extends LayoutSetModel, PersistedModel {
027
032 public com.liferay.portal.model.ColorScheme getColorScheme()
033 throws com.liferay.portal.kernel.exception.SystemException;
034
035 public com.liferay.portal.model.Group getGroup()
036 throws com.liferay.portal.kernel.exception.PortalException,
037 com.liferay.portal.kernel.exception.SystemException;
038
039 public long getLayoutSetPrototypeId()
040 throws com.liferay.portal.kernel.exception.PortalException,
041 com.liferay.portal.kernel.exception.SystemException;
042
043 public long getLiveLogoId();
044
045 public com.liferay.portal.kernel.util.UnicodeProperties getSettingsProperties();
046
047 public java.lang.String getSettingsProperty(java.lang.String key);
048
049 public com.liferay.portal.model.Theme getTheme()
050 throws com.liferay.portal.kernel.exception.SystemException;
051
052 public java.lang.String getThemeSetting(java.lang.String key,
053 java.lang.String device)
054 throws com.liferay.portal.kernel.exception.SystemException;
055
056 public java.lang.String getVirtualHostname();
057
058 public com.liferay.portal.model.ColorScheme getWapColorScheme()
059 throws com.liferay.portal.kernel.exception.SystemException;
060
061 public com.liferay.portal.model.Theme getWapTheme()
062 throws com.liferay.portal.kernel.exception.SystemException;
063
064 public boolean isLayoutSetPrototypeLinkActive();
065
066 public void setSettingsProperties(
067 com.liferay.portal.kernel.util.UnicodeProperties settingsProperties);
068
069 public void setVirtualHostname(java.lang.String virtualHostname);
070 }