com.liferay.portal.sharepoint.methods
Class GetDocumentMethodImpl

java.lang.Object
  extended by com.liferay.portal.sharepoint.methods.BaseMethodImpl
      extended by com.liferay.portal.sharepoint.methods.GetDocumentMethodImpl
All Implemented Interfaces:
Method

public class GetDocumentMethodImpl
extends BaseMethodImpl

View Source

Author:
Bruno Farache

Field Summary
 
Fields inherited from interface com.liferay.portal.sharepoint.methods.Method
GET, POST
 
Constructor Summary
GetDocumentMethodImpl()
           
 
Method Summary
protected  void doProcess(SharepointRequest sharepointRequest)
           
protected  java.util.List<ResponseElement> getElements(SharepointRequest sharepointRequest)
           
 java.lang.String getMethodName()
           
 java.lang.String getRootPath(SharepointRequest sharepointRequest)
           
 
Methods inherited from class com.liferay.portal.sharepoint.methods.BaseMethodImpl
getResponseBuffer, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDocumentMethodImpl

public GetDocumentMethodImpl()
Method Detail

getMethodName

public java.lang.String getMethodName()

getRootPath

public java.lang.String getRootPath(SharepointRequest sharepointRequest)
Specified by:
getRootPath in interface Method
Overrides:
getRootPath in class BaseMethodImpl

doProcess

protected void doProcess(SharepointRequest sharepointRequest)
                  throws java.lang.Exception
Overrides:
doProcess in class BaseMethodImpl
Throws:
java.lang.Exception

getElements

protected java.util.List<ResponseElement> getElements(SharepointRequest sharepointRequest)
                                               throws java.lang.Exception
Specified by:
getElements in class BaseMethodImpl
Throws:
java.lang.Exception