com.endeca.portal.actions.model
Class RefinementActionModel
java.lang.Object
com.endeca.portal.actions.model.CommonActionModel
com.endeca.portal.actions.model.RefinementActionModel
public class RefinementActionModel
- extends CommonActionModel
Methods inherited from class com.endeca.portal.actions.model.CommonActionModel |
getActionId, getActionName, getActionType, getChecked, getEditable, getEnable, getId, getOrderable, getRemovable, setActionName, setActionType, setChecked, setEditable, setEnable, setId, setOrderable, setRemovable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RefinementActionModel
public RefinementActionModel()
getActionConfig
public java.util.HashMap<java.lang.String,java.lang.Object> getActionConfig()
- Overrides:
getActionConfig
in class CommonActionModel
- Returns:
- the actionConfig
- Throws:
java.lang.IllegalAccessException
java.lang.IllegalArgumentException
setActionConfig
public void setActionConfig(java.util.HashMap<java.lang.String,java.lang.Object> actionConfig)
isAllowMuti
public boolean isAllowMuti()
- Returns:
- the allowMuti
setAllowMuti
public void setAllowMuti(boolean allowMuti)
- Parameters:
allowMuti
- the allowMuti to set
getIsCurrentPage
public boolean getIsCurrentPage()
- Returns:
- the isCurrentPage
setIsCurrentPage
public void setIsCurrentPage(boolean isCurrentPage)
- Parameters:
isCurrentPage
- the isCurrentPage to set
getTargetPage
public java.lang.String getTargetPage()
- Returns:
- the targetPage
setTargetPage
public void setTargetPage(java.lang.String targetPage)
- Parameters:
targetPage
- the targetPage to set
getSelectedColumns
public java.util.List<java.lang.String> getSelectedColumns()
- Returns:
- the selectedColumns
setSelectedColumns
public void setSelectedColumns(java.util.List<java.lang.String> selectedColumns)
- Parameters:
selectedColumns
- the selectedColumns to set
getCustomConfig
public java.util.HashMap<java.lang.String,java.lang.Object> getCustomConfig()
setCustomConfig
public void setCustomConfig(java.util.HashMap<java.lang.String,java.lang.Object> customConfig)