Class LayoutRevisionImpl

Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutRevision>
All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutRevision>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.LayoutRevision, com.liferay.portal.kernel.model.LayoutRevisionModel, com.liferay.portal.kernel.model.LocalizedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.WorkflowedModel, Serializable, Cloneable, Comparable<com.liferay.portal.kernel.model.LayoutRevision>

public class LayoutRevisionImpl extends LayoutRevisionBaseImpl
Author:
Brian Wing Shun Chan
See Also:
  • Constructor Details

    • LayoutRevisionImpl

      public LayoutRevisionImpl()
  • Method Details

    • getBreadcrumb

      public String getBreadcrumb(Locale locale) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getChildren

      public List<com.liferay.portal.kernel.model.LayoutRevision> getChildren()
    • getColorScheme

      public com.liferay.portal.kernel.model.ColorScheme getColorScheme() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCssText

      public String getCssText() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getGroup

      public com.liferay.portal.kernel.model.Group getGroup()
    • getHTMLTitle

      public String getHTMLTitle(Locale locale)
    • getHTMLTitle

      public String getHTMLTitle(String localeLanguageId)
    • getIconImage

      public boolean getIconImage()
    • getLayoutBranch

      public com.liferay.portal.kernel.model.LayoutBranch getLayoutBranch() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getLayoutSet

      public com.liferay.portal.kernel.model.LayoutSet getLayoutSet() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getRegularURL

      public String getRegularURL(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getTarget

      public String getTarget()
    • getTheme

      public com.liferay.portal.kernel.model.Theme getTheme() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getThemeSetting

      public String getThemeSetting(String key, String device)
    • getTypeSettings

      public String getTypeSettings()
      Specified by:
      getTypeSettings in interface com.liferay.portal.kernel.model.LayoutRevisionModel
      Overrides:
      getTypeSettings in class LayoutRevisionModelImpl
    • getTypeSettingsProperties

      public com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties()
    • getTypeSettingsProperty

      public String getTypeSettingsProperty(String key)
    • getTypeSettingsProperty

      public String getTypeSettingsProperty(String key, String defaultValue)
    • hasChildren

      public boolean hasChildren()
    • isContentDisplayPage

      public boolean isContentDisplayPage()
    • isCustomizable

      public boolean isCustomizable() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • isIconImage

      public boolean isIconImage()
    • isInheritLookAndFeel

      public boolean isInheritLookAndFeel()
    • setTypeSettings

      public void setTypeSettings(String typeSettings)
      Specified by:
      setTypeSettings in interface com.liferay.portal.kernel.model.LayoutRevisionModel
      Overrides:
      setTypeSettings in class LayoutRevisionModelImpl
    • setTypeSettingsProperties

      public void setTypeSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties)