Class RecentLayoutBranchLocalServiceImpl

Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.RecentLayoutBranchLocalServiceBaseImpl
com.liferay.portal.service.impl.RecentLayoutBranchLocalServiceImpl
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.RecentLayoutBranchLocalService

public class RecentLayoutBranchLocalServiceImpl extends RecentLayoutBranchLocalServiceBaseImpl
Author:
Brian Wing Shun Chan, Preston Crary
  • Constructor Details

    • RecentLayoutBranchLocalServiceImpl

      public RecentLayoutBranchLocalServiceImpl()
  • Method Details

    • addRecentLayoutBranch

      public com.liferay.portal.kernel.model.RecentLayoutBranch addRecentLayoutBranch(long userId, long layoutBranchId, long layoutSetBranchId, long plid) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteRecentLayoutBranches

      public void deleteRecentLayoutBranches(long layoutBranchId)
    • deleteUserRecentLayoutBranches

      public void deleteUserRecentLayoutBranches(long userId)
    • fetchRecentLayoutBranch

      public com.liferay.portal.kernel.model.RecentLayoutBranch fetchRecentLayoutBranch(long userId, long layoutSetBranchId, long plid)