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

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portal_LayoutBranchServiceSoapBindingImpl, Portal_LayoutBranchServiceSoapBindingStub

public interface LayoutBranchServiceSoap
extends java.rmi.Remote


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)
           
 

Method Detail

addLayoutBranch

LayoutBranchSoap addLayoutBranch(long layoutRevisionId,
                                 java.lang.String name,
                                 java.lang.String description,
                                 boolean master,
                                 ServiceContext serviceContext)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteLayoutBranch

void deleteLayoutBranch(long layoutBranchId)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateLayoutBranch

LayoutBranchSoap updateLayoutBranch(long layoutBranchId,
                                    java.lang.String name,
                                    java.lang.String description,
                                    ServiceContext serviceContext)
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException