com.liferay.portal.service
Class LayoutBranchServiceWrapper
java.lang.Object
com.liferay.portal.service.LayoutBranchServiceWrapper
- All Implemented Interfaces:
- BaseService, LayoutBranchService, ServiceWrapper<LayoutBranchService>
@ProviderType
public class LayoutBranchServiceWrapper
- extends Object
- implements LayoutBranchService, ServiceWrapper<LayoutBranchService>
Provides a wrapper for LayoutBranchService.
- See Also:
LayoutBranchService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutBranchServiceWrapper
public LayoutBranchServiceWrapper(LayoutBranchService layoutBranchService)
addLayoutBranch
public LayoutBranch addLayoutBranch(long layoutRevisionId,
String name,
String description,
boolean master,
ServiceContext serviceContext)
throws PortalException
- Specified by:
addLayoutBranch in interface LayoutBranchService
- Throws:
PortalException
deleteLayoutBranch
public void deleteLayoutBranch(long layoutBranchId)
throws PortalException
- Specified by:
deleteLayoutBranch in interface LayoutBranchService
- Throws:
PortalException
getOSGiServiceIdentifier
public String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Specified by:
getOSGiServiceIdentifier in interface LayoutBranchService
- Returns:
- the OSGi service identifier
updateLayoutBranch
public LayoutBranch updateLayoutBranch(long layoutBranchId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException
- Specified by:
updateLayoutBranch in interface LayoutBranchService
- Throws:
PortalException
getWrappedService
public LayoutBranchService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<LayoutBranchService>
setWrappedService
public void setWrappedService(LayoutBranchService layoutBranchService)
- Specified by:
setWrappedService in interface ServiceWrapper<LayoutBranchService>