|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.client.soap.portal.service.ServiceContext
public class ServiceContext
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 |
---|
public 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 |
---|
public boolean isAddCommunityPermissions()
public void setAddCommunityPermissions(boolean addCommunityPermissions)
addCommunityPermissions
- public boolean isAddGuestPermissions()
public void setAddGuestPermissions(boolean addGuestPermissions)
addGuestPermissions
- public long[] getAssetCategoryIds()
public void setAssetCategoryIds(long[] assetCategoryIds)
assetCategoryIds
- public java.lang.String[] getAssetTagNames()
public void setAssetTagNames(java.lang.String[] assetTagNames)
assetTagNames
- public java.util.HashMap getAttributes()
public void setAttributes(java.util.HashMap attributes)
attributes
- public java.lang.String getCommand()
public void setCommand(java.lang.String command)
command
- public boolean isCommandAdd()
public void setCommandAdd(boolean commandAdd)
commandAdd
- public boolean isCommandUpdate()
public void setCommandUpdate(boolean commandUpdate)
commandUpdate
- public java.lang.String[] getCommunityPermissions()
public void setCommunityPermissions(java.lang.String[] communityPermissions)
communityPermissions
- public long getCompanyId()
public void setCompanyId(long companyId)
companyId
- public java.util.HashMap getExpandoBridgeAttributes()
public void setExpandoBridgeAttributes(java.util.HashMap expandoBridgeAttributes)
expandoBridgeAttributes
- public java.lang.String[] getGuestPermissions()
public void setGuestPermissions(java.lang.String[] guestPermissions)
guestPermissions
- public java.lang.String getLanguageId()
public void setLanguageId(java.lang.String languageId)
languageId
- public java.lang.String getLayoutFullURL()
public void setLayoutFullURL(java.lang.String layoutFullURL)
layoutFullURL
- public java.lang.String getLayoutURL()
public void setLayoutURL(java.lang.String layoutURL)
layoutURL
- public java.lang.String getPathMain()
public void setPathMain(java.lang.String pathMain)
pathMain
- public long getPlid()
public void setPlid(long plid)
plid
- public java.lang.String getPortalURL()
public void setPortalURL(java.lang.String portalURL)
portalURL
- public PortletPreferencesIds getPortletPreferencesIds()
public void setPortletPreferencesIds(PortletPreferencesIds portletPreferencesIds)
portletPreferencesIds
- public long getScopeGroupId()
public void setScopeGroupId(long scopeGroupId)
scopeGroupId
- public boolean isStartWorkflow()
public void setStartWorkflow(boolean startWorkflow)
startWorkflow
- public int getStatus()
public void setStatus(int status)
status
- public java.lang.String getUserDisplayURL()
public void setUserDisplayURL(java.lang.String userDisplayURL)
userDisplayURL
- public long getUserId()
public void setUserId(long userId)
userId
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |