Class LayoutBranchServiceWrapper
Object
com.liferay.portal.kernel.service.LayoutBranchServiceWrapper
- All Implemented Interfaces:
BaseService,LayoutBranchService,ServiceWrapper<LayoutBranchService>
public class LayoutBranchServiceWrapper
extends Object
implements LayoutBranchService, ServiceWrapper<LayoutBranchService>
Provides a wrapper for
LayoutBranchService.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLayoutBranch(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext) voiddeleteLayoutBranch(long layoutBranchId) Returns the OSGi service identifier.voidsetWrappedService(LayoutBranchService layoutBranchService) updateLayoutBranch(long layoutBranchId, String name, String description, ServiceContext serviceContext)
-
Constructor Details
-
LayoutBranchServiceWrapper
public LayoutBranchServiceWrapper() -
LayoutBranchServiceWrapper
-
-
Method Details
-
addLayoutBranch
public LayoutBranch addLayoutBranch(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext) throws PortalException - Specified by:
addLayoutBranchin interfaceLayoutBranchService- Throws:
PortalException
-
deleteLayoutBranch
- Specified by:
deleteLayoutBranchin interfaceLayoutBranchService- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceLayoutBranchService- Returns:
- the OSGi service identifier
-
updateLayoutBranch
public LayoutBranch updateLayoutBranch(long layoutBranchId, String name, String description, ServiceContext serviceContext) throws PortalException - Specified by:
updateLayoutBranchin interfaceLayoutBranchService- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<LayoutBranchService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<LayoutBranchService>
-