com.liferay.portal.sharepoint
Class SharepointRequest
java.lang.Object
com.liferay.portal.sharepoint.SharepointRequest
public class SharepointRequest
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SharepointRequest
public SharepointRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
User user)
throws SharepointException
- Throws:
SharepointException
SharepointRequest
public SharepointRequest(String rootPath)
addParam
public void addParam(String key,
String value)
getBytes
public byte[] getBytes()
getCompanyId
public long getCompanyId()
getHttpServletRequest
public javax.servlet.http.HttpServletRequest getHttpServletRequest()
getHttpServletResponse
public javax.servlet.http.HttpServletResponse getHttpServletResponse()
getParameterValue
public String getParameterValue(String name)
getRootPath
public String getRootPath()
getSharepointStorage
public SharepointStorage getSharepointStorage()
getUser
public User getUser()
getUserId
public long getUserId()
setBytes
public void setBytes(byte[] bytes)
setRootPath
public void setRootPath(String rootPath)
setSharepointStorage
public void setSharepointStorage(SharepointStorage storage)
addParams
protected void addParams()
throws SharepointException
- Throws:
SharepointException