public class LayoutBranchServiceWrapper extends Object implements LayoutBranchService, ServiceWrapper<LayoutBranchService>
LayoutBranchService.LayoutBranchService| Constructor and Description |
|---|
LayoutBranchServiceWrapper() |
LayoutBranchServiceWrapper(LayoutBranchService layoutBranchService) |
| Modifier and Type | Method and Description |
|---|---|
LayoutBranch |
addLayoutBranch(long layoutRevisionId,
String name,
String description,
boolean master,
ServiceContext serviceContext) |
void |
deleteLayoutBranch(long layoutBranchId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
LayoutBranchService |
getWrappedService() |
void |
setWrappedService(LayoutBranchService layoutBranchService) |
LayoutBranch |
updateLayoutBranch(long layoutBranchId,
String name,
String description,
ServiceContext serviceContext) |
public LayoutBranchServiceWrapper()
public LayoutBranchServiceWrapper(LayoutBranchService layoutBranchService)
public LayoutBranch addLayoutBranch(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext) throws PortalException
addLayoutBranch in interface LayoutBranchServicePortalExceptionpublic void deleteLayoutBranch(long layoutBranchId)
throws PortalException
deleteLayoutBranch in interface LayoutBranchServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface LayoutBranchServicepublic LayoutBranch updateLayoutBranch(long layoutBranchId, String name, String description, ServiceContext serviceContext) throws PortalException
updateLayoutBranch in interface LayoutBranchServicePortalExceptionpublic LayoutBranchService getWrappedService()
getWrappedService in interface ServiceWrapper<LayoutBranchService>public void setWrappedService(LayoutBranchService layoutBranchService)
setWrappedService in interface ServiceWrapper<LayoutBranchService>