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

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

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

Methods in org.eclipse.higgins.ics.ws.client with parameters of type MapTO
static MRU Utils.MRUTO2MRU(MapTO mruto)
           
 

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

Methods in org.eclipse.higgins.ics.ws.wsdl that return MapTO
 MapTO[] ICardResponseTO.getRelationList()
          Gets the relationList value for this ICardResponseTO.
 MapTO[] RPPSServiceSEI.getClaimValuesMRU(String userId, String password)
           
 MapTO[] RPPSServiceSEIBindingStub.getClaimValuesMRU(String userId, String password)
           
 

Methods in org.eclipse.higgins.ics.ws.wsdl with parameters of type MapTO
 void ICardResponseTO.setRelationList(MapTO[] relationList)
          Sets the relationList value for this ICardResponseTO.
 

Constructors in org.eclipse.higgins.ics.ws.wsdl with parameters of type MapTO
ICardResponseTO(int code, String message, ICardTO[] ICardList, MapTO[] relationList)
           
ICardsAndCategoryTO(int code, String message, ICardTO[] ICardList, MapTO[] relationList, CategoryTO[] categoryList)