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, long[] assetCategoryIds, java.lang.String[] assetTagNames, java.util.HashMap attributes, java.lang.String command, boolean commandAdd, boolean commandUpdate, java.lang.String[] communityPermissions, long companyId, java.util.HashMap expandoBridgeAttributes, java.lang.String[] guestPermissions, java.lang.String languageId, java.lang.String layoutFullURL, java.lang.String layoutURL, java.lang.String pathMain, long plid, java.lang.String portalURL, PortletPreferencesIds portletPreferencesIds, long scopeGroupId, boolean startWorkflow, int status, java.lang.String userDisplayURL, long userId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long[] getAssetCategoryIds()
          Gets the assetCategoryIds value for this ServiceContext.
 java.lang.String[] getAssetTagNames()
          Gets the assetTagNames value for this ServiceContext.
 java.util.HashMap getAttributes()
          Gets the attributes value for this ServiceContext.
 java.lang.String getCommand()
          Gets the command 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 getLayoutFullURL()
          Gets the layoutFullURL 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
 int getStatus()
          Gets the status 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.
 boolean isCommandAdd()
          Gets the commandAdd value for this ServiceContext.
 boolean isCommandUpdate()
          Gets the commandUpdate value for this ServiceContext.
 boolean isStartWorkflow()
          Gets the startWorkflow 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 setAssetCategoryIds(long[] assetCategoryIds)
          Sets the assetCategoryIds value for this ServiceContext.
 void setAssetTagNames(java.lang.String[] assetTagNames)
          Sets the assetTagNames value for this ServiceContext.
 void setAttributes(java.util.HashMap attributes)
          Sets the attributes value for this ServiceContext.
 void setCommand(java.lang.String command)
          Sets the command value for this ServiceContext.
 void setCommandAdd(boolean commandAdd)
          Sets the commandAdd value for this ServiceContext.
 void setCommandUpdate(boolean commandUpdate)
          Sets the commandUpdate 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 setLayoutFullURL(java.lang.String layoutFullURL)
          Sets the layoutFullURL 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 setStartWorkflow(boolean startWorkflow)
          Sets the startWorkflow value for this ServiceContext.
 void setStatus(int status)
          Sets the status 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,
                      long[] assetCategoryIds,
                      java.lang.String[] assetTagNames,
                      java.util.HashMap attributes,
                      java.lang.String command,
                      boolean commandAdd,
                      boolean commandUpdate,
                      java.lang.String[] communityPermissions,
                      long companyId,
                      java.util.HashMap expandoBridgeAttributes,
                      java.lang.String[] guestPermissions,
                      java.lang.String languageId,
                      java.lang.String layoutFullURL,
                      java.lang.String layoutURL,
                      java.lang.String pathMain,
                      long plid,
                      java.lang.String portalURL,
                      PortletPreferencesIds portletPreferencesIds,
                      long scopeGroupId,
                      boolean startWorkflow,
                      int status,
                      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 -

getAssetCategoryIds

public long[] getAssetCategoryIds()
Gets the assetCategoryIds value for this ServiceContext.

Returns:
assetCategoryIds

setAssetCategoryIds

public void setAssetCategoryIds(long[] assetCategoryIds)
Sets the assetCategoryIds value for this ServiceContext.

Parameters:
assetCategoryIds -

getAssetTagNames

public java.lang.String[] getAssetTagNames()
Gets the assetTagNames value for this ServiceContext.

Returns:
assetTagNames

setAssetTagNames

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

Parameters:
assetTagNames -

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 -

getCommand

public java.lang.String getCommand()
Gets the command value for this ServiceContext.

Returns:
command

setCommand

public void setCommand(java.lang.String command)
Sets the command value for this ServiceContext.

Parameters:
command -

isCommandAdd

public boolean isCommandAdd()
Gets the commandAdd value for this ServiceContext.

Returns:
commandAdd

setCommandAdd

public void setCommandAdd(boolean commandAdd)
Sets the commandAdd value for this ServiceContext.

Parameters:
commandAdd -

isCommandUpdate

public boolean isCommandUpdate()
Gets the commandUpdate value for this ServiceContext.

Returns:
commandUpdate

setCommandUpdate

public void setCommandUpdate(boolean commandUpdate)
Sets the commandUpdate value for this ServiceContext.

Parameters:
commandUpdate -

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 -

getLayoutFullURL

public java.lang.String getLayoutFullURL()
Gets the layoutFullURL value for this ServiceContext.

Returns:
layoutFullURL

setLayoutFullURL

public void setLayoutFullURL(java.lang.String layoutFullURL)
Sets the layoutFullURL value for this ServiceContext.

Parameters:
layoutFullURL -

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 -

isStartWorkflow

public boolean isStartWorkflow()
Gets the startWorkflow value for this ServiceContext.

Returns:
startWorkflow

setStartWorkflow

public void setStartWorkflow(boolean startWorkflow)
Sets the startWorkflow value for this ServiceContext.

Parameters:
startWorkflow -

getStatus

public int getStatus()
Gets the status value for this ServiceContext.

Returns:
status

setStatus

public void setStatus(int status)
Sets the status value for this ServiceContext.

Parameters:
status -

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