com.ibm.commerce.order.beans

Class ShipInstructionsListDataBean

    • Constructor Detail

      • ShipInstructionsListDataBean

        public ShipInstructionsListDataBean()
        Create a ShipInstructionsListDataBean
    • Method Detail

      • getInstructionsForOrder

        public ShipInstructionsDataBean[] getInstructionsForOrder(java.lang.String orderId)
        This method returns the list of ShipInstructionsDataBeans for the passed order ID.
        Parameters:
        orderId - The order ID of the order to get ship instructions for
        Returns:
        the list of ShipInstructionsDataBean objects
      • populate

        public void populate()
                      throws java.lang.Exception
        This method is used to populate the ShipInstructionsListDataBean.
        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