com.ibm.commerce.wallet.facade.server.commands

Interface ProcessWalletItemTypeSpecificActionCmd

  • All Superinterfaces:
    com.ibm.websphere.command.Command, java.io.Serializable
    All Known Implementing Classes:
    ProcessWalletItemDeleteCouponActionCmdImpl


    public interface ProcessWalletItemTypeSpecificActionCmd
    extends com.ibm.websphere.command.Command
    This command is executed by ProcessWalletItemActionCmd implementations to perform type-specific actions.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
      • Fields inherited from interface com.ibm.websphere.command.Command

        serialVersionUID
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void setActionCode(java.lang.String astrActionCode)
      Sets the action code.
      void setNoun(java.lang.Object aNoun)
      Sets the noun.
      void setPhysicalEntity(java.lang.Object aPhysicalEntity)
      Sets the physical entity.
      • Methods inherited from interface com.ibm.websphere.command.Command

        execute, isReadyToCallExecute, reset
    • Field Detail

      • COPYRIGHT

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

      • setActionCode

        void setActionCode(java.lang.String astrActionCode)
        Sets the action code.
        Parameters:
        astrActionCode - The action code.
      • setNoun

        void setNoun(java.lang.Object aNoun)
        Sets the noun.
        Parameters:
        aNoun - The noun.
      • setPhysicalEntity

        void setPhysicalEntity(java.lang.Object aPhysicalEntity)
        Sets the physical entity.
        Parameters:
        aPhysicalEntity - the physical entity.