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

Packages that use ICardUpdateTO
org.eclipse.higgins.rpps.core   
org.eclipse.higgins.rpps.core.impl   
 

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

Methods in org.eclipse.higgins.rpps.core with parameters of type ICardUpdateTO
 ICardUpdateResponseTO[] IRppsService.updateClaimsAcrossCards(org.eclipse.higgins.user.login.UserAccount userAccount, String[] claimTypes, String[] claimValues, ICardUpdateTO[] cardUpdate)
          This method updates some claim values in list of cards.
 

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

Methods in org.eclipse.higgins.rpps.core.impl with parameters of type ICardUpdateTO
 ICardUpdateResponseTO[] RppsService.updateClaimsAcrossCards(org.eclipse.higgins.user.login.UserAccount userAccount, String[] claimTypes, String[] claimValues, ICardUpdateTO[] cardUpdate)
          Update claim across cards.