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

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portal_LayoutSetPrototypeServiceSoapBindingImpl, Portal_LayoutSetPrototypeServiceSoapBindingStub

public interface LayoutSetPrototypeServiceSoap
extends java.rmi.Remote


Method Summary
 void deleteLayoutSetPrototype(long layoutSetPrototypeId)
           
 LayoutSetPrototypeSoap getLayoutSetPrototype(long layoutSetPrototypeId)
           
 LayoutSetPrototypeSoap[] search(long companyId, boolean active, OrderByComparator obc)
           
 

Method Detail

deleteLayoutSetPrototype

void deleteLayoutSetPrototype(long layoutSetPrototypeId)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getLayoutSetPrototype

LayoutSetPrototypeSoap getLayoutSetPrototype(long layoutSetPrototypeId)
                                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

search

LayoutSetPrototypeSoap[] search(long companyId,
                                boolean active,
                                OrderByComparator obc)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException