Uses of Package
com.ail.core.product

Packages that use com.ail.core.product
com.ail.core   
com.ail.core.product   
com.ail.core.product.listproducts   
com.ail.core.product.registerproduct   
com.ail.core.product.removeproduct   
com.ail.core.product.updateproduct   
 

Classes in com.ail.core.product used by com.ail.core
DuplicateProductException
          Error thrown when an attempt is made to an attemt is made to update the product registry which would result in the creation of two products with the same name.
Product
          Define the interfaces that the Core class must offer to support Product functionality
ProductDetails
          This class encapsulates the details which define a product's entry in the product catalog.
UnknownProductException
          Exception thrown when an attempt is made to access a product that is unknown to the product registry.
 

Classes in com.ail.core.product used by com.ail.core.product
DuplicateProductException
          Error thrown when an attempt is made to an attemt is made to update the product registry which would result in the creation of two products with the same name.
ProductDetails
          This class encapsulates the details which define a product's entry in the product catalog.
ProductManager
           
ProductManagerLocal
           
UnknownProductException
          Exception thrown when an attempt is made to access a product that is unknown to the product registry.
 

Classes in com.ail.core.product used by com.ail.core.product.listproducts
ProductDetails
          This class encapsulates the details which define a product's entry in the product catalog.
 

Classes in com.ail.core.product used by com.ail.core.product.registerproduct
DuplicateProductException
          Error thrown when an attempt is made to an attemt is made to update the product registry which would result in the creation of two products with the same name.
ProductDetails
          This class encapsulates the details which define a product's entry in the product catalog.
 

Classes in com.ail.core.product used by com.ail.core.product.removeproduct
ProductDetails
          This class encapsulates the details which define a product's entry in the product catalog.
UnknownProductException
          Exception thrown when an attempt is made to access a product that is unknown to the product registry.
 

Classes in com.ail.core.product used by com.ail.core.product.updateproduct
ProductDetails
          This class encapsulates the details which define a product's entry in the product catalog.
UnknownProductException
          Exception thrown when an attempt is made to access a product that is unknown to the product registry.