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

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portal_LayoutPrototypeServiceSoapBindingImpl, Portal_LayoutPrototypeServiceSoapBindingStub

public interface LayoutPrototypeServiceSoap
extends java.rmi.Remote


Method Summary
 void deleteLayoutPrototype(long layoutPrototypeId)
           
 LayoutPrototypeSoap getLayoutPrototype(long layoutPrototypeId)
           
 LayoutPrototypeSoap[] search(long companyId, boolean active, OrderByComparator obc)
           
 

Method Detail

deleteLayoutPrototype

void deleteLayoutPrototype(long layoutPrototypeId)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getLayoutPrototype

LayoutPrototypeSoap getLayoutPrototype(long layoutPrototypeId)
                                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

search

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