com.liferay.portal.service
Class LayoutBranchServiceWrapper
java.lang.Object
com.liferay.portal.service.LayoutBranchServiceWrapper
- All Implemented Interfaces:
- LayoutBranchService, ServiceWrapper<LayoutBranchService>
public class LayoutBranchServiceWrapper
- extends Object
- implements LayoutBranchService, ServiceWrapper<LayoutBranchService>
This class is a wrapper for LayoutBranchService
.
- See Also:
LayoutBranchService
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,
SystemException
- Specified by:
addLayoutBranch
in interface LayoutBranchService
- Throws:
PortalException
SystemException
deleteLayoutBranch
public void deleteLayoutBranch(long layoutBranchId)
throws PortalException,
SystemException
- Specified by:
deleteLayoutBranch
in interface LayoutBranchService
- Throws:
PortalException
SystemException
updateLayoutBranch
public LayoutBranch updateLayoutBranch(long layoutBranchId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateLayoutBranch
in interface LayoutBranchService
- Throws:
PortalException
SystemException
getWrappedLayoutBranchService
public LayoutBranchService getWrappedLayoutBranchService()
- Deprecated. Renamed to
getWrappedService()
setWrappedLayoutBranchService
public void setWrappedLayoutBranchService(LayoutBranchService layoutBranchService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portal.service.LayoutBranchService)
getWrappedService
public LayoutBranchService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<LayoutBranchService>
setWrappedService
public void setWrappedService(LayoutBranchService layoutBranchService)
- Specified by:
setWrappedService
in interface ServiceWrapper<LayoutBranchService>