Liferay 6.2-ce-ga5

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

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

public class AttachmentCommandReceiver
extends BaseCommandReceiver


Constructor Summary
AttachmentCommandReceiver()
           
 
Method Summary
protected  String createFolder(CommandArgument commandArgument)
           
protected  String fileUpload(CommandArgument commandArgument, String fileName, InputStream inputStream, String extension, 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

AttachmentCommandReceiver

public AttachmentCommandReceiver()
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 extension,
                            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.2-ce-ga5