Liferay 6.0.5

com.liferay.portlet.documentlibrary.sharepoint
Class DLSharepointStorageImpl

java.lang.Object
  extended by com.liferay.portal.sharepoint.BaseSharepointStorageImpl
      extended by com.liferay.portlet.documentlibrary.sharepoint.DLSharepointStorageImpl
All Implemented Interfaces:
SharepointStorage

public class DLSharepointStorageImpl
extends BaseSharepointStorageImpl


Constructor Summary
DLSharepointStorageImpl()
           
 
Method Summary
 void addDocumentElements(SharepointRequest sharepointRequest, Element element)
           
 void createFolder(SharepointRequest sharepointRequest)
           
 InputStream getDocumentInputStream(SharepointRequest sharepointRequest)
           
 Tree getDocumentsTree(SharepointRequest sharepointRequest)
           
 Tree getDocumentTree(SharepointRequest sharepointRequest)
           
protected  DLFileEntry getFileEntry(SharepointRequest sharepointRequest)
           
protected  Tree getFileEntryTree(DLFileEntry fileEntry, String parentFolderPath)
           
 Tree getFoldersTree(SharepointRequest sharepointRequest)
           
protected  Tree getFolderTree(DLFolder folder, String parentFolderPath)
           
 Tree getFolderTree(SharepointRequest sharepointRequest)
           
 void getParentFolderIds(long groupId, String path, List<Long> folderIds)
           
 Tree[] moveDocument(SharepointRequest sharepointRequest)
           
 void putDocument(SharepointRequest sharepointRequest)
           
 Tree[] removeDocument(SharepointRequest sharepointRequest)
           
 
Methods inherited from class com.liferay.portal.sharepoint.BaseSharepointStorageImpl
addDocumentElement, getDate, getDocumentTree, getFolderTree, getFolderTree, getLastFolderId, getParentFolderPath, getResourceName, removeFoldersFromPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLSharepointStorageImpl

public DLSharepointStorageImpl()
Method Detail

addDocumentElements

public void addDocumentElements(SharepointRequest sharepointRequest,
                                Element element)
                         throws Exception
Specified by:
addDocumentElements in interface SharepointStorage
Overrides:
addDocumentElements in class BaseSharepointStorageImpl
Throws:
Exception

createFolder

public void createFolder(SharepointRequest sharepointRequest)
                  throws Exception
Specified by:
createFolder in interface SharepointStorage
Overrides:
createFolder in class BaseSharepointStorageImpl
Throws:
Exception

getDocumentInputStream

public InputStream getDocumentInputStream(SharepointRequest sharepointRequest)
                                   throws Exception
Specified by:
getDocumentInputStream in interface SharepointStorage
Overrides:
getDocumentInputStream in class BaseSharepointStorageImpl
Throws:
Exception

getDocumentTree

public Tree getDocumentTree(SharepointRequest sharepointRequest)
                     throws Exception
Specified by:
getDocumentTree in interface SharepointStorage
Overrides:
getDocumentTree in class BaseSharepointStorageImpl
Throws:
Exception

getDocumentsTree

public Tree getDocumentsTree(SharepointRequest sharepointRequest)
                      throws Exception
Specified by:
getDocumentsTree in interface SharepointStorage
Overrides:
getDocumentsTree in class BaseSharepointStorageImpl
Throws:
Exception

getFolderTree

public Tree getFolderTree(SharepointRequest sharepointRequest)
                   throws Exception
Specified by:
getFolderTree in interface SharepointStorage
Overrides:
getFolderTree in class BaseSharepointStorageImpl
Throws:
Exception

getFoldersTree

public Tree getFoldersTree(SharepointRequest sharepointRequest)
                    throws Exception
Specified by:
getFoldersTree in interface SharepointStorage
Overrides:
getFoldersTree in class BaseSharepointStorageImpl
Throws:
Exception

getParentFolderIds

public void getParentFolderIds(long groupId,
                               String path,
                               List<Long> folderIds)
                        throws Exception
Specified by:
getParentFolderIds in interface SharepointStorage
Overrides:
getParentFolderIds in class BaseSharepointStorageImpl
Throws:
Exception

moveDocument

public Tree[] moveDocument(SharepointRequest sharepointRequest)
                    throws Exception
Specified by:
moveDocument in interface SharepointStorage
Overrides:
moveDocument in class BaseSharepointStorageImpl
Throws:
Exception

putDocument

public void putDocument(SharepointRequest sharepointRequest)
                 throws Exception
Specified by:
putDocument in interface SharepointStorage
Overrides:
putDocument in class BaseSharepointStorageImpl
Throws:
Exception

removeDocument

public Tree[] removeDocument(SharepointRequest sharepointRequest)
Specified by:
removeDocument in interface SharepointStorage
Overrides:
removeDocument in class BaseSharepointStorageImpl

getFolderTree

protected Tree getFolderTree(DLFolder folder,
                             String parentFolderPath)

getFileEntry

protected DLFileEntry getFileEntry(SharepointRequest sharepointRequest)
                            throws Exception
Throws:
Exception

getFileEntryTree

protected Tree getFileEntryTree(DLFileEntry fileEntry,
                                String parentFolderPath)

Liferay 6.0.5