@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 LayoutSetBranchService
PortalException
public void deleteLayoutSetBranch(long layoutSetBranchId) throws PortalException
deleteLayoutSetBranch
in interface LayoutSetBranchService
PortalException
public List<LayoutSetBranch> getLayoutSetBranches(long groupId, boolean privateLayout)
getLayoutSetBranches
in interface LayoutSetBranchService
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface LayoutSetBranchService
public LayoutSetBranch mergeLayoutSetBranch(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) throws PortalException
mergeLayoutSetBranch
in interface LayoutSetBranchService
PortalException
public LayoutSetBranch updateLayoutSetBranch(long groupId, long layoutSetBranchId, String name, String description, ServiceContext serviceContext) throws PortalException
updateLayoutSetBranch
in interface LayoutSetBranchService
PortalException
public LayoutSetBranchService getWrappedService()
getWrappedService
in interface ServiceWrapper<LayoutSetBranchService>
public void setWrappedService(LayoutSetBranchService layoutSetBranchService)
setWrappedService
in interface ServiceWrapper<LayoutSetBranchService>