com.endeca.portal.actions.model
Class RefinementActionModel

java.lang.Object
  extended by com.endeca.portal.actions.model.CommonActionModel
      extended by com.endeca.portal.actions.model.RefinementActionModel

public class RefinementActionModel
extends CommonActionModel


Field Summary
 
Fields inherited from class com.endeca.portal.actions.model.CommonActionModel
CLASS_PROPERTY
 
Constructor Summary
RefinementActionModel()
           
 
Method Summary
 java.util.HashMap<java.lang.String,java.lang.Object> getActionConfig()
           
 java.util.HashMap<java.lang.String,java.lang.Object> getCustomConfig()
           
 boolean getIsCurrentPage()
           
 java.util.List<java.lang.String> getSelectedColumns()
           
 java.lang.String getTargetPage()
           
 boolean isAllowMuti()
           
 void setActionConfig(java.util.HashMap<java.lang.String,java.lang.Object> actionConfig)
           
 void setAllowMuti(boolean allowMuti)
           
 void setCustomConfig(java.util.HashMap<java.lang.String,java.lang.Object> customConfig)
           
 void setIsCurrentPage(boolean isCurrentPage)
           
 void setSelectedColumns(java.util.List<java.lang.String> selectedColumns)
           
 void setTargetPage(java.lang.String targetPage)
           
 
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
 

Constructor Detail

RefinementActionModel

public RefinementActionModel()
Method Detail

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)