Class RecentLayoutRevisionLocalServiceImpl

Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.RecentLayoutRevisionLocalServiceBaseImpl
com.liferay.portal.service.impl.RecentLayoutRevisionLocalServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.PersistedModelLocalService, com.liferay.portal.kernel.service.RecentLayoutRevisionLocalService

public class RecentLayoutRevisionLocalServiceImpl extends RecentLayoutRevisionLocalServiceBaseImpl
Author:
Brian Wing Shun Chan, Preston Crary
  • Constructor Details

    • RecentLayoutRevisionLocalServiceImpl

      public RecentLayoutRevisionLocalServiceImpl()
  • Method Details

    • addRecentLayoutRevision

      public com.liferay.portal.kernel.model.RecentLayoutRevision addRecentLayoutRevision(long userId, long layoutRevisionId, long layoutSetBranchId, long plid) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteRecentLayoutRevisions

      public void deleteRecentLayoutRevisions(long layoutRevisionId)
    • deleteUserRecentLayoutRevisions

      public void deleteUserRecentLayoutRevisions(long userId)
    • fetchRecentLayoutRevision

      public com.liferay.portal.kernel.model.RecentLayoutRevision fetchRecentLayoutRevision(long userId, long layoutSetBranchId, long plid)