com.beasys.commerce.foundation
Interface SmartMapReference

All Known Implementing Classes:
com.beasys.commerce.foundation.plugin.bmp.BMPBelongingSmartMapReference, Customer_creditCards_SmartMapReference, Customer_shippingAddress_SmartMapReference, PersistenceHelper.DefaultSmartMapReference

Deprecated See BEA Commerce product offering

@Deprecated
public interface SmartMapReference

An interface for classes that wrap a Map, and handle intelligent persistence of the Map's contents; i.e., only making database calls when necessary rather than updating the entire Map when only a subset of it has changed, etc.


Method Summary
 Iterator cursor()
          Deprecated See BEA Commerce product offering
 Map getMap()
          Deprecated See BEA Commerce product offering
 void setMap(Map collection)
          Deprecated See BEA Commerce product offering
 

Method Detail

setMap

void setMap(Map collection)
Deprecated See BEA Commerce product offering

Set the entire map

Parameters
collection - the Map to wrap

getMap

Map getMap()
Deprecated See BEA Commerce product offering

Get the wrapped map

Returns
the Map contained in the wrapper

cursor

Iterator cursor()
Deprecated See BEA Commerce product offering

Get an iterator of the Map's keys

Returns
an iterator of the Map's keys


Copyright © 2008 BEA Systems, Inc. All Rights Reserved