com.liferay.portal.editor.fckeditor.command
Class CommandArgument
java.lang.Object
com.liferay.portal.editor.fckeditor.command.CommandArgument
public class CommandArgument
- extends java.lang.Object
- Author:
- Ivica Cardic, Brian Wing Shun Chan
|
Constructor Summary |
CommandArgument(java.lang.String command,
java.lang.String type,
java.lang.String currentFolder,
java.lang.String newFolder,
com.liferay.portal.theme.ThemeDisplay themeDisplay,
javax.servlet.http.HttpServletRequest request)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandArgument
public CommandArgument(java.lang.String command,
java.lang.String type,
java.lang.String currentFolder,
java.lang.String newFolder,
com.liferay.portal.theme.ThemeDisplay themeDisplay,
javax.servlet.http.HttpServletRequest request)
getCommand
public java.lang.String getCommand()
getCompanyId
public long getCompanyId()
getCurrentFolder
public java.lang.String getCurrentFolder()
getCurrentGroup
public com.liferay.portal.model.Group getCurrentGroup()
throws java.lang.Exception
- Throws:
java.lang.Exception
getCurrentGroupName
public java.lang.String getCurrentGroupName()
getHttpServletRequest
public javax.servlet.http.HttpServletRequest getHttpServletRequest()
getNewFolder
public java.lang.String getNewFolder()
getPlid
public long getPlid()
throws java.lang.Exception
- Throws:
java.lang.Exception
getThemeDisplay
public com.liferay.portal.theme.ThemeDisplay getThemeDisplay()
getType
public java.lang.String getType()
getUserId
public long getUserId()