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
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