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.clearCardCredential(String cuid)
          Deletes saved authentication card information of the specified card.
 ICardTO IRppsService.createDuplicateICard(String cardName, String cuid, String pinCode)
          Creates duplicate of personal card only with new card's name.
 ICardTO IRppsService.createICard(ICardTemplateTO template)
          Creates a new card by template.
 ICardTO IRppsService.editPinCode(String cuid, String oldPinCode, String newPinCode)
          Changes pin code for personal card.
 ICardTO IRppsService.getICardByCUID(String cuid)
          Gets a card by CUID.
 ICardTO IRppsService.getICardByCUIDAndTokenServiceCredential(String cuid, UITokenServiceCredentialTO tokenCredential)
          This method gets the card with retrieved claims.
 ICardTO[] IRppsService.getICardsByCUIDs(String[] cuids)
          This method gets cards as array of ICardTO by CUIDs array.
 ICardTO[] IRppsService.getICardsByFormat(String formatID)
          Gets cards which may be export to special file format.
 ICardTO IRppsService.resetPinCode(String cuid, String oldPinCode)
          Remove pin code protection from personal card.
 ICardTO IRppsService.setPinCode(String cuid, String pinCode)
          Sets pin code protection on personal card.
 ICardTO IRppsService.updateICard(ICardTO icardTO)
          This method update card.
 ICardTO IRppsService.getDefaultPCard()
          Return default personal card.
 

Methods in org.eclipse.higgins.rpps.core with parameters of type ICardTO
 ICardTO IRppsService.updateICard(ICardTO icardTO)
          This method update card.
 ICardUpdateResponseTO[] IRppsService.updateICards(ICardTO[] icardTOList)
          This method update list of cards.
 

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

Methods in org.eclipse.higgins.rpps.core.impl that return ICardTO
 ICardTO RppsService.clearCardCredential(String cuid)
          Deletes saved authentication card information for specified card.
 ICardTO RppsService.createDuplicateICard(String cardName, String cuid, String pinCode)
          Creates duplicate of personal card only with new card's name.
 ICardTO RppsService.createICard(ICardTemplateTO template)
          Creates a new card by template.
 ICardTO RppsService.editPinCode(String cuid, String oldPinCode, String newPinCode)
          Changes pin code for personal card.
 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.getICardsByCUIDs(String[] cuids)
          Gets cards by CUIDs array.
 ICardTO[] RppsService.getICardsByFormat(String formatID)
          Gets cards which may be export to special file format.
 ICardTO RppsService.resetPinCode(String cuid, String oldPinCode)
           
 ICardTO RppsService.setPinCode(String cuid, String pinCode)
           
 ICardTO RppsService.updateICard(ICardTO icardTO)
          Update card.
 ICardTO RppsService.getDefaultPCard()
           
 

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

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

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

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

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