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.
Fields inherited from interface com.ibm.commerce.cache.commands.CacheCommand |
NAME |
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 |
ivKeyValues
protected java.util.Vector ivKeyValues
CacheCommandImpl
public CacheCommandImpl()
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