001
014
015 package com.liferay.portal.model;
016
017
026 public interface LayoutSetBranch extends LayoutSetBranchModel, 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 com.liferay.portal.model.LayoutSet getLayoutSet();
040
041 public long getLiveLogoId();
042
043 public com.liferay.portal.kernel.util.UnicodeProperties getSettingsProperties();
044
045 public java.lang.String getSettingsProperty(java.lang.String key);
046
047 public com.liferay.portal.model.Theme getTheme()
048 throws com.liferay.portal.kernel.exception.SystemException;
049
050 public java.lang.String getThemeSetting(java.lang.String key,
051 java.lang.String device)
052 throws com.liferay.portal.kernel.exception.SystemException;
053
054 public com.liferay.portal.model.ColorScheme getWapColorScheme()
055 throws com.liferay.portal.kernel.exception.SystemException;
056
057 public com.liferay.portal.model.Theme getWapTheme()
058 throws com.liferay.portal.kernel.exception.SystemException;
059
060 public boolean isLayoutSetPrototypeLinkActive();
061
062 public void setSettingsProperties(
063 com.liferay.portal.kernel.util.UnicodeProperties settingsProperties);
064 }