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

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

public class Portal_LayoutSetBranchServiceSoapBindingImpl
extends java.lang.Object
implements LayoutSetBranchServiceSoap


Constructor Summary
Portal_LayoutSetBranchServiceSoapBindingImpl()
           
 
Method Summary
 LayoutSetBranchSoap addLayoutSetBranch(long groupId, boolean privateLayout, java.lang.String name, java.lang.String description, boolean master, long copyLayoutSetBranchId, ServiceContext serviceContext)
           
 void deleteLayoutSetBranch(long layoutSetBranchId)
           
 LayoutSetBranchSoap[] getLayoutSetBranches(long groupId, boolean privateLayout)
           
 LayoutSetBranchSoap mergeLayoutSetBranch(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext)
           
 LayoutSetBranchSoap updateLayoutSetBranch(long groupId, long layoutSetBranchId, 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_LayoutSetBranchServiceSoapBindingImpl

public Portal_LayoutSetBranchServiceSoapBindingImpl()
Method Detail

addLayoutSetBranch

public LayoutSetBranchSoap addLayoutSetBranch(long groupId,
                                              boolean privateLayout,
                                              java.lang.String name,
                                              java.lang.String description,
                                              boolean master,
                                              long copyLayoutSetBranchId,
                                              ServiceContext serviceContext)
                                       throws java.rmi.RemoteException
Specified by:
addLayoutSetBranch in interface LayoutSetBranchServiceSoap
Throws:
java.rmi.RemoteException

deleteLayoutSetBranch

public void deleteLayoutSetBranch(long layoutSetBranchId)
                           throws java.rmi.RemoteException
Specified by:
deleteLayoutSetBranch in interface LayoutSetBranchServiceSoap
Throws:
java.rmi.RemoteException

getLayoutSetBranches

public LayoutSetBranchSoap[] getLayoutSetBranches(long groupId,
                                                  boolean privateLayout)
                                           throws java.rmi.RemoteException
Specified by:
getLayoutSetBranches in interface LayoutSetBranchServiceSoap
Throws:
java.rmi.RemoteException

mergeLayoutSetBranch

public LayoutSetBranchSoap mergeLayoutSetBranch(long layoutSetBranchId,
                                                long mergeLayoutSetBranchId,
                                                ServiceContext serviceContext)
                                         throws java.rmi.RemoteException
Specified by:
mergeLayoutSetBranch in interface LayoutSetBranchServiceSoap
Throws:
java.rmi.RemoteException

updateLayoutSetBranch

public LayoutSetBranchSoap updateLayoutSetBranch(long groupId,
                                                 long layoutSetBranchId,
                                                 java.lang.String name,
                                                 java.lang.String description,
                                                 ServiceContext serviceContext)
                                          throws java.rmi.RemoteException
Specified by:
updateLayoutSetBranch in interface LayoutSetBranchServiceSoap
Throws:
java.rmi.RemoteException