Changed
Methods
|
Hashtable
callAdjustInventory
(Long,
Long, Integer, Integer, Long,
Integer, String)
|
Change in exceptions: RemoteException
was removed..
|
Call the stored procedure "GetItems" with the
specified parameters. |
Hashtable
callAvailInvStore
(Long,
Integer, String)
|
Change in exceptions: RemoteException
was removed..
|
Calls the stored procedure "availinvstore" to return
total inventory of an item available from a particular store. |
Hashtable
callAvailRADate
(Long,
Integer, Integer, String)
|
Change in exceptions: RemoteException
was removed..
|
Call the stored procedure "availRADate" using the
specified parameters. |
Hashtable
callRAAllocation
(Integer )
|
Change in exceptions: RemoteException
was removed..
|
Call the stored procedure "raAllocation" with the
specified store identifier. |
Hashtable
callReverseInventory
(Long )
|
Change in exceptions: RemoteException
was removed..
|
Calls the stored procedure "reverseInventory" with
the specified order item identifier. |
void
ejbActivate
()
|
Change in exceptions thrown from
RemoteException to no exceptions.
|
Nothing is needed to be done when the EJB is
activated. |
void
ejbCreate
()
|
Change in exceptions thrown from
(CreateException, RemoteException ) to no exceptions.
|
Nothing is needed to be done when the EJB is
created. |
void
ejbPassivate
()
|
Change in exceptions thrown from
RemoteException to no exceptions.
|
Nothing is needed to be done when the EJB is
passivated. |
void
ejbRemove
()
|
Change in exceptions thrown from
RemoteException to no exceptions.
|
Nothing is needed to be done when the EJB is
removed. |
void
setSessionContext
(SessionContext )
|
Change in exceptions thrown from
RemoteException to no exceptions.
|
Sets the session context. |
Hashtable
callBOItem
(Long, String) |
Change in exceptions: RemoteException
was removed..
|
Call the stored procedure "backorderItem" using the
specified parameters. |
Hashtable
callGetItems
(Long, Integer,
String, Double)
|
Change in exceptions: RemoteException
was removed..
|
Calls the stored procedure "GetItems" using the
specified parameters. |
Hashtable
callShipItems
(Long,
Long) |
Change in exceptions: RemoteException
was removed..
|
Calls the stored procedure ShipItems with the specified order
and allocation identifier. |