com.liferay.portal.editor.fckeditor.command
Class CommandArgument
java.lang.Object
com.liferay.portal.editor.fckeditor.command.CommandArgument
public class CommandArgument
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandArgument
public CommandArgument(String command,
String type,
String currentFolder,
String newFolder,
ThemeDisplay themeDisplay,
javax.servlet.http.HttpServletRequest request)
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()
getNewFolder
public String getNewFolder()
getPlid
public long getPlid()
throws Exception
- Throws:
Exception
getThemeDisplay
public ThemeDisplay getThemeDisplay()
getType
public String getType()
getUserId
public long getUserId()