com.ibm.commerce.giftregistry.commands

Interface GiftRegistryValuesAuditCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    GiftRegistryValuesAuditCmdImpl


    public interface GiftRegistryValuesAuditCmd
    extends TaskCommand
    This implementation is used by the IBM Gift Center sample application to audit part of the input values for creating or updating registries. To create registries using a kiosk, the input values are captured on multiple pages. This is unlike the online or Web channel, where all input values are captured on one page. As a result, this command is needed to validate part of the input values. If the event date is specified in the request, the date is also validated against the gift registry business rules.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The full qualified class name.
        See Also:
        Constant Field Values