Class LayoutPrototypeImpl

Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutPrototype>
All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutPrototype>, com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.LayoutPrototype>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.LayoutPrototype, com.liferay.portal.kernel.model.LayoutPrototypeModel, 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.LayoutPrototype>

public class LayoutPrototypeImpl extends LayoutPrototypeBaseImpl
Author:
Jorge Ferrer
See Also:
  • Constructor Details

    • LayoutPrototypeImpl

      public LayoutPrototypeImpl()
  • 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
    • getLayout

      public com.liferay.portal.kernel.model.Layout getLayout() 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 prototype since its last reset or update.
      Returns:
      the number of failed merge attempts for the layout prototype
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • hasSetModifiedDate

      public boolean hasSetModifiedDate()
      Specified by:
      hasSetModifiedDate in interface com.liferay.portal.kernel.model.LayoutPrototype
      Overrides:
      hasSetModifiedDate in class LayoutPrototypeModelImpl