Changed
Methods
|
Vector
callNetSearchSP
(String,
Hashtable) |
Change in exceptions: RemoteException
was removed..
|
Calls the specified stored procedure using the values
specified in the input parameters. |
void
ejbActivate
()
|
Change in exceptions thrown from
RemoteException to no exceptions.
|
Nothing needs to be done when the EJB is activated. |
void
ejbCreate
()
|
Change in exceptions thrown from
(CreateException, RemoteException ) to
CreateException .
|
Nothing needs to be done when the EJB is created. |
void
ejbPassivate
()
|
Change in exceptions thrown from
RemoteException to no exceptions.
|
Nothing needs to be done when the EJB is passivated. |
void
ejbRemove
()
|
Change in exceptions thrown from
RemoteException to no exceptions.
|
Nothing needs to be done when the EJB is removed. |
Vector
findAllKeys
()
|
Change in exceptions: RemoteException
was removed..
|
Returns all the tables and their prefetchsizes that are
defined KEYS table. |
Vector
getAclCmdGrpRegistry
()
|
Change in exceptions: RemoteException
was removed..
|
Returns all the Access Control Groups. |
Vector
getCommandRegistry
()
|
Change in exceptions: RemoteException
was removed..
|
Gets all the defined interface to object class mapping defined
in the CMDREG table. |
Timestamp
getCurrentTimestamp
()
|
Change in exceptions: RemoteException
was removed..
|
Gets the current timestamp according to the Commerce Server
database. |
Vector
getQuantityUnitConversionRegistry
()
|
Change in exceptions: RemoteException
was removed..
|
Gets the defined Quantity Unit conversions. |
Vector
getURLRegistry
()
|
Change in exceptions: RemoteException
was removed..
|
Gets the defined URL commands and there corresponding
interface. |
Vector
getViewRegistry
()
|
Change in exceptions: RemoteException
was removed..
|
Gets the defined views and their corresponding
interfaces. |
Long
increment
(String )
|
Change in exceptions: RemoteException
was removed..
|
Gets the next key for the table. |
Vector
convertResultSetToTable
(ResultSet,
Cursor) |
Change from static to non-static.
|
Returns a Vector representation of the information stored in
the result set. |
Vector
executeQuery
(String )
|
Change in exceptions: RemoteException
was removed..
|
Executes the specified SQL statement and returns the
result. |
int
updateScheduledJobStatusState
(String,
String, Timestamp, Long,
String)
|
Change in exceptions: RemoteException
was removed..
|
Updates the scheduler job status. |
int
updateScheduledJobStatusState
(String,
String, Timestamp, Long,
String, boolean)
|
Change in exceptions: RemoteException
was removed..
|
Updates the scheduler job status. |