Interface LayoutModel

All Superinterfaces:
AttachedModel, AuditedModel, BaseModel<Layout>, ClassedModel, Cloneable, Comparable<Layout>, CTModel<Layout>, ExternalReferenceCodeModel, GroupedModel, LocalizedModel, MVCCModel, Serializable, ShardedModel, StagedGroupedModel, StagedModel, TypedModel, WorkflowedModel
All Known Subinterfaces:
Layout
All Known Implementing Classes:
LayoutWrapper, VirtualLayout

The base model interface for the Layout service. Represents a row in the "Layout" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.portal.model.impl.LayoutModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.LayoutImpl.

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this layout.
      Specified by:
      getPrimaryKey in interface CTModel<Layout>
      Returns:
      the primary key of this layout
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this layout.
      Specified by:
      setPrimaryKey in interface CTModel<Layout>
      Parameters:
      primaryKey - the primary key of this layout
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this layout.
      Specified by:
      getMvccVersion in interface MVCCModel
      Returns:
      the mvcc version of this layout
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this layout.
      Specified by:
      setMvccVersion in interface MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this layout
    • getCtCollectionId

      long getCtCollectionId()
      Returns the ct collection ID of this layout.
      Specified by:
      getCtCollectionId in interface CTModel<Layout>
      Returns:
      the ct collection ID of this layout
    • setCtCollectionId

      void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this layout.
      Specified by:
      setCtCollectionId in interface CTModel<Layout>
      Parameters:
      ctCollectionId - the ct collection ID of this layout
    • getUuid

      @AutoEscape String getUuid()
      Returns the uuid of this layout.
      Specified by:
      getUuid in interface StagedModel
      Returns:
      the uuid of this layout
    • setUuid

      void setUuid(String uuid)
      Sets the uuid of this layout.
      Specified by:
      setUuid in interface StagedModel
      Parameters:
      uuid - the uuid of this layout
    • getExternalReferenceCode

      @AutoEscape String getExternalReferenceCode()
      Returns the external reference code of this layout.
      Specified by:
      getExternalReferenceCode in interface ExternalReferenceCodeModel
      Returns:
      the external reference code of this layout
    • setExternalReferenceCode

      void setExternalReferenceCode(String externalReferenceCode)
      Sets the external reference code of this layout.
      Specified by:
      setExternalReferenceCode in interface ExternalReferenceCodeModel
      Parameters:
      externalReferenceCode - the external reference code of this layout
    • getPlid

      long getPlid()
      Returns the plid of this layout.
      Returns:
      the plid of this layout
    • setPlid

      void setPlid(long plid)
      Sets the plid of this layout.
      Parameters:
      plid - the plid of this layout
    • getGroupId

      long getGroupId()
      Returns the group ID of this layout.
      Specified by:
      getGroupId in interface GroupedModel
      Returns:
      the group ID of this layout
    • setGroupId

      void setGroupId(long groupId)
      Sets the group ID of this layout.
      Specified by:
      setGroupId in interface GroupedModel
      Parameters:
      groupId - the group ID of this layout
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this layout.
      Specified by:
      getCompanyId in interface AuditedModel
      Specified by:
      getCompanyId in interface ShardedModel
      Specified by:
      getCompanyId in interface StagedModel
      Returns:
      the company ID of this layout
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this layout.
      Specified by:
      setCompanyId in interface AuditedModel
      Specified by:
      setCompanyId in interface ShardedModel
      Specified by:
      setCompanyId in interface StagedModel
      Parameters:
      companyId - the company ID of this layout
    • getUserId

      long getUserId()
      Returns the user ID of this layout.
      Specified by:
      getUserId in interface AuditedModel
      Returns:
      the user ID of this layout
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this layout.
      Specified by:
      setUserId in interface AuditedModel
      Parameters:
      userId - the user ID of this layout
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this layout.
      Specified by:
      getUserUuid in interface AuditedModel
      Returns:
      the user uuid of this layout
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this layout.
      Specified by:
      setUserUuid in interface AuditedModel
      Parameters:
      userUuid - the user uuid of this layout
    • getUserName

      @AutoEscape String getUserName()
      Returns the user name of this layout.
      Specified by:
      getUserName in interface AuditedModel
      Returns:
      the user name of this layout
    • setUserName

      void setUserName(String userName)
      Sets the user name of this layout.
      Specified by:
      setUserName in interface AuditedModel
      Parameters:
      userName - the user name of this layout
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this layout.
      Specified by:
      getCreateDate in interface AuditedModel
      Specified by:
      getCreateDate in interface StagedModel
      Returns:
      the create date of this layout
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this layout.
      Specified by:
      setCreateDate in interface AuditedModel
      Specified by:
      setCreateDate in interface StagedModel
      Parameters:
      createDate - the create date of this layout
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this layout.
      Specified by:
      getModifiedDate in interface AuditedModel
      Specified by:
      getModifiedDate in interface StagedModel
      Returns:
      the modified date of this layout
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this layout.
      Specified by:
      setModifiedDate in interface AuditedModel
      Specified by:
      setModifiedDate in interface StagedModel
      Parameters:
      modifiedDate - the modified date of this layout
    • getParentPlid

      long getParentPlid()
      Returns the parent plid of this layout.
      Returns:
      the parent plid of this layout
    • setParentPlid

      void setParentPlid(long parentPlid)
      Sets the parent plid of this layout.
      Parameters:
      parentPlid - the parent plid of this layout
    • getPrivateLayout

      boolean getPrivateLayout()
      Returns the private layout of this layout.
      Returns:
      the private layout of this layout
    • isPrivateLayout

      boolean isPrivateLayout()
      Returns true if this layout is private layout.
      Returns:
      true if this layout is private layout; false otherwise
    • setPrivateLayout

      void setPrivateLayout(boolean privateLayout)
      Sets whether this layout is private layout.
      Parameters:
      privateLayout - the private layout of this layout
    • getLayoutId

      long getLayoutId()
      Returns the layout ID of this layout.
      Returns:
      the layout ID of this layout
    • setLayoutId

      void setLayoutId(long layoutId)
      Sets the layout ID of this layout.
      Parameters:
      layoutId - the layout ID of this layout
    • getParentLayoutId

      long getParentLayoutId()
      Returns the parent layout ID of this layout.
      Returns:
      the parent layout ID of this layout
    • setParentLayoutId

      void setParentLayoutId(long parentLayoutId)
      Sets the parent layout ID of this layout.
      Parameters:
      parentLayoutId - the parent layout ID of this layout
    • getClassName

      String getClassName()
      Returns the fully qualified class name of this layout.
      Specified by:
      getClassName in interface TypedModel
      Returns:
      the fully qualified class name of this layout
    • setClassName

      void setClassName(String className)
    • getClassNameId

      long getClassNameId()
      Returns the class name ID of this layout.
      Specified by:
      getClassNameId in interface TypedModel
      Returns:
      the class name ID of this layout
    • setClassNameId

      void setClassNameId(long classNameId)
      Sets the class name ID of this layout.
      Specified by:
      setClassNameId in interface TypedModel
      Parameters:
      classNameId - the class name ID of this layout
    • getClassPK

      long getClassPK()
      Returns the class pk of this layout.
      Specified by:
      getClassPK in interface AttachedModel
      Returns:
      the class pk of this layout
    • setClassPK

      void setClassPK(long classPK)
      Sets the class pk of this layout.
      Specified by:
      setClassPK in interface AttachedModel
      Parameters:
      classPK - the class pk of this layout
    • getName

      String getName()
      Returns the name of this layout.
      Returns:
      the name of this layout
    • getName

      @AutoEscape String getName(Locale locale)
      Returns the localized name of this layout in the language. Uses the default language if no localization exists for the requested language.
      Parameters:
      locale - the locale of the language
      Returns:
      the localized name of this layout
    • getName

      @AutoEscape String getName(Locale locale, boolean useDefault)
      Returns the localized name of this layout in the language, optionally using the default language if no localization exists for the requested language.
      Parameters:
      locale - the local of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized name of this layout. If useDefault is false and no localization exists for the requested language, an empty string will be returned.
    • getName

      @AutoEscape String getName(String languageId)
      Returns the localized name of this layout in the language. Uses the default language if no localization exists for the requested language.
      Parameters:
      languageId - the ID of the language
      Returns:
      the localized name of this layout
    • getName

      @AutoEscape String getName(String languageId, boolean useDefault)
      Returns the localized name of this layout in the language, optionally using the default language if no localization exists for the requested language.
      Parameters:
      languageId - the ID of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized name of this layout
    • getNameCurrentLanguageId

      @AutoEscape String getNameCurrentLanguageId()
    • getNameCurrentValue

      @AutoEscape String getNameCurrentValue()
    • getNameMap

      Map<Locale,String> getNameMap()
      Returns a map of the locales and localized names of this layout.
      Returns:
      the locales and localized names of this layout
    • setName

      void setName(String name)
      Sets the name of this layout.
      Parameters:
      name - the name of this layout
    • setName

      void setName(String name, Locale locale)
      Sets the localized name of this layout in the language.
      Parameters:
      name - the localized name of this layout
      locale - the locale of the language
    • setName

      void setName(String name, Locale locale, Locale defaultLocale)
      Sets the localized name of this layout in the language, and sets the default locale.
      Parameters:
      name - the localized name of this layout
      locale - the locale of the language
      defaultLocale - the default locale
    • setNameCurrentLanguageId

      void setNameCurrentLanguageId(String languageId)
    • setNameMap

      void setNameMap(Map<Locale,String> nameMap)
      Sets the localized names of this layout from the map of locales and localized names.
      Parameters:
      nameMap - the locales and localized names of this layout
    • setNameMap

      void setNameMap(Map<Locale,String> nameMap, Locale defaultLocale)
      Sets the localized names of this layout from the map of locales and localized names, and sets the default locale.
      Parameters:
      nameMap - the locales and localized names of this layout
      defaultLocale - the default locale
    • getTitle

      String getTitle()
      Returns the title of this layout.
      Returns:
      the title of this layout
    • getTitle

      @AutoEscape String getTitle(Locale locale)
      Returns the localized title of this layout in the language. Uses the default language if no localization exists for the requested language.
      Parameters:
      locale - the locale of the language
      Returns:
      the localized title of this layout
    • getTitle

      @AutoEscape String getTitle(Locale locale, boolean useDefault)
      Returns the localized title of this layout in the language, optionally using the default language if no localization exists for the requested language.
      Parameters:
      locale - the local of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized title of this layout. If useDefault is false and no localization exists for the requested language, an empty string will be returned.
    • getTitle

      @AutoEscape String getTitle(String languageId)
      Returns the localized title of this layout in the language. Uses the default language if no localization exists for the requested language.
      Parameters:
      languageId - the ID of the language
      Returns:
      the localized title of this layout
    • getTitle

      @AutoEscape String getTitle(String languageId, boolean useDefault)
      Returns the localized title of this layout in the language, optionally using the default language if no localization exists for the requested language.
      Parameters:
      languageId - the ID of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized title of this layout
    • getTitleCurrentLanguageId

      @AutoEscape String getTitleCurrentLanguageId()
    • getTitleCurrentValue

      @AutoEscape String getTitleCurrentValue()
    • getTitleMap

      Map<Locale,String> getTitleMap()
      Returns a map of the locales and localized titles of this layout.
      Returns:
      the locales and localized titles of this layout
    • setTitle

      void setTitle(String title)
      Sets the title of this layout.
      Parameters:
      title - the title of this layout
    • setTitle

      void setTitle(String title, Locale locale)
      Sets the localized title of this layout in the language.
      Parameters:
      title - the localized title of this layout
      locale - the locale of the language
    • setTitle

      void setTitle(String title, Locale locale, Locale defaultLocale)
      Sets the localized title of this layout in the language, and sets the default locale.
      Parameters:
      title - the localized title of this layout
      locale - the locale of the language
      defaultLocale - the default locale
    • setTitleCurrentLanguageId

      void setTitleCurrentLanguageId(String languageId)
    • setTitleMap

      void setTitleMap(Map<Locale,String> titleMap)
      Sets the localized titles of this layout from the map of locales and localized titles.
      Parameters:
      titleMap - the locales and localized titles of this layout
    • setTitleMap

      void setTitleMap(Map<Locale,String> titleMap, Locale defaultLocale)
      Sets the localized titles of this layout from the map of locales and localized titles, and sets the default locale.
      Parameters:
      titleMap - the locales and localized titles of this layout
      defaultLocale - the default locale
    • getDescription

      String getDescription()
      Returns the description of this layout.
      Returns:
      the description of this layout
    • getDescription

      @AutoEscape String getDescription(Locale locale)
      Returns the localized description of this layout in the language. Uses the default language if no localization exists for the requested language.
      Parameters:
      locale - the locale of the language
      Returns:
      the localized description of this layout
    • getDescription

      @AutoEscape String getDescription(Locale locale, boolean useDefault)
      Returns the localized description of this layout in the language, optionally using the default language if no localization exists for the requested language.
      Parameters:
      locale - the local of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized description of this layout. If useDefault is false and no localization exists for the requested language, an empty string will be returned.
    • getDescription

      @AutoEscape String getDescription(String languageId)
      Returns the localized description of this layout in the language. Uses the default language if no localization exists for the requested language.
      Parameters:
      languageId - the ID of the language
      Returns:
      the localized description of this layout
    • getDescription

      @AutoEscape String getDescription(String languageId, boolean useDefault)
      Returns the localized description of this layout in the language, optionally using the default language if no localization exists for the requested language.
      Parameters:
      languageId - the ID of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized description of this layout
    • getDescriptionCurrentLanguageId

      @AutoEscape String getDescriptionCurrentLanguageId()
    • getDescriptionCurrentValue

      @AutoEscape String getDescriptionCurrentValue()
    • getDescriptionMap

      Map<Locale,String> getDescriptionMap()
      Returns a map of the locales and localized descriptions of this layout.
      Returns:
      the locales and localized descriptions of this layout
    • setDescription

      void setDescription(String description)
      Sets the description of this layout.
      Parameters:
      description - the description of this layout
    • setDescription

      void setDescription(String description, Locale locale)
      Sets the localized description of this layout in the language.
      Parameters:
      description - the localized description of this layout
      locale - the locale of the language
    • setDescription

      void setDescription(String description, Locale locale, Locale defaultLocale)
      Sets the localized description of this layout in the language, and sets the default locale.
      Parameters:
      description - the localized description of this layout
      locale - the locale of the language
      defaultLocale - the default locale
    • setDescriptionCurrentLanguageId

      void setDescriptionCurrentLanguageId(String languageId)
    • setDescriptionMap

      void setDescriptionMap(Map<Locale,String> descriptionMap)
      Sets the localized descriptions of this layout from the map of locales and localized descriptions.
      Parameters:
      descriptionMap - the locales and localized descriptions of this layout
    • setDescriptionMap

      void setDescriptionMap(Map<Locale,String> descriptionMap, Locale defaultLocale)
      Sets the localized descriptions of this layout from the map of locales and localized descriptions, and sets the default locale.
      Parameters:
      descriptionMap - the locales and localized descriptions of this layout
      defaultLocale - the default locale
    • getKeywords

      String getKeywords()
      Returns the keywords of this layout.
      Returns:
      the keywords of this layout
    • getKeywords

      @AutoEscape String getKeywords(Locale locale)
      Returns the localized keywords of this layout in the language. Uses the default language if no localization exists for the requested language.
      Parameters:
      locale - the locale of the language
      Returns:
      the localized keywords of this layout
    • getKeywords

      @AutoEscape String getKeywords(Locale locale, boolean useDefault)
      Returns the localized keywords of this layout in the language, optionally using the default language if no localization exists for the requested language.
      Parameters:
      locale - the local of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized keywords of this layout. If useDefault is false and no localization exists for the requested language, an empty string will be returned.
    • getKeywords

      @AutoEscape String getKeywords(String languageId)
      Returns the localized keywords of this layout in the language. Uses the default language if no localization exists for the requested language.
      Parameters:
      languageId - the ID of the language
      Returns:
      the localized keywords of this layout
    • getKeywords

      @AutoEscape String getKeywords(String languageId, boolean useDefault)
      Returns the localized keywords of this layout in the language, optionally using the default language if no localization exists for the requested language.
      Parameters:
      languageId - the ID of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized keywords of this layout
    • getKeywordsCurrentLanguageId

      @AutoEscape String getKeywordsCurrentLanguageId()
    • getKeywordsCurrentValue

      @AutoEscape String getKeywordsCurrentValue()
    • getKeywordsMap

      Map<Locale,String> getKeywordsMap()
      Returns a map of the locales and localized keywordses of this layout.
      Returns:
      the locales and localized keywordses of this layout
    • setKeywords

      void setKeywords(String keywords)
      Sets the keywords of this layout.
      Parameters:
      keywords - the keywords of this layout
    • setKeywords

      void setKeywords(String keywords, Locale locale)
      Sets the localized keywords of this layout in the language.
      Parameters:
      keywords - the localized keywords of this layout
      locale - the locale of the language
    • setKeywords

      void setKeywords(String keywords, Locale locale, Locale defaultLocale)
      Sets the localized keywords of this layout in the language, and sets the default locale.
      Parameters:
      keywords - the localized keywords of this layout
      locale - the locale of the language
      defaultLocale - the default locale
    • setKeywordsCurrentLanguageId

      void setKeywordsCurrentLanguageId(String languageId)
    • setKeywordsMap

      void setKeywordsMap(Map<Locale,String> keywordsMap)
      Sets the localized keywordses of this layout from the map of locales and localized keywordses.
      Parameters:
      keywordsMap - the locales and localized keywordses of this layout
    • setKeywordsMap

      void setKeywordsMap(Map<Locale,String> keywordsMap, Locale defaultLocale)
      Sets the localized keywordses of this layout from the map of locales and localized keywordses, and sets the default locale.
      Parameters:
      keywordsMap - the locales and localized keywordses of this layout
      defaultLocale - the default locale
    • getRobots

      String getRobots()
      Returns the robots of this layout.
      Returns:
      the robots of this layout
    • getRobots

      @AutoEscape String getRobots(Locale locale)
      Returns the localized robots of this layout in the language. Uses the default language if no localization exists for the requested language.
      Parameters:
      locale - the locale of the language
      Returns:
      the localized robots of this layout
    • getRobots

      @AutoEscape String getRobots(Locale locale, boolean useDefault)
      Returns the localized robots of this layout in the language, optionally using the default language if no localization exists for the requested language.
      Parameters:
      locale - the local of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized robots of this layout. If useDefault is false and no localization exists for the requested language, an empty string will be returned.
    • getRobots

      @AutoEscape String getRobots(String languageId)
      Returns the localized robots of this layout in the language. Uses the default language if no localization exists for the requested language.
      Parameters:
      languageId - the ID of the language
      Returns:
      the localized robots of this layout
    • getRobots

      @AutoEscape String getRobots(String languageId, boolean useDefault)
      Returns the localized robots of this layout in the language, optionally using the default language if no localization exists for the requested language.
      Parameters:
      languageId - the ID of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized robots of this layout
    • getRobotsCurrentLanguageId

      @AutoEscape String getRobotsCurrentLanguageId()
    • getRobotsCurrentValue

      @AutoEscape String getRobotsCurrentValue()
    • getRobotsMap

      Map<Locale,String> getRobotsMap()
      Returns a map of the locales and localized robotses of this layout.
      Returns:
      the locales and localized robotses of this layout
    • setRobots

      void setRobots(String robots)
      Sets the robots of this layout.
      Parameters:
      robots - the robots of this layout
    • setRobots

      void setRobots(String robots, Locale locale)
      Sets the localized robots of this layout in the language.
      Parameters:
      robots - the localized robots of this layout
      locale - the locale of the language
    • setRobots

      void setRobots(String robots, Locale locale, Locale defaultLocale)
      Sets the localized robots of this layout in the language, and sets the default locale.
      Parameters:
      robots - the localized robots of this layout
      locale - the locale of the language
      defaultLocale - the default locale
    • setRobotsCurrentLanguageId

      void setRobotsCurrentLanguageId(String languageId)
    • setRobotsMap

      void setRobotsMap(Map<Locale,String> robotsMap)
      Sets the localized robotses of this layout from the map of locales and localized robotses.
      Parameters:
      robotsMap - the locales and localized robotses of this layout
    • setRobotsMap

      void setRobotsMap(Map<Locale,String> robotsMap, Locale defaultLocale)
      Sets the localized robotses of this layout from the map of locales and localized robotses, and sets the default locale.
      Parameters:
      robotsMap - the locales and localized robotses of this layout
      defaultLocale - the default locale
    • getType

      @AutoEscape String getType()
      Returns the type of this layout.
      Returns:
      the type of this layout
    • setType

      void setType(String type)
      Sets the type of this layout.
      Parameters:
      type - the type of this layout
    • getTypeSettings

      @AutoEscape String getTypeSettings()
      Returns the type settings of this layout.
      Returns:
      the type settings of this layout
    • setTypeSettings

      void setTypeSettings(String typeSettings)
      Sets the type settings of this layout.
      Parameters:
      typeSettings - the type settings of this layout
    • getHidden

      boolean getHidden()
      Returns the hidden of this layout.
      Returns:
      the hidden of this layout
    • isHidden

      boolean isHidden()
      Returns true if this layout is hidden.
      Returns:
      true if this layout is hidden; false otherwise
    • setHidden

      void setHidden(boolean hidden)
      Sets whether this layout is hidden.
      Parameters:
      hidden - the hidden of this layout
    • getSystem

      boolean getSystem()
      Returns the system of this layout.
      Returns:
      the system of this layout
    • isSystem

      boolean isSystem()
      Returns true if this layout is system.
      Returns:
      true if this layout is system; false otherwise
    • setSystem

      void setSystem(boolean system)
      Sets whether this layout is system.
      Parameters:
      system - the system of this layout
    • getFriendlyURL

      @AutoEscape String getFriendlyURL()
      Returns the friendly url of this layout.
      Returns:
      the friendly url of this layout
    • setFriendlyURL

      void setFriendlyURL(String friendlyURL)
      Sets the friendly url of this layout.
      Parameters:
      friendlyURL - the friendly url of this layout
    • getIconImageId

      long getIconImageId()
      Returns the icon image ID of this layout.
      Returns:
      the icon image ID of this layout
    • setIconImageId

      void setIconImageId(long iconImageId)
      Sets the icon image ID of this layout.
      Parameters:
      iconImageId - the icon image ID of this layout
    • getThemeId

      @AutoEscape String getThemeId()
      Returns the theme ID of this layout.
      Returns:
      the theme ID of this layout
    • setThemeId

      void setThemeId(String themeId)
      Sets the theme ID of this layout.
      Parameters:
      themeId - the theme ID of this layout
    • getColorSchemeId

      @AutoEscape String getColorSchemeId()
      Returns the color scheme ID of this layout.
      Returns:
      the color scheme ID of this layout
    • setColorSchemeId

      void setColorSchemeId(String colorSchemeId)
      Sets the color scheme ID of this layout.
      Parameters:
      colorSchemeId - the color scheme ID of this layout
    • getStyleBookEntryId

      long getStyleBookEntryId()
      Returns the style book entry ID of this layout.
      Returns:
      the style book entry ID of this layout
    • setStyleBookEntryId

      void setStyleBookEntryId(long styleBookEntryId)
      Sets the style book entry ID of this layout.
      Parameters:
      styleBookEntryId - the style book entry ID of this layout
    • getCss

      Returns the css of this layout.
      Returns:
      the css of this layout
    • setCss

      void setCss(String css)
      Sets the css of this layout.
      Parameters:
      css - the css of this layout
    • getPriority

      int getPriority()
      Returns the priority of this layout.
      Returns:
      the priority of this layout
    • setPriority

      void setPriority(int priority)
      Sets the priority of this layout.
      Parameters:
      priority - the priority of this layout
    • getFaviconFileEntryId

      long getFaviconFileEntryId()
      Returns the favicon file entry ID of this layout.
      Returns:
      the favicon file entry ID of this layout
    • setFaviconFileEntryId

      void setFaviconFileEntryId(long faviconFileEntryId)
      Sets the favicon file entry ID of this layout.
      Parameters:
      faviconFileEntryId - the favicon file entry ID of this layout
    • getMasterLayoutPlid

      long getMasterLayoutPlid()
      Returns the master layout plid of this layout.
      Returns:
      the master layout plid of this layout
    • setMasterLayoutPlid

      void setMasterLayoutPlid(long masterLayoutPlid)
      Sets the master layout plid of this layout.
      Parameters:
      masterLayoutPlid - the master layout plid of this layout
    • getLayoutPrototypeUuid

      @AutoEscape String getLayoutPrototypeUuid()
      Returns the layout prototype uuid of this layout.
      Returns:
      the layout prototype uuid of this layout
    • setLayoutPrototypeUuid

      void setLayoutPrototypeUuid(String layoutPrototypeUuid)
      Sets the layout prototype uuid of this layout.
      Parameters:
      layoutPrototypeUuid - the layout prototype uuid of this layout
    • getLayoutPrototypeLinkEnabled

      boolean getLayoutPrototypeLinkEnabled()
      Returns the layout prototype link enabled of this layout.
      Returns:
      the layout prototype link enabled of this layout
    • isLayoutPrototypeLinkEnabled

      boolean isLayoutPrototypeLinkEnabled()
      Returns true if this layout is layout prototype link enabled.
      Returns:
      true if this layout is layout prototype link enabled; false otherwise
    • setLayoutPrototypeLinkEnabled

      void setLayoutPrototypeLinkEnabled(boolean layoutPrototypeLinkEnabled)
      Sets whether this layout is layout prototype link enabled.
      Parameters:
      layoutPrototypeLinkEnabled - the layout prototype link enabled of this layout
    • getSourcePrototypeLayoutUuid

      @AutoEscape String getSourcePrototypeLayoutUuid()
      Returns the source prototype layout uuid of this layout.
      Returns:
      the source prototype layout uuid of this layout
    • setSourcePrototypeLayoutUuid

      void setSourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
      Sets the source prototype layout uuid of this layout.
      Parameters:
      sourcePrototypeLayoutUuid - the source prototype layout uuid of this layout
    • getPublishDate

      Date getPublishDate()
      Returns the publish date of this layout.
      Returns:
      the publish date of this layout
    • setPublishDate

      void setPublishDate(Date publishDate)
      Sets the publish date of this layout.
      Parameters:
      publishDate - the publish date of this layout
    • getLastPublishDate

      Date getLastPublishDate()
      Returns the last publish date of this layout.
      Specified by:
      getLastPublishDate in interface StagedGroupedModel
      Returns:
      the last publish date of this layout
    • setLastPublishDate

      void setLastPublishDate(Date lastPublishDate)
      Sets the last publish date of this layout.
      Specified by:
      setLastPublishDate in interface StagedGroupedModel
      Parameters:
      lastPublishDate - the last publish date of this layout
    • getStatus

      int getStatus()
      Returns the status of this layout.
      Specified by:
      getStatus in interface WorkflowedModel
      Returns:
      the status of this layout
    • setStatus

      void setStatus(int status)
      Sets the status of this layout.
      Specified by:
      setStatus in interface WorkflowedModel
      Parameters:
      status - the status of this layout
    • getStatusByUserId

      long getStatusByUserId()
      Returns the status by user ID of this layout.
      Specified by:
      getStatusByUserId in interface WorkflowedModel
      Returns:
      the status by user ID of this layout
    • setStatusByUserId

      void setStatusByUserId(long statusByUserId)
      Sets the status by user ID of this layout.
      Specified by:
      setStatusByUserId in interface WorkflowedModel
      Parameters:
      statusByUserId - the status by user ID of this layout
    • getStatusByUserUuid

      String getStatusByUserUuid()
      Returns the status by user uuid of this layout.
      Specified by:
      getStatusByUserUuid in interface WorkflowedModel
      Returns:
      the status by user uuid of this layout
    • setStatusByUserUuid

      void setStatusByUserUuid(String statusByUserUuid)
      Sets the status by user uuid of this layout.
      Specified by:
      setStatusByUserUuid in interface WorkflowedModel
      Parameters:
      statusByUserUuid - the status by user uuid of this layout
    • getStatusByUserName

      @AutoEscape String getStatusByUserName()
      Returns the status by user name of this layout.
      Specified by:
      getStatusByUserName in interface WorkflowedModel
      Returns:
      the status by user name of this layout
    • setStatusByUserName

      void setStatusByUserName(String statusByUserName)
      Sets the status by user name of this layout.
      Specified by:
      setStatusByUserName in interface WorkflowedModel
      Parameters:
      statusByUserName - the status by user name of this layout
    • getStatusDate

      Date getStatusDate()
      Returns the status date of this layout.
      Specified by:
      getStatusDate in interface WorkflowedModel
      Returns:
      the status date of this layout
    • setStatusDate

      void setStatusDate(Date statusDate)
      Sets the status date of this layout.
      Specified by:
      setStatusDate in interface WorkflowedModel
      Parameters:
      statusDate - the status date of this layout
    • isApproved

      boolean isApproved()
      Returns true if this layout is approved.
      Specified by:
      isApproved in interface WorkflowedModel
      Returns:
      true if this layout is approved; false otherwise
    • isDenied

      boolean isDenied()
      Returns true if this layout is denied.
      Specified by:
      isDenied in interface WorkflowedModel
      Returns:
      true if this layout is denied; false otherwise
    • isDraft

      boolean isDraft()
      Returns true if this layout is a draft.
      Specified by:
      isDraft in interface WorkflowedModel
      Returns:
      true if this layout is a draft; false otherwise
    • isExpired

      boolean isExpired()
      Returns true if this layout is expired.
      Specified by:
      isExpired in interface WorkflowedModel
      Returns:
      true if this layout is expired; false otherwise
    • isInactive

      boolean isInactive()
      Returns true if this layout is inactive.
      Specified by:
      isInactive in interface WorkflowedModel
      Returns:
      true if this layout is inactive; false otherwise
    • isIncomplete

      boolean isIncomplete()
      Returns true if this layout is incomplete.
      Specified by:
      isIncomplete in interface WorkflowedModel
      Returns:
      true if this layout is incomplete; false otherwise
    • isPending

      boolean isPending()
      Returns true if this layout is pending.
      Specified by:
      isPending in interface WorkflowedModel
      Returns:
      true if this layout is pending; false otherwise
    • isScheduled

      boolean isScheduled()
      Returns true if this layout is scheduled.
      Specified by:
      isScheduled in interface WorkflowedModel
      Returns:
      true if this layout is scheduled; false otherwise
    • getAvailableLanguageIds

      String[] getAvailableLanguageIds()
      Specified by:
      getAvailableLanguageIds in interface LocalizedModel
    • getDefaultLanguageId

      String getDefaultLanguageId()
      Specified by:
      getDefaultLanguageId in interface LocalizedModel
    • prepareLocalizedFieldsForImport

      void prepareLocalizedFieldsForImport() throws LocaleException
      Specified by:
      prepareLocalizedFieldsForImport in interface LocalizedModel
      Throws:
      LocaleException
    • prepareLocalizedFieldsForImport

      void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws LocaleException
      Specified by:
      prepareLocalizedFieldsForImport in interface LocalizedModel
      Throws:
      LocaleException
    • cloneWithOriginalValues

      Layout cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface BaseModel<Layout>
    • toXmlString

      default String toXmlString()