Order_orderLines_SmartCollectionReference Class
- public class Order_orderLines_SmartCollectionReference
extends BMPBelongingSmartCollectionReference
Base class for all SmartCollectionReferences for Belongings for BMP. Each subclass must implement its own query to fill the map.
-
Hierarchy
-
Object
BMPBelongingSmartCollectionReference
Order_orderLines_SmartCollectionReference
-
All Implemented Interfaces
-
Serializable, SmartCollectionReference
Methods from com.beasys.commerce.foundation.plugin.bmp.BMPBelongingSmartCollectionReference |
cursor, deletedObjects, doSmartUpdate, fillReferenceMap, getCollection, newObjects, setCollection, updatedObjects |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Order_orderLines_SmartCollectionReference
public Order_orderLines_SmartCollectionReference(String attributeIdentifier,
Object container)
- constructor
doCreate(Connection, Object) Method
public static void doCreate(Connection connection,
Object key)
throws BMPException
Exceptions
-
BMPException
doDelete(Connection, Object) Method
public static void doDelete(Connection connection,
Object key)
throws BMPException
Exceptions
-
BMPException
doQuery(String, Object) Method
public Collection doQuery(String attributeIdentifier,
Object container)
throws BMPException
Perform the database query to fill this map.
-
Overrides
- BMPBelongingSmartCollectionReference.doQuery(String, Object)
Exceptions
-
BMPException
doUpdate(Connection, Object, Object, Object) Method
public static void doUpdate(Connection connection,
Object key,
Object containedInstance,
Object container)
throws BMPException
Exceptions
-
BMPException
getPrimaryKey(Object) Method
protected Object getPrimaryKey(Object object)
return the primary key values for this object
-
Overrides
- BMPBelongingSmartCollectionReference.getPrimaryKey(Object)
update(Connection, Object, Object) Method
public static void update(Connection connection,
Object key,
Object container)
throws BMPException
Exceptions
-
BMPException