com.ibm.commerce.order.commands

Interface CheckOrderBuyableCmd

  • 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:
    CheckOrderBuyableCmdImpl


    public interface CheckOrderBuyableCmd
    extends TaskCommand
    This command check whether the order is buyable for an order.
    • 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 name of the Command Interface class.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class.
        See Also:
        Constant Field Values
    • Method Detail

      • getNotBuyable

        java.lang.String[] getNotBuyable()
        Get catalog entry id which is not buyable
        Returns:
        String array of catalog entry id which is not buyable
      • getMarkForDelete

        java.lang.String[] getMarkForDelete()
        Get catalog entry id which is marked for delete
        Returns:
        String array of catalog entry id which is marked for delete