Uses of Class
org.eclipse.higgins.ics.ws.wsdl.CardUsageTO

Packages that use CardUsageTO
org.eclipse.higgins.ics.ws.client   
org.eclipse.higgins.ics.ws.wsdl   
 

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

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

Uses of CardUsageTO in org.eclipse.higgins.ics.ws.wsdl
 

Methods in org.eclipse.higgins.ics.ws.wsdl that return CardUsageTO
 CardUsageTO[] RPPSServiceSEI.getCardHistory(String userId, String password, String cuid, int startFrom, int capacity, String orderBy, String orderDirection)
           
 CardUsageTO[] RPPSServiceSEIBindingStub.getCardHistory(String userId, String password, String cuid, int startFrom, int capacity, String orderBy, String orderDirection)
           
 CardUsageTO[] CardInformationTO.getCardHistory()
          Gets the cardHistory value for this CardInformationTO.
 

Methods in org.eclipse.higgins.ics.ws.wsdl with parameters of type CardUsageTO
 void CardInformationTO.setCardHistory(CardUsageTO[] cardHistory)
          Sets the cardHistory value for this CardInformationTO.
 

Constructors in org.eclipse.higgins.ics.ws.wsdl with parameters of type CardUsageTO
CardInformationTO(CardUsageTO[] cardHistory, int sizeHistory)