CreditCardPack

Uses of Interface
com.keyoti.creditCard.logic.ejb.CreditCard

Packages that use CreditCard
com.keyoti.creditCard.logic.ejb Classes for CreditCardEJB. 
 

Uses of CreditCard in com.keyoti.creditCard.logic.ejb
 

Methods in com.keyoti.creditCard.logic.ejb that return CreditCard
 CreditCard CreditCardHome.create(String cardNumber)
          Creates an instance of the CreditCardBean class on the server, and returns a reference with CreditCard interface to the client.
 CreditCard CreditCardHome.findByPrimaryKey(String cardNumber)
          Creates an instance of the CreditCardBean class on the server where the object primary key == cardNumber, and returns a reference with CreditCard interface to the client.
 


CreditCardPack

Copyright © 2002 Keyoti All Rights Reserved.