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   
 

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

Methods in org.eclipse.higgins.rpps.core that return ICardResponseTO
 ICardResponseTO IRppsService.getICardsByUser()
          This method gets ICardResponseTO which contains the card list and card relation list of the specified user.
 ICardResponseTO IRppsService.importICards(byte[] crd)
          Imports card from a file.
 ICardResponseTO IRppsService.importICards(byte[] crd, String formatID, UITokenServiceCredentialTO credential)
          Import cards from special format file.
 

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.