com.ibm.commerce.cache.commands
Class CacheCommandImpl

java.lang.Object
  |
  +--com.ibm.commerce.command.AbstractECCommand
        |
        +--com.ibm.commerce.command.TaskCommandImpl
              |
              +--com.ibm.commerce.cache.commands.CacheCommandImpl
All Implemented Interfaces:
CacheCommand, ECCommand, TaskCommand

public class CacheCommandImpl
extends TaskCommandImpl
implements CacheCommand

Default implementation of CacheCommand Interface getKeyValues returns null.


Field Summary
protected  java.util.Vector ivKeyValues
           
 
Fields inherited from class com.ibm.commerce.command.AbstractECCommand
commandContext
 
Fields inherited from interface com.ibm.commerce.cache.commands.CacheCommand
NAME
 
Fields inherited from interface com.ibm.commerce.command.TaskCommand
COPYRIGHT
 
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
 
Constructor Summary
CacheCommandImpl()
           
 
Method Summary
 java.util.Vector getKeyValues()
          getKeyValue method comment.
 TypedProperty getRequestProperties()
           
 void setKeyValues(java.util.Vector avKeyValues)
          setKeyValue method comment.
 void setRequestProperties(TypedProperty newRequestProperties)
          Sets the name of the default document to be returned by this view command
 
Methods inherited from class com.ibm.commerce.command.AbstractECCommand
accessControlCheck, checkIsAllowed, checkResourcePermission, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, performExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

ivKeyValues

protected java.util.Vector ivKeyValues
Constructor Detail

CacheCommandImpl

public CacheCommandImpl()
Method Detail

getKeyValues

public java.util.Vector getKeyValues()
getKeyValue method comment.
Specified by:
getKeyValues in interface CacheCommand
Following copied from interface: com.ibm.commerce.cache.commands.CacheCommand
Returns:
java.util.Vector

getRequestProperties

public TypedProperty getRequestProperties()
Returns:
com.ibm.commerce.datatype.TypedProperty

setKeyValues

public void setKeyValues(java.util.Vector avKeyValues)
setKeyValue method comment.
Specified by:
setKeyValues in interface CacheCommand
Following copied from interface: com.ibm.commerce.cache.commands.CacheCommand
Parameters:
avKeyValues - java.lang.Vector

setRequestProperties

public void setRequestProperties(TypedProperty newRequestProperties)
Description copied from interface: CacheCommand
Sets the name of the default document to be returned by this view command
Specified by:
setRequestProperties in interface CacheCommand
Parameters:
newRequestProperties - com.ibm.commerce.datatype.TypedProperty