com.ibm.commerce.order.beans

Class ShipCarrAccntListDataBean

    • Field Detail

      • COPYRIGHT

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

      • ShipCarrAccntListDataBean

        public ShipCarrAccntListDataBean()
        Constructs a ShipCarrAccntListDataBean.
    • Method Detail

      • getCarrAccntsForOrder

        public ShipCarrAccntDataBean[] getCarrAccntsForOrder(java.lang.String orderId)
        This method returns the list of ShipCarrAccntDataBeans for the passed order ID
        Parameters:
        orderId - The order ID of the order to return all carrier accounts for
        Returns:
        the list of ShipCarrAccntDataBean objects
      • populate

        public void populate()
                      throws java.lang.Exception
        This method is used to populate the ShipCarrAccntListDataBean.
        Specified by:
        populate in interface SmartDataBean
        Overrides:
        populate in class SmartDataBeanImpl
        Throws:
        java.lang.Exception
      • getDelegate

        public Protectable getDelegate()
                                throws java.lang.Exception
        This method returns its delegate.
        Specified by:
        getDelegate in interface Delegator
        Returns:
        com.ibm.commerce.security.Protectable
        Throws:
        java.lang.Exception
      • getOwner

        public java.lang.Long getOwner()
                                throws java.lang.Exception
        This method returns the member reference number of the owner of the account
        Specified by:
        getOwner in interface Protectable
        Returns:
        the member reference number of the owner of the account
        Throws:
        java.lang.Exception