com.liferay.client.soap.portal.service.http
Interface LayoutSetBranchServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portal_LayoutSetBranchServiceSoapBindingImpl, Portal_LayoutSetBranchServiceSoapBindingStub

public interface LayoutSetBranchServiceSoap
extends java.rmi.Remote


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)
           
 

Method Detail

addLayoutSetBranch

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

deleteLayoutSetBranch

void deleteLayoutSetBranch(long layoutSetBranchId)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getLayoutSetBranches

LayoutSetBranchSoap[] getLayoutSetBranches(long groupId,
                                           boolean privateLayout)
                                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

mergeLayoutSetBranch

LayoutSetBranchSoap mergeLayoutSetBranch(long layoutSetBranchId,
                                         long mergeLayoutSetBranchId,
                                         ServiceContext serviceContext)
                                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateLayoutSetBranch

LayoutSetBranchSoap updateLayoutSetBranch(long groupId,
                                          long layoutSetBranchId,
                                          java.lang.String name,
                                          java.lang.String description,
                                          ServiceContext serviceContext)
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException