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

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

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

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

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

Constructors in org.eclipse.higgins.proxy.web.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)