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

Packages that use CardUsage
org.eclipse.higgins.ics.gwt.base.client.model.entity   
org.eclipse.higgins.ics.ws.client   
 

Uses of CardUsage in org.eclipse.higgins.ics.gwt.base.client.model.entity
 

Methods in org.eclipse.higgins.ics.gwt.base.client.model.entity that return CardUsage
 CardUsage[] CardInformation.getCardHistory()
          Gets the cardHistory value for this CardInformationTO.
 

Methods in org.eclipse.higgins.ics.gwt.base.client.model.entity with parameters of type CardUsage
 void CardInformation.setCardHistory(CardUsage[] cardHistory)
          Sets the cardHistory value for this CardInformationTO.
 

Constructors in org.eclipse.higgins.ics.gwt.base.client.model.entity with parameters of type CardUsage
CardInformation(CardUsage[] cardHistory, int historySize, int startsFrom, String sortBy, String sortOrder)
           
 

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

Methods in org.eclipse.higgins.ics.ws.client that return CardUsage
static CardUsage Utils.cardUsageTO2CardUsage(CardUsageTO cuTO, CardUsage cu)
           
 

Methods in org.eclipse.higgins.ics.ws.client with parameters of type CardUsage
static CardUsage Utils.cardUsageTO2CardUsage(CardUsageTO cuTO, CardUsage cu)