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) void
deleteLayoutBranch
(long layoutBranchId) Returns the OSGi service identifier.void
setWrappedService
(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:
addLayoutBranch
in interfaceLayoutBranchService
- Throws:
PortalException
-
deleteLayoutBranch
- Specified by:
deleteLayoutBranch
in interfaceLayoutBranchService
- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceLayoutBranchService
- Returns:
- the OSGi service identifier
-
updateLayoutBranch
public LayoutBranch updateLayoutBranch(long layoutBranchId, String name, String description, ServiceContext serviceContext) throws PortalException - Specified by:
updateLayoutBranch
in interfaceLayoutBranchService
- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<LayoutBranchService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<LayoutBranchService>
-