com.liferay.client.soap.portal.service.http
Class Portal_LayoutServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.soap.portal.service.http.Portal_LayoutServiceSoapBindingImpl
All Implemented Interfaces:
LayoutServiceSoap, java.rmi.Remote

public class Portal_LayoutServiceSoapBindingImpl
extends java.lang.Object
implements LayoutServiceSoap


Constructor Summary
Portal_LayoutServiceSoapBindingImpl()
           
 
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)
           
 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portal_LayoutServiceSoapBindingImpl

public Portal_LayoutServiceSoapBindingImpl()
Method Detail

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