com.liferay.client.soap.portal.service.http
Class Portal_LayoutBranchServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.soap.portal.service.http.Portal_LayoutBranchServiceSoapBindingImpl
All Implemented Interfaces:
LayoutBranchServiceSoap, java.rmi.Remote

public class Portal_LayoutBranchServiceSoapBindingImpl
extends java.lang.Object
implements LayoutBranchServiceSoap


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

Constructor Detail

Portal_LayoutBranchServiceSoapBindingImpl

public Portal_LayoutBranchServiceSoapBindingImpl()
Method Detail

addLayoutBranch

public LayoutBranchSoap addLayoutBranch(long layoutRevisionId,
                                        java.lang.String name,
                                        java.lang.String description,
                                        boolean master,
                                        ServiceContext serviceContext)
                                 throws java.rmi.RemoteException
Specified by:
addLayoutBranch in interface LayoutBranchServiceSoap
Throws:
java.rmi.RemoteException

deleteLayoutBranch

public void deleteLayoutBranch(long layoutBranchId)
                        throws java.rmi.RemoteException
Specified by:
deleteLayoutBranch in interface LayoutBranchServiceSoap
Throws:
java.rmi.RemoteException

updateLayoutBranch

public LayoutBranchSoap updateLayoutBranch(long layoutBranchId,
                                           java.lang.String name,
                                           java.lang.String description,
                                           ServiceContext serviceContext)
                                    throws java.rmi.RemoteException
Specified by:
updateLayoutBranch in interface LayoutBranchServiceSoap
Throws:
java.rmi.RemoteException