Interface CommerceCartMetadataUpdateMethodHook

    • Method Detail

      • beforeMetadataUpdate

        void beforeMetadataUpdate​(CommerceCartMetadataParameter parameter)
        Executed before commerce cart metadata update.
        Parameters:
        parameter - a bean holding any number of additional attributes a client may want to pass to the method
        Throws:
        java.lang.IllegalArgumentException - if any attributes fail validation
      • afterMetadataUpdate

        void afterMetadataUpdate​(CommerceCartMetadataParameter parameter)
        Executed after commerce cart metadata update.
        Parameters:
        parameter - a bean holding any number of additional attributes a client may want to pass to the method