Uses of Interface
org.eclipse.higgins.cardstore.schemas._2005._05.identity.IRoamingInformationCard

Packages that use IRoamingInformationCard
org.eclipse.higgins.cardstore   
org.eclipse.higgins.cardstore.schemas._2005._05.identity   
org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl   
 

Uses of IRoamingInformationCard in org.eclipse.higgins.cardstore
 

Methods in org.eclipse.higgins.cardstore that return IRoamingInformationCard
 IRoamingInformationCard CardStoreDomBuilder.createRoamingInformationCard()
           
 IRoamingInformationCard ICardStoreBuilder.createRoamingInformationCard()
           
 

Uses of IRoamingInformationCard in org.eclipse.higgins.cardstore.schemas._2005._05.identity
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity that return IRoamingInformationCard
 IRoamingInformationCard IRoamingStore.getRoamingInformationCardByCardId(String id)
          This method will return the specific
 IRoamingInformationCard[] IRoamingStore.getRoamingInformationCards()
          Returns a list of all the roaming information cards in the order they are stored.
 IRoamingInformationCard IRoamingStore.removeRoamingInformationCardByCardId(String id)
          Use this method to remove information cards from the store by their corresponding id.
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity with parameters of type IRoamingInformationCard
 void IRoamingStore.addRoamingInformationCard(IRoamingInformationCard card)
          Use this method to add information cards to the store.
 

Uses of IRoamingInformationCard in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl
 

Classes in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl that implement IRoamingInformationCard
 class RoamingInformationCard
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl that return IRoamingInformationCard
 IRoamingInformationCard RoamingStore.getRoamingInformationCardByCardId(String id)
           
 IRoamingInformationCard[] RoamingStore.getRoamingInformationCards()
           
 IRoamingInformationCard RoamingStore.removeRoamingInformationCardByCardId(String id)
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl with parameters of type IRoamingInformationCard
 void RoamingStore.addRoamingInformationCard(IRoamingInformationCard card)