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) voiddeleteLayoutSetBranch(long layoutSetBranchId) voiddeleteLayoutSetBranch(long currentLayoutPlid, long layoutSetBranchId) getLayoutSetBranches(long groupId, boolean privateLayout) Returns the OSGi service identifier.mergeLayoutSetBranch(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) voidsetWrappedService(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:
addLayoutSetBranchin interfaceLayoutSetBranchService- Throws:
PortalException
-
deleteLayoutSetBranch
- Specified by:
deleteLayoutSetBranchin interfaceLayoutSetBranchService- Throws:
PortalException
-
deleteLayoutSetBranch
public void deleteLayoutSetBranch(long currentLayoutPlid, long layoutSetBranchId) throws PortalException - Specified by:
deleteLayoutSetBranchin interfaceLayoutSetBranchService- Throws:
PortalException
-
getLayoutSetBranches
- Specified by:
getLayoutSetBranchesin interfaceLayoutSetBranchService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceLayoutSetBranchService- Returns:
- the OSGi service identifier
-
mergeLayoutSetBranch
public LayoutSetBranch mergeLayoutSetBranch(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) throws PortalException - Specified by:
mergeLayoutSetBranchin interfaceLayoutSetBranchService- Throws:
PortalException
-
updateLayoutSetBranch
public LayoutSetBranch updateLayoutSetBranch(long groupId, long layoutSetBranchId, String name, String description, ServiceContext serviceContext) throws PortalException - Specified by:
updateLayoutSetBranchin interfaceLayoutSetBranchService- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<LayoutSetBranchService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<LayoutSetBranchService>
-