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
addLayoutPrototype
LayoutPrototypeSoap addLayoutPrototype(java.lang.String[] nameMapLanguageIds,
java.lang.String[] nameMapValues,
java.lang.String description,
boolean active)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
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
updateLayoutPrototype
LayoutPrototypeSoap updateLayoutPrototype(long layoutPrototypeId,
java.lang.String[] nameMapLanguageIds,
java.lang.String[] nameMapValues,
java.lang.String description,
boolean active)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException