com.ibm.commerce.fulfillment.objects
Interface OrderItemCalculationCodeAccessBeanData

All Known Implementing Classes:
OrderItemCalculationCodeAccessBean

public interface OrderItemCalculationCodeAccessBeanData

Each row of this table indicates to the CalculationCodeCombineMethod that a CalculationCode is directly attached to an OrderItem. The attachment is not effective unless the directCalculationCodeAttachment flag in ORDERITEMS.PREPAREFLAGS is 1.


Method Summary
java.lang.String getCalculationCodeId()
java.lang.String getCalculationFlags()
java.lang.String getCalculationParameterAmount()
java.lang.String getCalculationParameterType()
java.lang.String getOrderItemCalculationCodeId()
java.lang.String getOrderItemId()
void setCalculationCodeId(java.lang.String newValue)
void setCalculationFlags(java.lang.String newValue)
void setCalculationParameterAmount(java.lang.String newValue)
void setCalculationParameterType(java.lang.String newValue)
void setOrderItemCalculationCodeId(java.lang.String newValue)
void setOrderItemId(java.lang.String newValue)

Method Detail

getCalculationCodeId

public java.lang.String getCalculationCodeId()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCalculationCodeId

public void setCalculationCodeId(java.lang.String newValue)

getCalculationParameterAmount

public java.lang.String getCalculationParameterAmount()
                                               throws java.rmi.RemoteException,
                                                      javax.ejb.CreateException,
                                                      javax.ejb.FinderException,
                                                      javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCalculationParameterAmount

public void setCalculationParameterAmount(java.lang.String newValue)

getCalculationParameterType

public java.lang.String getCalculationParameterType()
                                             throws java.rmi.RemoteException,
                                                    javax.ejb.CreateException,
                                                    javax.ejb.FinderException,
                                                    javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCalculationParameterType

public void setCalculationParameterType(java.lang.String newValue)

getOrderItemCalculationCodeId

public java.lang.String getOrderItemCalculationCodeId()
                                               throws java.rmi.RemoteException,
                                                      javax.ejb.CreateException,
                                                      javax.ejb.FinderException,
                                                      javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setOrderItemCalculationCodeId

public void setOrderItemCalculationCodeId(java.lang.String newValue)

getOrderItemId

public java.lang.String getOrderItemId()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setOrderItemId

public void setOrderItemId(java.lang.String newValue)

getCalculationFlags

public java.lang.String getCalculationFlags()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCalculationFlags

public void setCalculationFlags(java.lang.String newValue)

Feedback