Liferay 6.1.0

com.liferay.portal.service
Class LayoutBranchServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.LayoutBranchServiceWrapper
All Implemented Interfaces:
LayoutBranchService

public class LayoutBranchServiceWrapper
extends Object
implements LayoutBranchService

This class is a wrapper for LayoutBranchService.

See Also:
LayoutBranchService

Constructor Summary
LayoutBranchServiceWrapper(LayoutBranchService layoutBranchService)
           
 
Method Summary
 LayoutBranch addLayoutBranch(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext)
           
 void deleteLayoutBranch(long layoutBranchId)
           
 LayoutBranchService getWrappedLayoutBranchService()
           
 void setWrappedLayoutBranchService(LayoutBranchService layoutBranchService)
           
 LayoutBranch updateLayoutBranch(long layoutBranchId, String name, String description, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutBranchServiceWrapper

public LayoutBranchServiceWrapper(LayoutBranchService layoutBranchService)
Method Detail

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()

setWrappedLayoutBranchService

public void setWrappedLayoutBranchService(LayoutBranchService layoutBranchService)

Liferay 6.1.0