com.liferay.client.soap.portal.service.http
Class Portal_LayoutPrototypeServiceSoapBindingImpl
java.lang.Object
com.liferay.client.soap.portal.service.http.Portal_LayoutPrototypeServiceSoapBindingImpl
- All Implemented Interfaces:
- LayoutPrototypeServiceSoap, java.rmi.Remote
public class Portal_LayoutPrototypeServiceSoapBindingImpl
- extends java.lang.Object
- implements LayoutPrototypeServiceSoap
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portal_LayoutPrototypeServiceSoapBindingImpl
public Portal_LayoutPrototypeServiceSoapBindingImpl()
addLayoutPrototype
public LayoutPrototypeSoap addLayoutPrototype(java.lang.String[] nameMapLanguageIds,
java.lang.String[] nameMapValues,
java.lang.String description,
boolean active)
throws java.rmi.RemoteException
- Specified by:
addLayoutPrototype in interface LayoutPrototypeServiceSoap
- Throws:
java.rmi.RemoteException
deleteLayoutPrototype
public void deleteLayoutPrototype(long layoutPrototypeId)
throws java.rmi.RemoteException
- Specified by:
deleteLayoutPrototype in interface LayoutPrototypeServiceSoap
- Throws:
java.rmi.RemoteException
getLayoutPrototype
public LayoutPrototypeSoap getLayoutPrototype(long layoutPrototypeId)
throws java.rmi.RemoteException
- Specified by:
getLayoutPrototype in interface LayoutPrototypeServiceSoap
- Throws:
java.rmi.RemoteException
search
public LayoutPrototypeSoap[] search(long companyId,
boolean active,
OrderByComparator obc)
throws java.rmi.RemoteException
- Specified by:
search in interface LayoutPrototypeServiceSoap
- Throws:
java.rmi.RemoteException
updateLayoutPrototype
public LayoutPrototypeSoap updateLayoutPrototype(long layoutPrototypeId,
java.lang.String[] nameMapLanguageIds,
java.lang.String[] nameMapValues,
java.lang.String description,
boolean active)
throws java.rmi.RemoteException
- Specified by:
updateLayoutPrototype in interface LayoutPrototypeServiceSoap
- Throws:
java.rmi.RemoteException