Class LayoutSetBranchServiceWrapper
Object
com.liferay.portal.kernel.service.LayoutSetBranchServiceWrapper
- All Implemented Interfaces:
BaseService
,LayoutSetBranchService
,ServiceWrapper<LayoutSetBranchService>
public class LayoutSetBranchServiceWrapper
extends Object
implements LayoutSetBranchService, ServiceWrapper<LayoutSetBranchService>
Provides a wrapper for
LayoutSetBranchService
.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
ConstructorsConstructorDescriptionLayoutSetBranchServiceWrapper
(LayoutSetBranchService layoutSetBranchService) -
Method Summary
Modifier and TypeMethodDescriptionaddLayoutSetBranch
(long groupId, boolean privateLayout, String name, String description, boolean master, long copyLayoutSetBranchId, ServiceContext serviceContext) void
deleteLayoutSetBranch
(long layoutSetBranchId) void
deleteLayoutSetBranch
(long currentLayoutPlid, long layoutSetBranchId) getLayoutSetBranches
(long groupId, boolean privateLayout) Returns the OSGi service identifier.mergeLayoutSetBranch
(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) void
setWrappedService
(LayoutSetBranchService layoutSetBranchService) updateLayoutSetBranch
(long groupId, long layoutSetBranchId, String name, String description, ServiceContext serviceContext)
-
Constructor Details
-
LayoutSetBranchServiceWrapper
public LayoutSetBranchServiceWrapper() -
LayoutSetBranchServiceWrapper
-
-
Method Details
-
addLayoutSetBranch
public LayoutSetBranch addLayoutSetBranch(long groupId, boolean privateLayout, String name, String description, boolean master, long copyLayoutSetBranchId, ServiceContext serviceContext) throws PortalException - Specified by:
addLayoutSetBranch
in interfaceLayoutSetBranchService
- Throws:
PortalException
-
deleteLayoutSetBranch
- Specified by:
deleteLayoutSetBranch
in interfaceLayoutSetBranchService
- Throws:
PortalException
-
deleteLayoutSetBranch
public void deleteLayoutSetBranch(long currentLayoutPlid, long layoutSetBranchId) throws PortalException - Specified by:
deleteLayoutSetBranch
in interfaceLayoutSetBranchService
- Throws:
PortalException
-
getLayoutSetBranches
- Specified by:
getLayoutSetBranches
in interfaceLayoutSetBranchService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceLayoutSetBranchService
- Returns:
- the OSGi service identifier
-
mergeLayoutSetBranch
public LayoutSetBranch mergeLayoutSetBranch(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) throws PortalException - Specified by:
mergeLayoutSetBranch
in interfaceLayoutSetBranchService
- Throws:
PortalException
-
updateLayoutSetBranch
public LayoutSetBranch updateLayoutSetBranch(long groupId, long layoutSetBranchId, String name, String description, ServiceContext serviceContext) throws PortalException - Specified by:
updateLayoutSetBranch
in interfaceLayoutSetBranchService
- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<LayoutSetBranchService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<LayoutSetBranchService>
-