Liferay 6.2-ce-ga5

com.liferay.portal.sharepoint.methods
Class UncheckoutDocumentMethodImpl

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

public class UncheckoutDocumentMethodImpl
extends BaseMethodImpl


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

Constructor Detail

UncheckoutDocumentMethodImpl

public UncheckoutDocumentMethodImpl()
Method Detail

getMethodName

public String getMethodName()

getRootPath

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

getElements

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

Liferay 6.2-ce-ga5