1   /**
2    * Portal_LayoutServiceSoapBindingImpl.java
3    *
4    * This file was auto-generated from WSDL
5    * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
6    */
7   
8   package com.liferay.client.portal.service.http;
9   
10  public class Portal_LayoutServiceSoapBindingImpl implements com.liferay.client.portal.service.http.LayoutServiceSoap{
11      public com.liferay.client.portal.model.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 {
12          return null;
13      }
14  
15      public void deleteLayout(long groupId, boolean privateLayout, long layoutId) throws java.rmi.RemoteException {
16      }
17  
18      public void deleteLayout(long plid) throws java.rmi.RemoteException {
19      }
20  
21      public com.liferay.client.portal.model.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 {
22          return null;
23      }
24  
25      public void setLayouts(long groupId, boolean privateLayout, long parentLayoutId, long[] layoutIds) throws java.rmi.RemoteException {
26      }
27  
28      public com.liferay.client.portal.model.LayoutSoap updateName(long groupId, boolean privateLayout, long layoutId, java.lang.String name, java.lang.String languageId) throws java.rmi.RemoteException {
29          return null;
30      }
31  
32      public com.liferay.client.portal.model.LayoutSoap updateName(long plid, java.lang.String name, java.lang.String languageId) throws java.rmi.RemoteException {
33          return null;
34      }
35  
36      public com.liferay.client.portal.model.LayoutSoap updateParentLayoutId(long plid, long parentPlid) throws java.rmi.RemoteException {
37          return null;
38      }
39  
40      public com.liferay.client.portal.model.LayoutSoap updateParentLayoutId(long groupId, boolean privateLayout, long layoutId, long parentLayoutId) throws java.rmi.RemoteException {
41          return null;
42      }
43  
44      public com.liferay.client.portal.model.LayoutSoap updatePriority(long groupId, boolean privateLayout, long layoutId, int priority) throws java.rmi.RemoteException {
45          return null;
46      }
47  
48      public com.liferay.client.portal.model.LayoutSoap updatePriority(long plid, int priority) throws java.rmi.RemoteException {
49          return null;
50      }
51  
52      public java.lang.String getLayoutName(long groupId, boolean privateLayout, long layoutId, java.lang.String languageId) throws java.rmi.RemoteException {
53          return null;
54      }
55  
56      public com.liferay.client.portal.model.LayoutReference[] getLayoutReferences(long companyId, java.lang.String portletId, java.lang.String prefsKey, java.lang.String prefsValue) throws java.rmi.RemoteException {
57          return null;
58      }
59  
60      public com.liferay.client.portal.model.LayoutSoap updateLayout(long groupId, boolean privateLayout, long layoutId, java.lang.String typeSettings) throws java.rmi.RemoteException {
61          return null;
62      }
63  
64  }
65