Liferay 6.0-ee

com.liferay.portal.editor.fckeditor.command
Class CommandArgument

java.lang.Object
  extended by com.liferay.portal.editor.fckeditor.command.CommandArgument

public class CommandArgument
extends Object


Constructor Summary
CommandArgument(String command, String type, String currentFolder, String newFolder, ThemeDisplay themeDisplay, javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
 String getCommand()
           
 long getCompanyId()
           
 String getCurrentFolder()
           
 Group getCurrentGroup()
           
 String getCurrentGroupName()
           
 javax.servlet.http.HttpServletRequest getHttpServletRequest()
           
 String getNewFolder()
           
 long getPlid()
           
 ThemeDisplay getThemeDisplay()
           
 String getType()
           
 long getUserId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandArgument

public CommandArgument(String command,
                       String type,
                       String currentFolder,
                       String newFolder,
                       ThemeDisplay themeDisplay,
                       javax.servlet.http.HttpServletRequest request)
Method Detail

getCommand

public String getCommand()

getType

public String getType()

getCurrentFolder

public String getCurrentFolder()

getNewFolder

public String getNewFolder()

getThemeDisplay

public ThemeDisplay getThemeDisplay()

getHttpServletRequest

public javax.servlet.http.HttpServletRequest getHttpServletRequest()

getCompanyId

public long getCompanyId()

getCurrentGroup

public Group getCurrentGroup()
                      throws Exception
Throws:
Exception

getCurrentGroupName

public String getCurrentGroupName()

getUserId

public long getUserId()

getPlid

public long getPlid()
             throws Exception
Throws:
Exception

Liferay 6.0-ee