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

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void update(java.lang.String action, java.lang.String key)
      Updates an item in the registry.
    • Field Detail

      • COPYRIGHT

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

      • update

        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