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.updateClaimAcrossCards(String claimType, String claimValue, ICardUpdateTO[] cardUpdate)
           
 

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

Methods in org.eclipse.higgins.rpps.core.impl that return ICardUpdateResponseTO
 ICardUpdateResponseTO[] RppsService.updateClaimAcrossCards(String claimType, String claimValue, ICardUpdateTO[] cardUpdate)
          Update claim across cards.
 ICardUpdateResponseTO RppsService.deleteICard(String cuid)
          Deletes specified card.