Class Name

atg.commerce.order.abandoned.SetLastUpdatedDroplet

Component(s)

/atg/commerce/order/abandoned/SetLastUpdatedDroplet
(Abandoned Order Services module only)

The SetLastUpdatedDroplet servlet bean checks whether the given order has an abandonmentInfo item and, if it does not, creates one and associates it with the order. It then updates the orderLastUpdated property of the order’s abandonmentInfo item with the current date and time.

See the Using Abandoned Order Services chapter in the Core Commerce Programming Guide for detailed information on the Abandoned Order Services module.

Input Parameters

orderId (Required)
The ID of the current order.

Output Parameters

None.

Open Parameters

output
This parameter is rendered when the order has an abandonmentInfo item or one was created for the order by this servlet bean.

error
This parameter is rendered if an error occurs.

Example
<dsp:droplet name="SetLastUpdatedDroplet">
  <dsp:param name="orderId"
   bean="/atg/commerce/ShoppingCart.current.id"/>
</dsp:droplet>

Copyright © 1997, 2019 Oracle and/or its affiliates. All rights reserved. Legal Notices