Class LayoutBranchServiceImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.LayoutBranchServiceBaseImpl
com.liferay.portal.service.impl.LayoutBranchServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.LayoutBranchService

public class LayoutBranchServiceImpl extends LayoutBranchServiceBaseImpl
Author:
Brian Wing Shun Chan, Julio Camarero
  • Constructor Details

    • LayoutBranchServiceImpl

      public LayoutBranchServiceImpl()
  • Method Details

    • addLayoutBranch

      public com.liferay.portal.kernel.model.LayoutBranch addLayoutBranch(long layoutRevisionId, String name, String description, boolean master, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteLayoutBranch

      public void deleteLayoutBranch(long layoutBranchId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateLayoutBranch

      public com.liferay.portal.kernel.model.LayoutBranch updateLayoutBranch(long layoutBranchId, 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