© 2002 BEA Systems, Inc.


com.beasys.commerce.ebusiness.order
Class Order_paymentTransaction_SmartEntityReference

java.lang.Object
  |
  +--com.beasys.commerce.foundation.plugin.bmp.BMPSmartEntityReference
        |
        +--com.beasys.commerce.ebusiness.order.Order_paymentTransaction_SmartEntityReference

public class Order_paymentTransaction_SmartEntityReference
extends com.beasys.commerce.foundation.plugin.bmp.BMPSmartEntityReference

Base class for all SmartEntityReference for 1:1 Entities for BMP. Each subclass must implement its own query to fill the map.

See Also:
Serialized Form

Constructor Summary
Order_paymentTransaction_SmartEntityReference(java.lang.String attributeIdentifier, java.lang.Object container)
          constructor
 
Method Summary
 javax.ejb.EJBObject doQuery(java.lang.String attributeIdentifier, java.lang.Object container)
          Perform the database query to fill this map.
 
Methods inherited from class com.beasys.commerce.foundation.plugin.bmp.BMPSmartEntityReference
compareTo, compareTo, getEJBObject, getJNDIName, setEJBObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Order_paymentTransaction_SmartEntityReference

public Order_paymentTransaction_SmartEntityReference(java.lang.String attributeIdentifier,
                                                     java.lang.Object container)
constructor

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

doQuery

public javax.ejb.EJBObject doQuery(java.lang.String attributeIdentifier,
                                   java.lang.Object container)
Perform the database query to fill this map.

Overrides:
doQuery in class com.beasys.commerce.foundation.plugin.bmp.BMPSmartEntityReference

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved