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

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

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

Methods in org.eclipse.higgins.rpps.core that return ICardUpdateResponseTO
 ICardUpdateResponseTO IRppsService.deleteICard(String cuid)
          Deletes specified card.
 ICardUpdateResponseTO[] IRppsService.updateClaimsAcrossCards(String[] claimTypes, String[] claimValues, ICardUpdateTO[] cardUpdate)
          This method updates some claim values in list of cards.
 ICardUpdateResponseTO[] IRppsService.updateICards(ICardTO[] icardTOList)
          This method update list of cards.
 

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

Methods in org.eclipse.higgins.rpps.core.impl that return ICardUpdateResponseTO
 ICardUpdateResponseTO RppsService.deleteICard(String cuid)
          Deletes specified card.
 ICardUpdateResponseTO[] RppsService.updateClaimsAcrossCards(String[] claimTypes, String[] claimValues, ICardUpdateTO[] cardUpdate)
          Update claim across cards.
 ICardUpdateResponseTO[] RppsService.updateICards(ICardTO[] icardTOList)
          Update card.