CreditCardPack

Uses of Class
com.keyoti.creditCard.logic.CardType

Packages that use CardType
com.keyoti.creditCard.display Credit card display components. 
com.keyoti.creditCard.logic Credit card logic classes. 
com.keyoti.creditCard.logic.ejb Classes for CreditCardEJB. 
 

Uses of CardType in com.keyoti.creditCard.display
 

Fields in com.keyoti.creditCard.display declared as CardType
protected  CardType[] CardTypePanel.cardTypes
          String array of card types to appear in the drop down combo box use setCardTypes() to set your own Default: American Express, Carte Blanche, Delta, Diner's Club, Discover, JCB, MasterCard, Switch, Visa
 

Methods in com.keyoti.creditCard.display that return CardType
 CardType CardTypePanel.getCardType()
          Gets the card type.
 CardType[] CardTypePanel.getCardTypeOptions()
          Gets the card type options displayed in the JComboBox.
 

Methods in com.keyoti.creditCard.display with parameters of type CardType
 void CardTypePanel.setCardType(CardType c)
          Sets the card type, will update the JComboBox also.
 void CardTypePanel.setCardTypeOptions(CardType[] types)
          Sets the card type options displayed in the JComboBox.
 

Uses of CardType in com.keyoti.creditCard.logic
 

Fields in com.keyoti.creditCard.logic declared as CardType
protected  CardType CreditCard.cardType
          The card type
 

Methods in com.keyoti.creditCard.logic that return CardType
static CardType[] CardType.getAllCardTypes()
          Returns all the preset card types in this class in an array.
static CardType CardType.findTypeFromCardNumber(String cardNumber, CardType[] types)
          Returns the first card type (in types) whose identifier pattern matches the cardNumber, or null if none match.
 CardType CreditCard.getCardType()
          Gets the card type.
 

Methods in com.keyoti.creditCard.logic with parameters of type CardType
static CardType CardType.findTypeFromCardNumber(String cardNumber, CardType[] types)
          Returns the first card type (in types) whose identifier pattern matches the cardNumber, or null if none match.
 boolean CardType.equals(CardType type)
          Evaluates if this card type is 'equal' to type, based on equality checks on name, identifierPatterns and validNumberLengths.
 void CreditCard.setCardType(CardType cardType)
          Sets the card type.
 

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

Methods in com.keyoti.creditCard.logic.ejb that return CardType
 CardType CreditCardLocal.getCardType()
          Gets the card type.
abstract  CardType CreditCardBean.getIntCardType()
          Gets the card type.
 CardType CreditCardBean.getCardType()
          Gets the card type
 CardType CreditCard.getCardType()
          Gets the card type.
 

Methods in com.keyoti.creditCard.logic.ejb with parameters of type CardType
 void CreditCardLocal.setCardType(CardType cardType)
          Sets the card type.
abstract  void CreditCardBean.setIntCardType(CardType type)
          Sets the card type.
 void CreditCardBean.setCardType(CardType cardType)
          Sets the card type.
 void CreditCard.setCardType(CardType cardType)
          Sets the card type.
 


CreditCardPack

Copyright © 2002 Keyoti All Rights Reserved.