@ProviderType public class LayoutSetBranchServiceWrapper extends Object implements LayoutSetBranchService, ServiceWrapper<LayoutSetBranchService>
LayoutSetBranchService.LayoutSetBranchService| Constructor and Description |
|---|
LayoutSetBranchServiceWrapper(LayoutSetBranchService layoutSetBranchService) |
| Modifier and Type | Method and Description |
|---|---|
LayoutSetBranch |
addLayoutSetBranch(long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext) |
void |
deleteLayoutSetBranch(long layoutSetBranchId) |
List<LayoutSetBranch> |
getLayoutSetBranches(long groupId,
boolean privateLayout) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
LayoutSetBranchService |
getWrappedService() |
LayoutSetBranch |
mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext) |
void |
setWrappedService(LayoutSetBranchService layoutSetBranchService) |
LayoutSetBranch |
updateLayoutSetBranch(long groupId,
long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext) |
public LayoutSetBranchServiceWrapper(LayoutSetBranchService layoutSetBranchService)
public LayoutSetBranch addLayoutSetBranch(long groupId, boolean privateLayout, String name, String description, boolean master, long copyLayoutSetBranchId, ServiceContext serviceContext) throws PortalException
addLayoutSetBranch in interface LayoutSetBranchServicePortalExceptionpublic LayoutSetBranch mergeLayoutSetBranch(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) throws PortalException
mergeLayoutSetBranch in interface LayoutSetBranchServicePortalExceptionpublic LayoutSetBranch updateLayoutSetBranch(long groupId, long layoutSetBranchId, String name, String description, ServiceContext serviceContext) throws PortalException
updateLayoutSetBranch in interface LayoutSetBranchServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface LayoutSetBranchServicepublic List<LayoutSetBranch> getLayoutSetBranches(long groupId, boolean privateLayout)
getLayoutSetBranches in interface LayoutSetBranchServicepublic void deleteLayoutSetBranch(long layoutSetBranchId)
throws PortalException
deleteLayoutSetBranch in interface LayoutSetBranchServicePortalExceptionpublic LayoutSetBranchService getWrappedService()
getWrappedService in interface ServiceWrapper<LayoutSetBranchService>public void setWrappedService(LayoutSetBranchService layoutSetBranchService)
setWrappedService in interface ServiceWrapper<LayoutSetBranchService>