Interface LayoutSetBranch

All Superinterfaces:
AuditedModel, BaseModel<LayoutSetBranch>, ClassedModel, Cloneable, Comparable<LayoutSetBranch>, GroupedModel, LayoutSetBranchModel, MVCCModel, PersistedModel, Serializable, ShardedModel
All Known Implementing Classes:
LayoutSetBranchWrapper

@ProviderType public interface LayoutSetBranch extends LayoutSetBranchModel, PersistedModel
The extended model interface for the LayoutSetBranch service. Represents a row in the "LayoutSetBranch" database table, with each column mapped to a property of this class.
Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Field Details

  • Method Details

    • getColorScheme

      ColorScheme getColorScheme()
    • getGroup

      Group getGroup() throws PortalException
      Throws:
      PortalException
    • getLayoutSet

      LayoutSet getLayoutSet()
    • getLiveLogoId

      long getLiveLogoId()
    • getLogo

      boolean getLogo()
    • getSettingsProperties

      UnicodeProperties getSettingsProperties()
    • getSettingsProperty

      String getSettingsProperty(String key)
    • getTheme

      Theme getTheme()
    • getThemeSetting

      String getThemeSetting(String key, String device)
    • isLayoutSetPrototypeLinkActive

      boolean isLayoutSetPrototypeLinkActive()
    • isLogo

      boolean isLogo()
    • setSettingsProperties

      void setSettingsProperties(UnicodeProperties settingsUnicodeProperties)