com.ibm.commerce.registry
Interface ItemUpdate

All Known Implementing Classes:
TermConditionRegistry

public interface ItemUpdate

This is an interface for extending a Registry to support update to individual items in the registry


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
 
Method Summary
 void update(java.lang.String action, java.lang.String key)           Updates an item in the registry.
 

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

update

public void update(java.lang.String action,
                   java.lang.String key)
            throws java.lang.Exception
Updates an item in the registry.
Parameters:
action - action to be applied to item
key - key used to locate the item
Throws:
java.lang.Exception