com.ibm.commerce.edp.commands

Class PrepareLineOfCreditPIsForEditPolicyCmdImpl

  • All Implemented Interfaces:
    BusinessPolicyCommand, com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, PreparePIsForEditPolicyCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class PrepareLineOfCreditPIsForEditPolicyCmdImpl
    extends PreparePIsForEditPolicyCmdImpl
    This class extends PreparePIsForEditPolicyCmdImpl.

    Behaviour:

    • It retrieves the values of the following payment attributes from the WebSphere Commerce database and adds them to the LineOfCredit payment instructions:
    • BuyerOrgName
    • BuyerOrgDN
    • WCAccountId (based on the value of paymentTCId, if specified)

    Input parameters:

    commandContext The command context.
    orderId A Long that specifies the order ID.
    iPIs An EDPPaymentInstruction[] represents the payment instructions.
    iPaymentTCInfos A PaymentTCInfo[] that represents the PaymentTCInfos applicable to the payment instructions.

    Output parameters:

    None.

    Task commands called:

    None.
    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

      • PrepareLineOfCreditPIsForEditPolicyCmdImpl

        public PrepareLineOfCreditPIsForEditPolicyCmdImpl()
        PrepareLineOfCreditPIsForEditPolicyCmdImpl constructor.