Uses of Class
org.eclipse.higgins.proxy.web.ws.wsdl.CardUsageTO

Packages that use CardUsageTO
org.eclipse.higgins.proxy.web.ws.wsdl   
 

Uses of CardUsageTO in org.eclipse.higgins.proxy.web.ws.wsdl
 

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

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

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