com.ibm.commerce.inventory.beans

Class PickTicketDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.inventory.beans.PickTicketInputDataBean, com.ibm.commerce.inventory.beans.PickTicketSmartDataBean, Delegator, java.io.Serializable


    public class PickTicketDataBean
    extends com.ibm.commerce.inventory.beansrc.PickTicketDataBeanBase
    implements com.ibm.commerce.inventory.beans.PickTicketInputDataBean, com.ibm.commerce.inventory.beans.PickTicketSmartDataBean, Delegator
    This databean represents a PickTicketDataBean object.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

      • PickTicketDataBean

        public PickTicketDataBean()
    • Method Detail

      • getCommandContext

        public CommandContext getCommandContext()
        This method returns the command context set within this bean.
        Specified by:
        getCommandContext in interface SmartDataBean
        Returns:
        com.ibm.commerce.command.CommandContext
      • getDataBeanKeyPickBatchId

        public java.lang.String getDataBeanKeyPickBatchId()
        This method returns the databean key:PickBatchId.
        Specified by:
        getDataBeanKeyPickBatchId in interface com.ibm.commerce.inventory.beans.PickTicketSmartDataBean
        Returns:
        java.lang.String the databean key:PickBatchId.
      • getDelegate

        public Protectable getDelegate()
        This method returns the Protectable.
        Specified by:
        getDelegate in interface Delegator
        Overrides:
        getDelegate in class com.ibm.commerce.inventory.beansrc.PickTicketDataBeanBase
        Returns:
        com.ibm.commerce.security.Protectable
        Throws:
        java.lang.Exception - The exception description.
      • getRequestProperties

        public TypedProperty getRequestProperties()
        This method returns the request property set within this bean.
        Specified by:
        getRequestProperties in interface InputDataBean
        Returns:
        com.ibm.commerce.datatype.TypedProperty
      • parsePickSlipXml

        public PickTicketDetailDataBean parsePickSlipXml()
                                                  throws java.lang.Exception
        This method parses the pickslipXML .
        Throws:
        java.lang.Exception
      • populate

        public void populate()
        This method is used to populate the PickTicketDataBean. You must set iDataBeanKeyPickBatchId using the setDataBeanKeyPickBatchId(String) method before running the populate() method.
        Specified by:
        populate in interface SmartDataBean
        Throws:
        java.lang.Exception
        See Also:
        setDataBeanKeyPickBatchId(String)
      • setCommandContext

        public void setCommandContext(CommandContext aCommandContext)
        This method sets the command context within this bean.
        Specified by:
        setCommandContext in interface SmartDataBean
        Parameters:
        aCommandContext - com.ibm.commerce.command.CommandContext
      • setDataBeanKeyPickBatchId

        public void setDataBeanKeyPickBatchId(java.lang.String aPickBatchId)
        This method sets the databean key:PickBatchId.
        Specified by:
        setDataBeanKeyPickBatchId in interface com.ibm.commerce.inventory.beans.PickTicketInputDataBean
        Parameters:
        aPickBatchId - java.lang.String
      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperty)
        This method sets the request property within this bean.
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aRequestProperty - com.ibm.commerce.datatype.TypedProperty