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