Returns all markers from an item that match based on the key, value, data and extended properties.

Class Name

atg.commerce.markers.droplet.FindMatchingOrderMarkers

Component(s)

/atg/commerce/markers/droplet/FindMatchingOrderMarkers

Input Parameters

order (required)
The order to check for markers.

key
The value in the marker’s key property. Set this parameter to ANY_VALUE to indicate that the marker’s key value can be anything. For example:

<dsp:param name="key" bean="HasLastMarkerDroplet.ANY_VALUE"/>

value
The value in the marker’s value property. You can set this parameter to NULL or omit it if the marker’s value property must be null.

Set this parameter to ANY_VALUE to indicate that the marker’s value value can be anything. For example:

<dsp:param name="value" bean="HasMarkerDroplet.ANY_VALUE"/>

data
The value in the marker’s data property. You can set this parameter to NULL or omit it if the marker’s data property must be null.

Set this parameter to ANY_VALUE to indicate that the marker’s data value can be anything. For example:

<dsp:param name="data" bean="HasMarkerDroplet.ANY_VALUE"/>

extendedProperties
A map that specifies any additional marker properties (set to the map’s key) and property values (set to the map’s value) that must exist on the marker.

markerPropertyName
The property on the order to check for markers. If omitted, the servlet bean uses the default value specified in its defaultMarkerPropertyName property.

Output Parameters

marker
Contains the marker located by the servlet bean.

Open Parameters

error
Rendered when an error occurs during servlet bean execution.

true
Rendered when the Order has a marker that matches the criteria you specify.

false
Rendered when the Order does not have a marker that matches the criteria you specify.


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