001
014
015 package com.liferay.portal.model;
016
017
026 public interface LayoutRevision extends LayoutRevisionModel, PersistedModel {
027
032 public java.util.List<com.liferay.portal.model.LayoutRevision> getChildren()
033 throws com.liferay.portal.kernel.exception.SystemException;
034
035 public com.liferay.portal.model.ColorScheme getColorScheme()
036 throws com.liferay.portal.kernel.exception.PortalException,
037 com.liferay.portal.kernel.exception.SystemException;
038
039 public java.lang.String getCssText()
040 throws com.liferay.portal.kernel.exception.PortalException,
041 com.liferay.portal.kernel.exception.SystemException;
042
043 public java.lang.String getHTMLTitle(java.util.Locale locale);
044
045 public java.lang.String getHTMLTitle(java.lang.String localeLanguageId);
046
047 public com.liferay.portal.model.LayoutBranch getLayoutBranch()
048 throws com.liferay.portal.kernel.exception.PortalException,
049 com.liferay.portal.kernel.exception.SystemException;
050
051 public com.liferay.portal.model.LayoutSet getLayoutSet()
052 throws com.liferay.portal.kernel.exception.PortalException,
053 com.liferay.portal.kernel.exception.SystemException;
054
055 public com.liferay.portal.model.Theme getTheme()
056 throws com.liferay.portal.kernel.exception.PortalException,
057 com.liferay.portal.kernel.exception.SystemException;
058
059 public com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties();
060
061 public com.liferay.portal.model.ColorScheme getWapColorScheme()
062 throws com.liferay.portal.kernel.exception.PortalException,
063 com.liferay.portal.kernel.exception.SystemException;
064
065 public com.liferay.portal.model.Theme getWapTheme()
066 throws com.liferay.portal.kernel.exception.PortalException,
067 com.liferay.portal.kernel.exception.SystemException;
068
069 public boolean hasChildren()
070 throws com.liferay.portal.kernel.exception.SystemException;
071
072 public boolean hasDefaultAssetPublisherPortletId();
073
074 public boolean isInheritLookAndFeel();
075
076 public boolean isInheritWapLookAndFeel();
077
078 public void setTypeSettingsProperties(
079 com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties);
080 }