| Methods in org.eclipse.higgins.ics.ws.wsdl that return ICardTO
|
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.getICards(String userId,
String password)
|
ICardTO |
RPPSServiceSEI.updateICard(String userId,
String password,
ICardTO icardTO)
|
ICardTO[] |
RPPSServiceSEI.importICardAsByteArray(String userId,
String password,
byte[] crd)
|
ICardTO[] |
RPPSServiceSEI.importICards(String userId,
String password,
byte[] crd,
String formatID,
UITokenServiceCredentialTO credential)
|
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.getICards(String userId,
String password)
|
ICardTO |
RPPSServiceSEIBindingStub.updateICard(String userId,
String password,
ICardTO icardTO)
|
ICardTO[] |
RPPSServiceSEIBindingStub.importICardAsByteArray(String userId,
String password,
byte[] crd)
|
ICardTO[] |
RPPSServiceSEIBindingStub.importICards(String userId,
String password,
byte[] crd,
String formatID,
UITokenServiceCredentialTO credential)
|
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. |