public class SharepointRequest
extends Object
Constructor and Description |
---|
SharepointRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
com.liferay.portal.kernel.model.User user) |
SharepointRequest(String rootPath) |
Modifier and Type | Method and Description |
---|---|
void |
addParam(String key,
String value) |
protected void |
addParams() |
byte[] |
getBytes() |
long |
getCompanyId() |
javax.servlet.http.HttpServletRequest |
getHttpServletRequest() |
javax.servlet.http.HttpServletResponse |
getHttpServletResponse() |
String |
getParameterValue(String name) |
String |
getRootPath() |
SharepointStorage |
getSharepointStorage() |
com.liferay.portal.kernel.model.User |
getUser() |
long |
getUserId() |
void |
setBytes(byte[] bytes) |
void |
setRootPath(String rootPath) |
void |
setSharepointStorage(SharepointStorage storage) |
public SharepointRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, com.liferay.portal.kernel.model.User user) throws SharepointException
SharepointException
public SharepointRequest(String rootPath) throws SharepointException
SharepointException
public void addParam(String key, String value)
public byte[] getBytes()
public long getCompanyId()
public javax.servlet.http.HttpServletRequest getHttpServletRequest()
public javax.servlet.http.HttpServletResponse getHttpServletResponse()
public String getParameterValue(String name)
public String getRootPath()
public SharepointStorage getSharepointStorage()
public com.liferay.portal.kernel.model.User getUser()
public long getUserId()
public void setBytes(byte[] bytes)
public void setRootPath(String rootPath)
public void setSharepointStorage(SharepointStorage storage)
protected void addParams() throws SharepointException
SharepointException