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

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

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

Methods in org.eclipse.higgins.ics.ws.client that return ICardTO
static ICardTO Utils.card2ICardTO(Card card, ICardTO cardTO)
           
 

Methods in org.eclipse.higgins.ics.ws.client with parameters of type ICardTO
static Card Utils.ICardTO2Card(ICardTO cardTO, Card card)
           
static ICardTO Utils.card2ICardTO(Card card, ICardTO cardTO)
           
 

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

Methods in org.eclipse.higgins.ics.ws.wsdl that return ICardTO
 ICardTO[] ICardResponseTO.getICardList()
          Gets the ICardList value for this ICardResponseTO.
 ICardTO RPPSServiceSEI.createICardByTemplate(String userId, String password, ICardTemplateTO template)
           
 ICardTO RPPSServiceSEI.createDuplicateICard(String userId, String password, String cardName, String cuid, String pinCode)
           
 ICardTO RPPSServiceSEI.getICardByIdAndTokenServiceCredential(String userId, String password, String cuid, UITokenServiceCredentialTO userCredintial)
           
 ICardTO RPPSServiceSEI.getICardById(String userId, String password, String cuid)
           
 ICardTO[] RPPSServiceSEI.getICardsByCUIDs(String userId, String password, String[] cuids)
           
 ICardTO RPPSServiceSEI.updateICard(String userId, String password, ICardTO icardTO)
           
 ICardTO[] RPPSServiceSEI.getICardsByFormat(String userId, String password, String formatID)
           
 ICardTO RPPSServiceSEI.setPinCode(String userId, String password, String cuid, String pinCode)
           
 ICardTO RPPSServiceSEI.resetPinCode(String userId, String password, String cuid, String oldPinCode)
           
 ICardTO RPPSServiceSEI.editPinCode(String userId, String password, String cuid, String oldPinCode, String newPinCode)
           
 ICardTO RPPSServiceSEI.clearCardCredential(String userId, String password, String cuid)
           
 ICardTO RPPSServiceSEIBindingStub.createICardByTemplate(String userId, String password, ICardTemplateTO template)
           
 ICardTO RPPSServiceSEIBindingStub.createDuplicateICard(String userId, String password, String cardName, String cuid, String pinCode)
           
 ICardTO RPPSServiceSEIBindingStub.getICardByIdAndTokenServiceCredential(String userId, String password, String cuid, UITokenServiceCredentialTO userCredintial)
           
 ICardTO RPPSServiceSEIBindingStub.getICardById(String userId, String password, String cuid)
           
 ICardTO[] RPPSServiceSEIBindingStub.getICardsByCUIDs(String userId, String password, String[] cuids)
           
 ICardTO RPPSServiceSEIBindingStub.updateICard(String userId, String password, ICardTO icardTO)
           
 ICardTO[] RPPSServiceSEIBindingStub.getICardsByFormat(String userId, String password, String formatID)
           
 ICardTO RPPSServiceSEIBindingStub.setPinCode(String userId, String password, String cuid, String pinCode)
           
 ICardTO RPPSServiceSEIBindingStub.resetPinCode(String userId, String password, String cuid, String oldPinCode)
           
 ICardTO RPPSServiceSEIBindingStub.editPinCode(String userId, String password, String cuid, String oldPinCode, String newPinCode)
           
 ICardTO RPPSServiceSEIBindingStub.clearCardCredential(String userId, String password, String cuid)
           
 ICardTO[] ICardsAndCategoryTO.getICardList()
          Gets the ICardList value for this ICardsAndCategoryTO.
 

Methods in org.eclipse.higgins.ics.ws.wsdl with parameters of type ICardTO
 void ICardResponseTO.setICardList(ICardTO[] ICardList)
          Sets the ICardList value for this ICardResponseTO.
 ICardTO RPPSServiceSEI.updateICard(String userId, String password, ICardTO icardTO)
           
 ICardUpdateResponseTO[] RPPSServiceSEI.updateICards(String userId, String password, ICardTO[] icardTOs)
           
 ICardTO RPPSServiceSEIBindingStub.updateICard(String userId, String password, ICardTO icardTO)
           
 ICardUpdateResponseTO[] RPPSServiceSEIBindingStub.updateICards(String userId, String password, ICardTO[] icardTOs)
           
 void ICardsAndCategoryTO.setICardList(ICardTO[] ICardList)
          Sets the ICardList value for this ICardsAndCategoryTO.
 

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