Class PortalPageHistoryDao


  • public class PortalPageHistoryDao
    extends AbstractDao
    Provides a DAO for the PortalPageHistory entity.
    Since:
    4.0.0
    See Also:
    PortalPageHistory
    • Constructor Detail

      • PortalPageHistoryDao

        public PortalPageHistoryDao()
    • Method Detail

      • getPortalPageHistoryForPK

        public PortalPageHistory getPortalPageHistoryForPK​(Object id)
        Gets the portal page history for pk.
        Parameters:
        id - the id
        Returns:
        the portal page history for pk
      • createPortalPageHistory

        public void createPortalPageHistory​(PortalPage portalPage)
        Creates the portal page history.
        Parameters:
        portalPage - the portal page (required)