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. |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- IBM copyright notice field.
- See Also:
- Constant Field Values
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
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.