the affordable java shopping cart   
  HOME     FEATURES     PRICING     DEMO     DOCS     ABOUT US     CONTACT US    

Version 1.0.11

Interface Changes. 

Several interface changes were made to make the API more flexible. If you have created your own custom Java classes please take note of the following interface changes. If you have created an implementation of any of these interfaces, please update your implementations as you upgrade your application to 1.0.11.

  1. AdministratorProcessor.processLogin now returns a Map rather than void
  2. CustomerProcessor.processRegister now returns a Map rather than void
  3. CustomerProcessor.processLogin now returns a Map rather than void
  4. CustomerProcessor.updateAddresses now returns a Map rather than void
  5. CustomerProcessor.updateCustomer now returns a Map rather than void
  6. CustomerProcessor.loadOrderHistory now returns a Map rather than void
  7. CartProcessor.processRemoveItem now returns a Map rather than void
  8. CartProcessor.processCheckoutAddresses now returns a Map rather than void
  9. CartProcessor.processOrderComplete now takes a Map as an argument rather than no arguments
  10. ShippingProcessor.processShipping now returns a Map rather than void
  11. TaxProcessor.processTax now returns a Map rather than void
  12. AdministratorGatewayDAO.processLogin now returns a Map rather than void
  13. CustomerGatewayDAO.processRegister now returns a Map rather than void
  14. OrderGatewayDAO.processOrderComplete now takes an Order and a Map as arguments rather than just an Order

Home  |   Features  |   Pricing  |   Demo Store  |   Documentation  |   About Us  |   Contact Us

Copyright © 2005 SoftSlate, Inc. All Rights Reserved.