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

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

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

Methods in org.eclipse.higgins.rpps.core that return ICardTO
 ICardTO IRppsService.createICard(String id, String[] properties)
          Creates a new card
 ICardTO IRppsService.createICard(ICardTemplateTO template)
          Creates a new card by template
 ICardTO IRppsService.createDuplicateICard(String cardName, String cuid, String pinCode)
          Creates the duplicate card with new card's name
 ICardTO IRppsService.getICardByCUID(String cuid)
          Gets a card by CUID.
 ICardTO IRppsService.getICardByCUIDAndTokenServiceCredential(String cuid, UITokenServiceCredentialTO tokenCredential)
          Gets a card by CUID and Credential.
 ICardTO[] IRppsService.getICardsByUser()
          Gets the card list of the specified user.
 ICardTO IRppsService.updateICard(ICardTO icardTO)
          Update card.
 ICardTO[] IRppsService.importICards(byte[] crd)
          Imports card from a file.
 ICardTO[] IRppsService.importICards(byte[] crd, String formatID, UITokenServiceCredentialTO credential)
           
 ICardTO[] IRppsService.getICardsByFormat(String formatID)
           
 ICardTO IRppsService.setPinCode(String cuid, String pinCode)
           
 ICardTO IRppsService.resetPinCode(String cuid, String oldPinCode)
           
 ICardTO IRppsService.editPinCode(String cuid, String oldPinCode, String newPinCode)
           
 ICardTO IRppsService.clearCardCredential(String cuid)
           
 

Methods in org.eclipse.higgins.rpps.core with parameters of type ICardTO
 ICardTO IRppsService.updateICard(ICardTO icardTO)
          Update card.
 

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

Methods in org.eclipse.higgins.rpps.core.impl that return ICardTO
 ICardTO RppsService.createICard(String id, String[] properties)
          Creates a new card
 ICardTO RppsService.createICard(ICardTemplateTO template)
          Creates a new card by template
 ICardTO RppsService.createDuplicateICard(String cardName, String cuid, String pinCode)
          Creates the duplicate card with new card's name
 ICardTO RppsService.getICardByCUID(String cuid)
          Gets a card by CUID.
 ICardTO RppsService.getICardByCUIDAndTokenServiceCredential(String cuid, UITokenServiceCredentialTO tokenCredential)
          Gets a card by CUID and Credential.
 ICardTO[] RppsService.getICardsByUser()
          Gets the card list of the specified user.
 ICardTO RppsService.updateICard(ICardTO icardTO)
          Update card.
 ICardTO[] RppsService.importICards(byte[] crd)
          Imports card from a file.
 ICardTO[] RppsService.importICards(byte[] crd, String formatID, UITokenServiceCredentialTO credential)
           
 ICardTO[] RppsService.getICardsByFormat(String formatID)
           
 ICardTO RppsService.setPinCode(String cuid, String pinCode)
           
 ICardTO RppsService.resetPinCode(String cuid, String oldPinCode)
           
 ICardTO RppsService.editPinCode(String cuid, String oldPinCode, String newPinCode)
           
 ICardTO RppsService.clearCardCredential(String cuid)
           
 

Methods in org.eclipse.higgins.rpps.core.impl with parameters of type ICardTO
 ICardTO RppsService.updateICard(ICardTO icardTO)
          Update card.
 

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

Methods in org.eclipse.higgins.rpps.core.tobj that return ICardTO
 ICardTO[] ICardsAndCategoryTO.getICardList()
           
 

Methods in org.eclipse.higgins.rpps.core.tobj with parameters of type ICardTO
 void ICardsAndCategoryTO.setICardList(ICardTO[] icardList)
           
 

Constructors in org.eclipse.higgins.rpps.core.tobj with parameters of type ICardTO
ICardsAndCategoryTO(ICardTO[] icardList, CategoryTO[] categoryList)