Class LayoutSetBranchServiceImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.LayoutSetBranchServiceBaseImpl
com.liferay.portal.service.impl.LayoutSetBranchServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.LayoutSetBranchService

public class LayoutSetBranchServiceImpl extends LayoutSetBranchServiceBaseImpl
Author:
Raymond Augé, Brian Wing Shun Chan
  • Constructor Details

    • LayoutSetBranchServiceImpl

      public LayoutSetBranchServiceImpl()
  • Method Details

    • addLayoutSetBranch

      public com.liferay.portal.kernel.model.LayoutSetBranch addLayoutSetBranch(long groupId, boolean privateLayout, String name, String description, boolean master, long copyLayoutSetBranchId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteLayoutSetBranch

      public void deleteLayoutSetBranch(long layoutSetBranchId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteLayoutSetBranch

      public void deleteLayoutSetBranch(long currentLayoutPlid, long layoutSetBranchId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getLayoutSetBranches

      public List<com.liferay.portal.kernel.model.LayoutSetBranch> getLayoutSetBranches(long groupId, boolean privateLayout)
    • mergeLayoutSetBranch

      public com.liferay.portal.kernel.model.LayoutSetBranch mergeLayoutSetBranch(long layoutSetBranchId, long mergeLayoutSetBranchId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateLayoutSetBranch

      public com.liferay.portal.kernel.model.LayoutSetBranch updateLayoutSetBranch(long groupId, long layoutSetBranchId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException