Package com.softslate.commerce.daos.order

Data access interfaces and classes related to orders.

See:
          Description

Interface Summary
CountryDAO Interface for a DAO to manage the npcCountry table of the database.
CountryGatewayDAO Interface for a DAO that runs miscellaneous queries related to countries.
OrderDAO Interface for a DAO to manage the npcOrder table of the database.
OrderDeliveryDAO Interface for a DAO to manage the npcOrderDelivery table of the database.
OrderDeliveryGatewayDAO Interface for a DAO that runs miscellaneous queries related to order deliveries.
OrderGatewayDAO Interface for a DAO that runs miscellaneous queries related to orders.
OrderItemAttributeDAO Interface for a DAO to manage the npcOrderItemAttribute table of the database.
OrderItemAttributeGatewayDAO Interface for a DAO that runs miscellaneous queries related to order item attributes.
OrderItemDAO Interface for a DAO to manage the npcOrderItem table of the database.
OrderItemGatewayDAO Interface for a DAO that runs miscellaneous queries related to order items.
StateDAO Interface for a DAO to manage the npcState table of the database.
StateGatewayDAO Interface for a DAO that runs miscellaneous queries related to states.
 

Class Summary
CountryDAOBasic Generic DAO to manage the npcCountry table of the database.
CountryGatewayDAOBasic Generic DAO that runs miscellaneous queries related to countries.
OrderDAOBasic Generic DAO to manage the npcOrder table of the database.
OrderDeliveryDAOBasic Generic DAO to manage the npcOrderDelivery table of the database.
OrderDeliveryGatewayDAOBasic Generic DAO that runs miscellaneous queries related to order deliveries.
OrderGatewayDAOBasic Generic DAO that runs miscellaneous queries related to orders.
OrderItemAttributeDAOBasic Generic DAO to manage the npcOrderItemAttribute table of the database.
OrderItemAttributeGatewayDAOBasic Generic DAO that runs miscellaneous queries related to order item attributes.
OrderItemDAOBasic Generic DAO to manage the npcOrderItem table of the database.
OrderItemGatewayDAOBasic Generic DAO that runs miscellaneous queries related to order items.
StateDAOBasic Generic DAO to manage the npcState table of the database.
StateGatewayDAOBasic Generic DAO that runs miscellaneous queries related to states.
 

Package com.softslate.commerce.daos.order Description

Data access interfaces and classes related to orders.



Copyright © SoftSlate, Inc. 2003–2005