Uses of Class
org.eclipse.higgins.rpps.core.tobj.ICardResponseTO

Packages that use ICardResponseTO
org.eclipse.higgins.rpps.core   
org.eclipse.higgins.rpps.core.impl   
org.eclipse.higgins.rpps.core.tobj   
 

Uses of ICardResponseTO in org.eclipse.higgins.rpps.core
 

Methods in org.eclipse.higgins.rpps.core that return ICardResponseTO
 ICardResponseTO IRppsService.getICardsByUser()
          Gets the card list of the specified user.
 ICardResponseTO IRppsService.importICards(byte[] crd)
          Imports card from a file.
 ICardResponseTO IRppsService.importICards(byte[] crd, String formatID, UITokenServiceCredentialTO credential)
           
 

Uses of ICardResponseTO in org.eclipse.higgins.rpps.core.impl
 

Methods in org.eclipse.higgins.rpps.core.impl that return ICardResponseTO
 ICardResponseTO RppsService.getICardsByUser()
          Gets the card list of the specified user.
 ICardResponseTO RppsService.importICards(byte[] crd)
          Imports card from a file.
 ICardResponseTO RppsService.importICards(byte[] crd, String formatID, UITokenServiceCredentialTO credential)
          Imports card from a file.
 

Uses of ICardResponseTO in org.eclipse.higgins.rpps.core.tobj
 

Subclasses of ICardResponseTO in org.eclipse.higgins.rpps.core.tobj
 class ICardsAndCategoryTO