Changed Methods | ||
void
ejbActivate
() |
Change in exceptions thrown from
RemoteException to no exceptions. |
ejbActivate method comment |
void
ejbCreate
() |
Change in exceptions thrown from
(CreateException, RemoteException ) to
CreateException . |
ejbCreate method comment |
void
ejbPassivate
() |
Change in exceptions thrown from
RemoteException to no exceptions. |
ejbPassivate method comment |
void
ejbRemove
() |
Change in exceptions thrown from
RemoteException to no exceptions. |
ejbRemove method comment |
DynamicListData
findBusinessUsers
(String,
String |
Change in exceptions: RemoteException
was removed.. |
Search users (Only registered customers who has a REGISTERTYPE="R" in the USERS table |
DynamicListData
findCollaborativeMembers
(String,
String |
Change in signature from (String, String,
String, String, String, String, String, String, String, String, Integer,
Integer ) to (String, String, String, String, String, String,
String, String, String, String, String, Integer, Integer ).Change in exceptions: RemoteException was removed.. |
Search for Collaborative Users - Registered Users and Administrators - Users who are not buyers - if an account is specified anyone under the account |
DynamicListData
findCustomers
(String, String |
Change in signature from (String, String,
String, String, String, String, String, String, String, String, Integer,
Integer ) to (String, String, String, String, String, String,
String, String, String, String, String, Integer, Integer ).Change in exceptions: RemoteException was removed.. |
Search users (Only registered customers who has a REGISTERTYPE="R" in the USERS table |