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

Methods in org.eclipse.higgins.rpps.core with parameters of type ICardTO
 ICardTO IRppsService.updateICard(org.eclipse.higgins.user.login.UserAccount userAccount, ICardTO icardTO)
          This method update card.
 ICardUpdateResponseTO[] IRppsService.updateICards(org.eclipse.higgins.user.login.UserAccount userAccount, 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(org.eclipse.higgins.user.login.UserAccount userAccount, String cuid)
          Deletes saved authentication card information for specified card.
 ICardTO RppsService.createDuplicateICard(org.eclipse.higgins.user.login.UserAccount userAccount, String cardName, String cuid, String pinCode)
          Creates duplicate of personal card only with new card's name.
 ICardTO RppsService.createICard(org.eclipse.higgins.user.login.UserAccount userAccount, ICardTemplateTO template)
          Creates a new card by template.
 ICardTO RppsService.editPinCode(org.eclipse.higgins.user.login.UserAccount userAccount, String cuid, String oldPinCode, String newPinCode)
          Changes pin code for personal card.
 ICardTO RppsService.getDefaultPCard(org.eclipse.higgins.user.login.UserAccount userAccount)
           
 ICardTO RppsService.getICardByCUID(org.eclipse.higgins.user.login.UserAccount userAccount, String cuid)
          Gets a card by CUID.
 ICardTO RppsService.getICardByCUIDAndTokenServiceCredential(org.eclipse.higgins.user.login.UserAccount userAccount, String cuid, UITokenServiceCredentialTO tokenCredential)
          Gets a card by CUID and Credential.
 ICardTO[] RppsService.getICardsByCUIDs(org.eclipse.higgins.user.login.UserAccount userAccount, String[] cuids)
          Gets cards by CUIDs array.
 ICardTO[] RppsService.getICardsByFormat(org.eclipse.higgins.user.login.UserAccount userAccount, String formatID)
          Gets cards which may be export to special file format.
 ICardTO RppsService.resetPinCode(org.eclipse.higgins.user.login.UserAccount userAccount, String cuid, String oldPinCode)
           
 ICardTO RppsService.setPinCode(org.eclipse.higgins.user.login.UserAccount userAccount, String cuid, String pinCode)
           
 ICardTO RppsService.updateICard(org.eclipse.higgins.user.login.UserAccount userAccount, ICardTO icardTO)
          Update card.
 

Methods in org.eclipse.higgins.rpps.core.impl with parameters of type ICardTO
 ICardTO RppsService.updateICard(org.eclipse.higgins.user.login.UserAccount userAccount, ICardTO icardTO)
          Update card.
 ICardUpdateResponseTO[] RppsService.updateICards(org.eclipse.higgins.user.login.UserAccount userAccount, 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()
           
 ICardTO ICardTO.setzIssuer(String zIssuer)
           
 ICardTO ICardTO.setzSupportedTokenType(String[] zSupportedTokenType)
           
 

Methods in org.eclipse.higgins.rpps.core.tobj with parameters of type ICardTO
 void ICardResponseTO.setICardList(ICardTO[] cardList)
           
 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)