Class GetEJB


  • public class GetEJB
    extends Object
    • Constructor Detail

      • GetEJB

        public GetEJB()
    • Method Detail

      • getRemainingQuantity

        public int getRemainingQuantity​(int productId)
      • getProduct

        public Product getProduct​(int productId)
        Returns a product from the database in the existing or no transaction. No transaction is required if none exists.
      • getProduct_NotSupported

        public Product getProduct_NotSupported​(int productId)
      • getProduct_RequiresNew

        public Product getProduct_RequiresNew​(int productId)
      • getProductCount

        public int getProductCount​(int productId)
      • getProductCount_RequiresNew

        public int getProductCount_RequiresNew​(int productId)
      • getProductCount_NotSupported

        public int getProductCount_NotSupported​(int productId)
      • getShipmentCount

        public int getShipmentCount​(int productId)
      • getShipmentCount_RequiresNew

        public int getShipmentCount_RequiresNew​(int productId)