Class LayoutSetPrototypeImpl

Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSetPrototype>
All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetPrototype>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.LayoutSetPrototype, com.liferay.portal.kernel.model.LayoutSetPrototypeModel, 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.StagedAuditedModel, com.liferay.portal.kernel.model.StagedModel, Serializable, Cloneable, Comparable<com.liferay.portal.kernel.model.LayoutSetPrototype>

public class LayoutSetPrototypeImpl extends LayoutSetPrototypeBaseImpl
Author:
Brian Wing Shun Chan, Ryan Park
See Also:
  • Constructor Details

    • LayoutSetPrototypeImpl

      public LayoutSetPrototypeImpl()
  • Method Details

    • getGroup

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

      public long getGroupId() 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
    • getMergeFailCount

      public int getMergeFailCount() throws com.liferay.portal.kernel.exception.PortalException
      Returns the number of failed merge attempts for the layout set prototype since its last reset or update.
      Returns:
      the number of failed merge attempts for the layout set prototype
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getSettingsProperties

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

      public String getSettingsProperty(String key)
    • hasSetModifiedDate

      public boolean hasSetModifiedDate()
      Specified by:
      hasSetModifiedDate in interface com.liferay.portal.kernel.model.LayoutSetPrototype
      Overrides:
      hasSetModifiedDate in class LayoutSetPrototypeModelImpl
    • setSettings

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

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