com.liferay.client.soap.portal.service.http
Class Portal_LayoutServiceSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.liferay.client.soap.portal.service.http.Portal_LayoutServiceSoapBindingStub
- All Implemented Interfaces:
- LayoutServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub
public class Portal_LayoutServiceSoapBindingStub
- extends org.apache.axis.client.Stub
- implements LayoutServiceSoap
Fields inherited from class org.apache.axis.client.Stub |
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service |
Fields inherited from interface javax.xml.rpc.Stub |
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
Method Summary |
LayoutSoap |
addLayout(long groupId,
boolean privateLayout,
long parentLayoutId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String type,
boolean hidden,
java.lang.String friendlyURL)
|
protected org.apache.axis.client.Call |
createCall()
|
void |
deleteLayout(long plid)
|
void |
deleteLayout(long groupId,
boolean privateLayout,
long layoutId)
|
java.lang.String |
getLayoutName(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String languageId)
|
LayoutReference[] |
getLayoutReferences(long companyId,
java.lang.String portletId,
java.lang.String preferencesKey,
java.lang.String preferencesValue)
|
void |
setLayouts(long groupId,
boolean privateLayout,
long parentLayoutId,
long[] layoutIds)
|
void |
unschedulePublishToLive(long groupId,
java.lang.String jobName,
java.lang.String groupName)
|
void |
unschedulePublishToRemote(long groupId,
java.lang.String jobName,
java.lang.String groupName)
|
LayoutSoap |
updateLayout(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String typeSettings)
|
LayoutSoap |
updateLookAndFeel(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String themeId,
java.lang.String colorSchemeId,
java.lang.String css,
boolean wapTheme)
|
LayoutSoap |
updateName(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String name,
java.lang.String languageId)
|
LayoutSoap |
updateName(long plid,
java.lang.String name,
java.lang.String languageId)
|
LayoutSoap |
updateParentLayoutId(long groupId,
boolean privateLayout,
long layoutId,
long parentLayoutId)
|
LayoutSoap |
updateParentLayoutId(long plid,
long parentPlid)
|
LayoutSoap |
updatePriority(long groupId,
boolean privateLayout,
long layoutId,
int priority)
|
LayoutSoap |
updatePriority(long plid,
int priority)
|
Methods inherited from class org.apache.axis.client.Stub |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portal_LayoutServiceSoapBindingStub
public Portal_LayoutServiceSoapBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portal_LayoutServiceSoapBindingStub
public Portal_LayoutServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portal_LayoutServiceSoapBindingStub
public Portal_LayoutServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
createCall
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateLayout
public LayoutSoap updateLayout(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String typeSettings)
throws java.rmi.RemoteException
- Specified by:
updateLayout
in interface LayoutServiceSoap
- Throws:
java.rmi.RemoteException
setLayouts
public void setLayouts(long groupId,
boolean privateLayout,
long parentLayoutId,
long[] layoutIds)
throws java.rmi.RemoteException
- Specified by:
setLayouts
in interface LayoutServiceSoap
- Throws:
java.rmi.RemoteException
addLayout
public LayoutSoap addLayout(long groupId,
boolean privateLayout,
long parentLayoutId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String type,
boolean hidden,
java.lang.String friendlyURL)
throws java.rmi.RemoteException
- Specified by:
addLayout
in interface LayoutServiceSoap
- Throws:
java.rmi.RemoteException
deleteLayout
public void deleteLayout(long plid)
throws java.rmi.RemoteException
- Specified by:
deleteLayout
in interface LayoutServiceSoap
- Throws:
java.rmi.RemoteException
deleteLayout
public void deleteLayout(long groupId,
boolean privateLayout,
long layoutId)
throws java.rmi.RemoteException
- Specified by:
deleteLayout
in interface LayoutServiceSoap
- Throws:
java.rmi.RemoteException
getLayoutName
public java.lang.String getLayoutName(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String languageId)
throws java.rmi.RemoteException
- Specified by:
getLayoutName
in interface LayoutServiceSoap
- Throws:
java.rmi.RemoteException
getLayoutReferences
public LayoutReference[] getLayoutReferences(long companyId,
java.lang.String portletId,
java.lang.String preferencesKey,
java.lang.String preferencesValue)
throws java.rmi.RemoteException
- Specified by:
getLayoutReferences
in interface LayoutServiceSoap
- Throws:
java.rmi.RemoteException
unschedulePublishToLive
public void unschedulePublishToLive(long groupId,
java.lang.String jobName,
java.lang.String groupName)
throws java.rmi.RemoteException
- Specified by:
unschedulePublishToLive
in interface LayoutServiceSoap
- Throws:
java.rmi.RemoteException
unschedulePublishToRemote
public void unschedulePublishToRemote(long groupId,
java.lang.String jobName,
java.lang.String groupName)
throws java.rmi.RemoteException
- Specified by:
unschedulePublishToRemote
in interface LayoutServiceSoap
- Throws:
java.rmi.RemoteException
updateLookAndFeel
public LayoutSoap updateLookAndFeel(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String themeId,
java.lang.String colorSchemeId,
java.lang.String css,
boolean wapTheme)
throws java.rmi.RemoteException
- Specified by:
updateLookAndFeel
in interface LayoutServiceSoap
- Throws:
java.rmi.RemoteException
updateName
public LayoutSoap updateName(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String name,
java.lang.String languageId)
throws java.rmi.RemoteException
- Specified by:
updateName
in interface LayoutServiceSoap
- Throws:
java.rmi.RemoteException
updateName
public LayoutSoap updateName(long plid,
java.lang.String name,
java.lang.String languageId)
throws java.rmi.RemoteException
- Specified by:
updateName
in interface LayoutServiceSoap
- Throws:
java.rmi.RemoteException
updateParentLayoutId
public LayoutSoap updateParentLayoutId(long groupId,
boolean privateLayout,
long layoutId,
long parentLayoutId)
throws java.rmi.RemoteException
- Specified by:
updateParentLayoutId
in interface LayoutServiceSoap
- Throws:
java.rmi.RemoteException
updateParentLayoutId
public LayoutSoap updateParentLayoutId(long plid,
long parentPlid)
throws java.rmi.RemoteException
- Specified by:
updateParentLayoutId
in interface LayoutServiceSoap
- Throws:
java.rmi.RemoteException
updatePriority
public LayoutSoap updatePriority(long groupId,
boolean privateLayout,
long layoutId,
int priority)
throws java.rmi.RemoteException
- Specified by:
updatePriority
in interface LayoutServiceSoap
- Throws:
java.rmi.RemoteException
updatePriority
public LayoutSoap updatePriority(long plid,
int priority)
throws java.rmi.RemoteException
- Specified by:
updatePriority
in interface LayoutServiceSoap
- Throws:
java.rmi.RemoteException