Liferay 6.1.2-ce-ga3

com.liferay.portal.editor.fckeditor.receiver.impl
Class DocumentCommandReceiver

java.lang.Object
  extended by com.liferay.portal.editor.fckeditor.receiver.impl.BaseCommandReceiver
      extended by com.liferay.portal.editor.fckeditor.receiver.impl.DocumentCommandReceiver
All Implemented Interfaces:
CommandReceiver

public class DocumentCommandReceiver
extends BaseCommandReceiver


Constructor Summary
DocumentCommandReceiver()
           
 
Method Summary
protected  String createFolder(CommandArgument commandArgument)
           
protected  String fileUpload(CommandArgument commandArgument, String fileName, InputStream inputStream, String contentType, long size)
           
protected  void getFolders(CommandArgument commandArgument, Document document, Node rootNode)
           
protected  void getFoldersAndFiles(CommandArgument commandArgument, Document document, Node rootNode)
           
protected  boolean isStagedData(Group group)
           
 
Methods inherited from class com.liferay.portal.editor.fckeditor.receiver.impl.BaseCommandReceiver
createFolder, fileUpload, getFolders, getFoldersAndFiles, getPath, getRootFolders, getSize, getSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentCommandReceiver

public DocumentCommandReceiver()
Method Detail

createFolder

protected String createFolder(CommandArgument commandArgument)
Specified by:
createFolder in class BaseCommandReceiver

fileUpload

protected String fileUpload(CommandArgument commandArgument,
                            String fileName,
                            InputStream inputStream,
                            String contentType,
                            long size)
Specified by:
fileUpload in class BaseCommandReceiver

getFolders

protected void getFolders(CommandArgument commandArgument,
                          Document document,
                          Node rootNode)
Specified by:
getFolders in class BaseCommandReceiver

getFoldersAndFiles

protected void getFoldersAndFiles(CommandArgument commandArgument,
                                  Document document,
                                  Node rootNode)
Specified by:
getFoldersAndFiles in class BaseCommandReceiver

isStagedData

protected boolean isStagedData(Group group)
Overrides:
isStagedData in class BaseCommandReceiver

Liferay 6.1.2-ce-ga3