com.liferay.client.soap.portal.service.http
Interface LayoutServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portal_LayoutServiceSoapBindingImpl, Portal_LayoutServiceSoapBindingStub

public interface LayoutServiceSoap
extends java.rmi.Remote


Method Summary
 LayoutSoap addLayout(long groupId, boolean privateLayout, long parentLayoutId, java.lang.String[] localeNamesMapLanguageIds, java.lang.String[] localeNamesMapValues, java.lang.String[] localeTitlesMapLanguageIds, java.lang.String[] localeTitlesMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, java.lang.String[] keywordsMapLanguageIds, java.lang.String[] keywordsMapValues, java.lang.String[] robotsMapLanguageIds, java.lang.String[] robotsMapValues, java.lang.String type, boolean hidden, java.lang.String friendlyURL, ServiceContext serviceContext)
           
 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, ServiceContext serviceContext)
           
 void deleteLayout(long groupId, boolean privateLayout, long layoutId, ServiceContext serviceContext)
           
 void deleteLayout(long plid, ServiceContext serviceContext)
           
 long getDefaultPlid(long groupId, long scopeGroupId, boolean privateLayout, java.lang.String portletId)
           
 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)
           
 LayoutSoap[] getLayouts(long groupId, boolean privateLayout)
           
 LayoutSoap[] getLayouts(long groupId, boolean privateLayout, long parentLayoutId)
           
 void setLayouts(long groupId, boolean privateLayout, long parentLayoutId, long[] layoutIds, ServiceContext serviceContext)
           
 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, long parentLayoutId, java.lang.String[] localeNamesMapLanguageIds, java.lang.String[] localeNamesMapValues, java.lang.String[] localeTitlesMapLanguageIds, java.lang.String[] localeTitlesMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, java.lang.String[] keywordsMapLanguageIds, java.lang.String[] keywordsMapValues, java.lang.String[] robotsMapLanguageIds, java.lang.String[] robotsMapValues, java.lang.String type, boolean hidden, java.lang.String friendlyURL, boolean iconImage, byte[] iconBytes, ServiceContext serviceContext)
           
 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)
           
 

Method Detail

addLayout

LayoutSoap addLayout(long groupId,
                     boolean privateLayout,
                     long parentLayoutId,
                     java.lang.String[] localeNamesMapLanguageIds,
                     java.lang.String[] localeNamesMapValues,
                     java.lang.String[] localeTitlesMapLanguageIds,
                     java.lang.String[] localeTitlesMapValues,
                     java.lang.String[] descriptionMapLanguageIds,
                     java.lang.String[] descriptionMapValues,
                     java.lang.String[] keywordsMapLanguageIds,
                     java.lang.String[] keywordsMapValues,
                     java.lang.String[] robotsMapLanguageIds,
                     java.lang.String[] robotsMapValues,
                     java.lang.String type,
                     boolean hidden,
                     java.lang.String friendlyURL,
                     ServiceContext serviceContext)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addLayout

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,
                     ServiceContext serviceContext)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteLayout

void deleteLayout(long plid,
                  ServiceContext serviceContext)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteLayout

void deleteLayout(long groupId,
                  boolean privateLayout,
                  long layoutId,
                  ServiceContext serviceContext)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDefaultPlid

long getDefaultPlid(long groupId,
                    long scopeGroupId,
                    boolean privateLayout,
                    java.lang.String portletId)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getLayoutName

java.lang.String getLayoutName(long groupId,
                               boolean privateLayout,
                               long layoutId,
                               java.lang.String languageId)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getLayoutReferences

LayoutReference[] getLayoutReferences(long companyId,
                                      java.lang.String portletId,
                                      java.lang.String preferencesKey,
                                      java.lang.String preferencesValue)
                                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getLayouts

LayoutSoap[] getLayouts(long groupId,
                        boolean privateLayout)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getLayouts

LayoutSoap[] getLayouts(long groupId,
                        boolean privateLayout,
                        long parentLayoutId)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setLayouts

void setLayouts(long groupId,
                boolean privateLayout,
                long parentLayoutId,
                long[] layoutIds,
                ServiceContext serviceContext)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

unschedulePublishToLive

void unschedulePublishToLive(long groupId,
                             java.lang.String jobName,
                             java.lang.String groupName)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

unschedulePublishToRemote

void unschedulePublishToRemote(long groupId,
                               java.lang.String jobName,
                               java.lang.String groupName)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateLayout

LayoutSoap updateLayout(long groupId,
                        boolean privateLayout,
                        long layoutId,
                        long parentLayoutId,
                        java.lang.String[] localeNamesMapLanguageIds,
                        java.lang.String[] localeNamesMapValues,
                        java.lang.String[] localeTitlesMapLanguageIds,
                        java.lang.String[] localeTitlesMapValues,
                        java.lang.String[] descriptionMapLanguageIds,
                        java.lang.String[] descriptionMapValues,
                        java.lang.String[] keywordsMapLanguageIds,
                        java.lang.String[] keywordsMapValues,
                        java.lang.String[] robotsMapLanguageIds,
                        java.lang.String[] robotsMapValues,
                        java.lang.String type,
                        boolean hidden,
                        java.lang.String friendlyURL,
                        boolean iconImage,
                        byte[] iconBytes,
                        ServiceContext serviceContext)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateLayout

LayoutSoap updateLayout(long groupId,
                        boolean privateLayout,
                        long layoutId,
                        java.lang.String typeSettings)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateLookAndFeel

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
Throws:
java.rmi.RemoteException

updateName

LayoutSoap updateName(long groupId,
                      boolean privateLayout,
                      long layoutId,
                      java.lang.String name,
                      java.lang.String languageId)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateName

LayoutSoap updateName(long plid,
                      java.lang.String name,
                      java.lang.String languageId)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateParentLayoutId

LayoutSoap updateParentLayoutId(long groupId,
                                boolean privateLayout,
                                long layoutId,
                                long parentLayoutId)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateParentLayoutId

LayoutSoap updateParentLayoutId(long plid,
                                long parentPlid)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updatePriority

LayoutSoap updatePriority(long groupId,
                          boolean privateLayout,
                          long layoutId,
                          int priority)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updatePriority

LayoutSoap updatePriority(long plid,
                          int priority)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException