public class OrderItemShipConfirmationBeanFinderObjectBase
extends com.ibm.commerce.base.objects.JDBCFinderObject
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
OrderItemShipConfirmationBeanFinderObjectBase() |
Modifier and Type | Method and Description |
---|---|
java.sql.PreparedStatement | findByManifestIdAndConfirmType(java.lang.Long manifestId, java.lang.Short confirmationType)
find by orderitemCmpId and confirm type
|
java.sql.PreparedStatement | findByOrderId(java.lang.Long orderId)
find by orderId
|
java.sql.PreparedStatement | findByOrderIdAndConfirmType(java.lang.Long orderId, java.lang.Short confirmType)
Find by orderid and confirm type
|
java.sql.PreparedStatement | findByOrderIdAndOrderReleaseNum(java.lang.Long orderId, java.lang.Integer orderReleaseNum)
Find by orderid and release number
|
java.sql.PreparedStatement | findByOrderIdAndOrderReleaseNumAndConfirmType(java.lang.Long orderId, java.lang.Integer orderReleaseNum, java.lang.Short confirmType)
Find by order id, release number and confirm type.
|
java.sql.PreparedStatement | findByOrderItemCompListIdAndConfirmType(java.lang.Long orderItemCompListId, java.lang.Short confirmationType)
find by orderitemCmpId and confirm type
|
java.sql.PreparedStatement | findByOrderItemIdAndConfirmType(java.lang.Long orderItemId, java.lang.Short confirmationType)
find by orderitemId and confirm type
|
public static final java.lang.String COPYRIGHT
public OrderItemShipConfirmationBeanFinderObjectBase()
public java.sql.PreparedStatement findByOrderId(java.lang.Long orderId) throws java.lang.Exception
public java.sql.PreparedStatement findByOrderIdAndConfirmType(java.lang.Long orderId, java.lang.Short confirmType) throws java.lang.Exception
public java.sql.PreparedStatement findByOrderIdAndOrderReleaseNum(java.lang.Long orderId, java.lang.Integer orderReleaseNum) throws java.lang.Exception
public java.sql.PreparedStatement findByOrderIdAndOrderReleaseNumAndConfirmType(java.lang.Long orderId, java.lang.Integer orderReleaseNum, java.lang.Short confirmType) throws java.lang.Exception
public java.sql.PreparedStatement findByOrderItemIdAndConfirmType(java.lang.Long orderItemId, java.lang.Short confirmationType) throws java.lang.Exception
public java.sql.PreparedStatement findByOrderItemCompListIdAndConfirmType(java.lang.Long orderItemCompListId, java.lang.Short confirmationType) throws java.lang.Exception
public java.sql.PreparedStatement findByManifestIdAndConfirmType(java.lang.Long manifestId, java.lang.Short confirmationType) throws java.lang.Exception