Order_paymentTransaction_SmartEntityReference Class
- public class Order_paymentTransaction_SmartEntityReference
extends BMPSmartEntityReference
Base class for all SmartEntityReference for 1:1 Entities for BMP. Each subclass must implement its own query to fill the map.
-
Hierarchy
-
Object
BMPSmartEntityReference
Order_paymentTransaction_SmartEntityReference
-
All Implemented Interfaces
-
Serializable
, SmartEntityReference
Methods from com.beasys.commerce.foundation.plugin.bmp.BMPSmartEntityReference |
compareTo, compareTo, getEJBObject, getJNDIName, setEJBObject |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Order_paymentTransaction_SmartEntityReference
public Order_paymentTransaction_SmartEntityReference(String
attributeIdentifier,
Object
container)
- constructor
doQuery(String, Object) Method
public EJBObject
doQuery(String
attributeIdentifier,
Object
container)
Perform the database query to fill this map.
-
Overrides
- BMPSmartEntityReference.doQuery(String, Object)