com.ibm.commerce.scheduler.commands
Interface UpdateLocalRegistryCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand, Protectable, RefreshLocalRegistryCmd

public interface UpdateLocalRegistryCmd
extends RefreshLocalRegistryCmd

Refresh the local copy of the one of the runtime registries that implement com.ibm.commerce.registry.ElementUpdate.

See Also:
ElementUpdate

Field Summary
static java.lang.String COPYRIGHT
IBM copyright notice field.
static java.lang.String defaultCommandClassName
The default implementation of this command.
static java.lang.String NAME
The name of this command
static java.lang.String URLNAME
The URL name of this command
Method Summary
void setAction(java.lang.String name)
Sets the action to be performed.
void setItemKey(java.lang.String name)
Deprecated. Replaced by setKey(String).
void setKey(java.lang.String name)
Sets the element cache key.
void setRegistryName(java.lang.String name)
Sets the name of the registry to be refreshed.
Methods inherited from interface com.ibm.commerce.command.ControllerCommand
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
Methods inherited from interface com.ibm.commerce.command.AccCommand
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this command
See Also:
Constant Field Values

URLNAME

public static final java.lang.String URLNAME
The URL name of this command
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation of this command.
See Also:
Constant Field Values
Method Detail

setAction

public void setAction(java.lang.String name)
Sets the action to be performed.
Parameters:
name - the action.

setKey

public void setKey(java.lang.String name)
Sets the element cache key.
Parameters:
name - the cache key

setItemKey

public void setItemKey(java.lang.String name)
Deprecated. Replaced by setKey(String).
Sets the element cache key.
Parameters:
name - the cache key

setRegistryName

public void setRegistryName(java.lang.String name)
Sets the name of the registry to be refreshed.
Specified by:
setRegistryName in interface RefreshLocalRegistryCmd
Parameters:
name - the registry name

Feedback