Uses of Class
org.eclipse.higgins.ics.gwt.base.client.model.entity.CardUpdate

Packages that use CardUpdate
org.eclipse.higgins.ics.gwt.icm.client   
org.eclipse.higgins.ics.model.bean   
org.eclipse.higgins.ics.ws.client   
 

Uses of CardUpdate in org.eclipse.higgins.ics.gwt.icm.client
 

Methods in org.eclipse.higgins.ics.gwt.icm.client with parameters of type CardUpdate
 void ICMServiceAsync.updateClaimAcrossCards(String userId, String password, String claimType, String claimValue, CardUpdate[] cardUpdate, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 GWTResponse ICMService.updateClaimAcrossCards(String userId, String password, String claimType, String claimValue, CardUpdate[] cardUpdate)
           
 

Uses of CardUpdate in org.eclipse.higgins.ics.model.bean
 

Methods in org.eclipse.higgins.ics.model.bean with parameters of type CardUpdate
 Response ManagerBean.updateClaimAcrossCards(String userId, String password, String claimType, String claimValue, CardUpdate[] cardUpdate)
           
 GWTResponse RPCBean.updateClaimAcrossCards(String userId, String password, String claimType, String claimValue, CardUpdate[] cardUpdate)
           
 

Uses of CardUpdate in org.eclipse.higgins.ics.ws.client
 

Methods in org.eclipse.higgins.ics.ws.client with parameters of type CardUpdate
 Response WSClient.updateClaimAcrossCards(String userId, String password, String claimType, String claimValue, CardUpdate[] cardUpdate)
           
static ICardUpdateTO Utils.cardUpdate2ICardUpdateTO(CardUpdate update)