com.beasys.commerce.ebusiness.order
Class Order_orderLines_SmartCollectionReference

java.lang.Object
  extended by com.beasys.commerce.foundation.plugin.bmp.BMPBelongingSmartCollectionReference
      extended by com.beasys.commerce.ebusiness.order.Order_orderLines_SmartCollectionReference
All Implemented Interfaces
SmartCollectionReference, Serializable

Deprecated

@Deprecated
public class Order_orderLines_SmartCollectionReference
extends com.beasys.commerce.foundation.plugin.bmp.BMPBelongingSmartCollectionReference

Base class for all SmartCollectionReferences for Belongings for BMP. Each subclass must implement its own query to fill the map.

See Also
Serialized Form

Constructor Summary
Order_orderLines_SmartCollectionReference(String attributeIdentifier, Object container)
          Deprecated constructor
 
Method Summary
static void doCreate(Connection connection, Object key)
          Deprecated  
static void doDelete(Connection connection, Object key)
          Deprecated  
 Collection doQuery(String attributeIdentifier, Object container)
          Deprecated Perform the database query to fill this map.
static void doUpdate(Connection connection, Object key, Object containedInstance, Object container)
          Deprecated  
protected  Object getPrimaryKey(Object object)
          Deprecated return the primary key values for this object
static void update(Connection connection, Object key, Object container)
          Deprecated  
 
Methods inherited from class com.beasys.commerce.foundation.plugin.bmp.BMPBelongingSmartCollectionReference
cursor, deletedObjects, doSmartUpdate, fillReferenceMap, getCollection, newObjects, setCollection, updatedObjects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Order_orderLines_SmartCollectionReference

public Order_orderLines_SmartCollectionReference(String attributeIdentifier,
                                                 Object container)
Deprecated 
constructor

Parameters
attributeIdentifier - the attribute identifier for this map reference. This is the fully qualified class name "dot" attribute e.g. example.Customer.creditCards where example.Customer is a class and creditCards is a map in the class
entityImpl - the entity that contains this map.
Method Detail

doQuery

public Collection doQuery(String attributeIdentifier,
                          Object container)
                   throws BMPException
Deprecated 
Perform the database query to fill this map.

Specified by:
doQuery in class com.beasys.commerce.foundation.plugin.bmp.BMPBelongingSmartCollectionReference
Throws
BMPException

getPrimaryKey

protected Object getPrimaryKey(Object object)
Deprecated 
return the primary key values for this object

Specified by:
getPrimaryKey in class com.beasys.commerce.foundation.plugin.bmp.BMPBelongingSmartCollectionReference

update

public static void update(Connection connection,
                          Object key,
                          Object container)
                   throws BMPException
Deprecated 
Throws
BMPException

doCreate

public static void doCreate(Connection connection,
                            Object key)
                     throws BMPException
Deprecated 
Throws
BMPException

doDelete

public static void doDelete(Connection connection,
                            Object key)
                     throws BMPException
Deprecated 
Throws
BMPException

doUpdate

public static void doUpdate(Connection connection,
                            Object key,
                            Object containedInstance,
                            Object container)
                     throws BMPException
Deprecated 
Throws
BMPException


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.