com.ibm.commerce.order.beans

Interface UsableInstructsPerOrderItemBlockListInputDataBean

    • Field Detail

      • COPYRIGHT

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

      • setOrderId

        void setOrderId(java.lang.String orderId)
        This method sets the order id for the orderitems to inspect.
        Parameters:
        orderId - order id for the orderitems to process
      • getNumberOfBlocks

        int getNumberOfBlocks()
        This method returns the number of orderitem blocks. A block being a set of orderitems with the same address id and shipmode id and any instructions pertaining to them.
        Returns:
        int number of order item blocks
      • getInstructsPerOrderItemBlocks

        UsableInstructsPerOrderItemBlock[] getInstructsPerOrderItemBlocks()
        An object representing orderitems with the same address id + shipmode and associated shipping instructions if they exist.
        Returns:
        UsableInstructsPerOrderItemBlock