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 |
LayoutSetPrototypeSoap |
addLayoutSetPrototype(java.lang.String[] nameMapLanguageIds,
java.lang.String[] nameMapValues,
java.lang.String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
void |
deleteLayoutSetPrototype(long layoutSetPrototypeId)
|
LayoutSetPrototypeSoap |
getLayoutSetPrototype(long layoutSetPrototypeId)
|
LayoutSetPrototypeSoap[] |
search(long companyId,
boolean active,
OrderByComparator obc)
|
LayoutSetPrototypeSoap |
updateLayoutSetPrototype(long layoutSetPrototypeId,
java.lang.String settings)
|
LayoutSetPrototypeSoap |
updateLayoutSetPrototype(long layoutSetPrototypeId,
java.lang.String[] nameMapLanguageIds,
java.lang.String[] nameMapValues,
java.lang.String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
addLayoutSetPrototype
LayoutSetPrototypeSoap addLayoutSetPrototype(java.lang.String[] nameMapLanguageIds,
java.lang.String[] nameMapValues,
java.lang.String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
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
updateLayoutSetPrototype
LayoutSetPrototypeSoap updateLayoutSetPrototype(long layoutSetPrototypeId,
java.lang.String[] nameMapLanguageIds,
java.lang.String[] nameMapValues,
java.lang.String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateLayoutSetPrototype
LayoutSetPrototypeSoap updateLayoutSetPrototype(long layoutSetPrototypeId,
java.lang.String settings)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException