com.liferay.client.soap.portal.service
Class ServiceContext

java.lang.Object
  extended by com.liferay.client.soap.portal.service.ServiceContext
All Implemented Interfaces:
java.io.Serializable

public class ServiceContext
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ServiceContext()
           
ServiceContext(boolean addCommunityPermissions, boolean addGuestPermissions, java.util.HashMap attributes, java.lang.String[] communityPermissions, long companyId, java.util.HashMap expandoBridgeAttributes, java.lang.String[] guestPermissions, java.lang.String languageId, java.lang.String layoutURL, java.lang.String pathMain, long plid, java.lang.String portalURL, PortletPreferencesIds portletPreferencesIds, long scopeGroupId, java.lang.String[] tagsCategories, java.lang.String[] tagsEntries, java.lang.String userDisplayURL, long userId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.HashMap getAttributes()
          Gets the attributes value for this ServiceContext.
 java.lang.String[] getCommunityPermissions()
          Gets the communityPermissions value for this ServiceContext.
 long getCompanyId()
          Gets the companyId value for this ServiceContext.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.util.HashMap getExpandoBridgeAttributes()
          Gets the expandoBridgeAttributes value for this ServiceContext.
 java.lang.String[] getGuestPermissions()
          Gets the guestPermissions value for this ServiceContext.
 java.lang.String getLanguageId()
          Gets the languageId value for this ServiceContext.
 java.lang.String getLayoutURL()
          Gets the layoutURL value for this ServiceContext.
 java.lang.String getPathMain()
          Gets the pathMain value for this ServiceContext.
 long getPlid()
          Gets the plid value for this ServiceContext.
 java.lang.String getPortalURL()
          Gets the portalURL value for this ServiceContext.
 PortletPreferencesIds getPortletPreferencesIds()
          Gets the portletPreferencesIds value for this ServiceContext.
 long getScopeGroupId()
          Gets the scopeGroupId value for this ServiceContext.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String[] getTagsCategories()
          Gets the tagsCategories value for this ServiceContext.
 java.lang.String[] getTagsEntries()
          Gets the tagsEntries value for this ServiceContext.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUserDisplayURL()
          Gets the userDisplayURL value for this ServiceContext.
 long getUserId()
          Gets the userId value for this ServiceContext.
 int hashCode()
           
 boolean isAddCommunityPermissions()
          Gets the addCommunityPermissions value for this ServiceContext.
 boolean isAddGuestPermissions()
          Gets the addGuestPermissions value for this ServiceContext.
 void setAddCommunityPermissions(boolean addCommunityPermissions)
          Sets the addCommunityPermissions value for this ServiceContext.
 void setAddGuestPermissions(boolean addGuestPermissions)
          Sets the addGuestPermissions value for this ServiceContext.
 void setAttributes(java.util.HashMap attributes)
          Sets the attributes value for this ServiceContext.
 void setCommunityPermissions(java.lang.String[] communityPermissions)
          Sets the communityPermissions value for this ServiceContext.
 void setCompanyId(long companyId)
          Sets the companyId value for this ServiceContext.
 void setExpandoBridgeAttributes(java.util.HashMap expandoBridgeAttributes)
          Sets the expandoBridgeAttributes value for this ServiceContext.
 void setGuestPermissions(java.lang.String[] guestPermissions)
          Sets the guestPermissions value for this ServiceContext.
 void setLanguageId(java.lang.String languageId)
          Sets the languageId value for this ServiceContext.
 void setLayoutURL(java.lang.String layoutURL)
          Sets the layoutURL value for this ServiceContext.
 void setPathMain(java.lang.String pathMain)
          Sets the pathMain value for this ServiceContext.
 void setPlid(long plid)
          Sets the plid value for this ServiceContext.
 void setPortalURL(java.lang.String portalURL)
          Sets the portalURL value for this ServiceContext.
 void setPortletPreferencesIds(PortletPreferencesIds portletPreferencesIds)
          Sets the portletPreferencesIds value for this ServiceContext.
 void setScopeGroupId(long scopeGroupId)
          Sets the scopeGroupId value for this ServiceContext.
 void setTagsCategories(java.lang.String[] tagsCategories)
          Sets the tagsCategories value for this ServiceContext.
 void setTagsEntries(java.lang.String[] tagsEntries)
          Sets the tagsEntries value for this ServiceContext.
 void setUserDisplayURL(java.lang.String userDisplayURL)
          Sets the userDisplayURL value for this ServiceContext.
 void setUserId(long userId)
          Sets the userId value for this ServiceContext.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceContext

public ServiceContext()

ServiceContext

public ServiceContext(boolean addCommunityPermissions,
                      boolean addGuestPermissions,
                      java.util.HashMap attributes,
                      java.lang.String[] communityPermissions,
                      long companyId,
                      java.util.HashMap expandoBridgeAttributes,
                      java.lang.String[] guestPermissions,
                      java.lang.String languageId,
                      java.lang.String layoutURL,
                      java.lang.String pathMain,
                      long plid,
                      java.lang.String portalURL,
                      PortletPreferencesIds portletPreferencesIds,
                      long scopeGroupId,
                      java.lang.String[] tagsCategories,
                      java.lang.String[] tagsEntries,
                      java.lang.String userDisplayURL,
                      long userId)
Method Detail

isAddCommunityPermissions

public boolean isAddCommunityPermissions()
Gets the addCommunityPermissions value for this ServiceContext.

Returns:
addCommunityPermissions

setAddCommunityPermissions

public void setAddCommunityPermissions(boolean addCommunityPermissions)
Sets the addCommunityPermissions value for this ServiceContext.

Parameters:
addCommunityPermissions -

isAddGuestPermissions

public boolean isAddGuestPermissions()
Gets the addGuestPermissions value for this ServiceContext.

Returns:
addGuestPermissions

setAddGuestPermissions

public void setAddGuestPermissions(boolean addGuestPermissions)
Sets the addGuestPermissions value for this ServiceContext.

Parameters:
addGuestPermissions -

getAttributes

public java.util.HashMap getAttributes()
Gets the attributes value for this ServiceContext.

Returns:
attributes

setAttributes

public void setAttributes(java.util.HashMap attributes)
Sets the attributes value for this ServiceContext.

Parameters:
attributes -

getCommunityPermissions

public java.lang.String[] getCommunityPermissions()
Gets the communityPermissions value for this ServiceContext.

Returns:
communityPermissions

setCommunityPermissions

public void setCommunityPermissions(java.lang.String[] communityPermissions)
Sets the communityPermissions value for this ServiceContext.

Parameters:
communityPermissions -

getCompanyId

public long getCompanyId()
Gets the companyId value for this ServiceContext.

Returns:
companyId

setCompanyId

public void setCompanyId(long companyId)
Sets the companyId value for this ServiceContext.

Parameters:
companyId -

getExpandoBridgeAttributes

public java.util.HashMap getExpandoBridgeAttributes()
Gets the expandoBridgeAttributes value for this ServiceContext.

Returns:
expandoBridgeAttributes

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(java.util.HashMap expandoBridgeAttributes)
Sets the expandoBridgeAttributes value for this ServiceContext.

Parameters:
expandoBridgeAttributes -

getGuestPermissions

public java.lang.String[] getGuestPermissions()
Gets the guestPermissions value for this ServiceContext.

Returns:
guestPermissions

setGuestPermissions

public void setGuestPermissions(java.lang.String[] guestPermissions)
Sets the guestPermissions value for this ServiceContext.

Parameters:
guestPermissions -

getLanguageId

public java.lang.String getLanguageId()
Gets the languageId value for this ServiceContext.

Returns:
languageId

setLanguageId

public void setLanguageId(java.lang.String languageId)
Sets the languageId value for this ServiceContext.

Parameters:
languageId -

getLayoutURL

public java.lang.String getLayoutURL()
Gets the layoutURL value for this ServiceContext.

Returns:
layoutURL

setLayoutURL

public void setLayoutURL(java.lang.String layoutURL)
Sets the layoutURL value for this ServiceContext.

Parameters:
layoutURL -

getPathMain

public java.lang.String getPathMain()
Gets the pathMain value for this ServiceContext.

Returns:
pathMain

setPathMain

public void setPathMain(java.lang.String pathMain)
Sets the pathMain value for this ServiceContext.

Parameters:
pathMain -

getPlid

public long getPlid()
Gets the plid value for this ServiceContext.

Returns:
plid

setPlid

public void setPlid(long plid)
Sets the plid value for this ServiceContext.

Parameters:
plid -

getPortalURL

public java.lang.String getPortalURL()
Gets the portalURL value for this ServiceContext.

Returns:
portalURL

setPortalURL

public void setPortalURL(java.lang.String portalURL)
Sets the portalURL value for this ServiceContext.

Parameters:
portalURL -

getPortletPreferencesIds

public PortletPreferencesIds getPortletPreferencesIds()
Gets the portletPreferencesIds value for this ServiceContext.

Returns:
portletPreferencesIds

setPortletPreferencesIds

public void setPortletPreferencesIds(PortletPreferencesIds portletPreferencesIds)
Sets the portletPreferencesIds value for this ServiceContext.

Parameters:
portletPreferencesIds -

getScopeGroupId

public long getScopeGroupId()
Gets the scopeGroupId value for this ServiceContext.

Returns:
scopeGroupId

setScopeGroupId

public void setScopeGroupId(long scopeGroupId)
Sets the scopeGroupId value for this ServiceContext.

Parameters:
scopeGroupId -

getTagsCategories

public java.lang.String[] getTagsCategories()
Gets the tagsCategories value for this ServiceContext.

Returns:
tagsCategories

setTagsCategories

public void setTagsCategories(java.lang.String[] tagsCategories)
Sets the tagsCategories value for this ServiceContext.

Parameters:
tagsCategories -

getTagsEntries

public java.lang.String[] getTagsEntries()
Gets the tagsEntries value for this ServiceContext.

Returns:
tagsEntries

setTagsEntries

public void setTagsEntries(java.lang.String[] tagsEntries)
Sets the tagsEntries value for this ServiceContext.

Parameters:
tagsEntries -

getUserDisplayURL

public java.lang.String getUserDisplayURL()
Gets the userDisplayURL value for this ServiceContext.

Returns:
userDisplayURL

setUserDisplayURL

public void setUserDisplayURL(java.lang.String userDisplayURL)
Sets the userDisplayURL value for this ServiceContext.

Parameters:
userDisplayURL -

getUserId

public long getUserId()
Gets the userId value for this ServiceContext.

Returns:
userId

setUserId

public void setUserId(long userId)
Sets the userId value for this ServiceContext.

Parameters:
userId -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer