Class LayoutSetBranchImpl

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

public class LayoutSetBranchImpl extends LayoutSetBranchBaseImpl
Author:
Raymond Augé, Julio Camarero
See Also:
  • Constructor Details

    • LayoutSetBranchImpl

      public LayoutSetBranchImpl()
  • Method Details

    • getColorScheme

      public com.liferay.portal.kernel.model.ColorScheme getColorScheme()
    • getGroup

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

      public com.liferay.portal.kernel.model.LayoutSet getLayoutSet()
    • getLiveLogoId

      public long getLiveLogoId()
    • getLogo

      public boolean getLogo()
    • getSettings

      public String getSettings()
      Specified by:
      getSettings in interface com.liferay.portal.kernel.model.LayoutSetBranchModel
      Overrides:
      getSettings in class LayoutSetBranchModelImpl
    • getSettingsProperties

      public com.liferay.portal.kernel.util.UnicodeProperties getSettingsProperties()
    • getSettingsProperty

      public String getSettingsProperty(String key)
    • getTheme

      public com.liferay.portal.kernel.model.Theme getTheme()
    • getThemeSetting

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

      public boolean isLayoutSetPrototypeLinkActive()
    • isLogo

      public boolean isLogo()
    • setSettings

      public void setSettings(String settings)
      Specified by:
      setSettings in interface com.liferay.portal.kernel.model.LayoutSetBranchModel
      Overrides:
      setSettings in class LayoutSetBranchModelImpl
    • setSettingsProperties

      public void setSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties settingsUnicodeProperties)