Liferay 6.2-ce-ga5

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()
           
 Locale getLocale()
           
 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()

getCompanyId

public long getCompanyId()

getCurrentFolder

public String getCurrentFolder()

getCurrentGroup

public Group getCurrentGroup()
                      throws Exception
Throws:
Exception

getCurrentGroupName

public String getCurrentGroupName()

getHttpServletRequest

public javax.servlet.http.HttpServletRequest getHttpServletRequest()

getLocale

public Locale getLocale()

getNewFolder

public String getNewFolder()

getPlid

public long getPlid()
             throws Exception
Throws:
Exception

getThemeDisplay

public ThemeDisplay getThemeDisplay()

getType

public String getType()

getUserId

public long getUserId()

Liferay 6.2-ce-ga5