|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ICardTO | |
|---|---|
| org.eclipse.higgins.rpps.core | |
| org.eclipse.higgins.rpps.core.impl | |
| org.eclipse.higgins.rpps.core.tobj | |
| Uses of ICardTO in org.eclipse.higgins.rpps.core |
|---|
| Methods in org.eclipse.higgins.rpps.core that return ICardTO | |
ICardTO |
IRppsService.clearCardCredential(String cuid)
Deletes saved authentication card information of the specified card |
ICardTO |
IRppsService.createDuplicateICard(String cardName,
String cuid,
String pinCode)
Creates duplicate of personal card only with new card's name |
ICardTO |
IRppsService.createICard(ICardTemplateTO template)
Creates a new card by template |
ICardTO |
IRppsService.editPinCode(String cuid,
String oldPinCode,
String newPinCode)
|
ICardTO |
IRppsService.getICardByCUID(String cuid)
Gets a card by CUID. |
ICardTO |
IRppsService.getICardByCUIDAndTokenServiceCredential(String cuid,
UITokenServiceCredentialTO tokenCredential)
Gets a card by CUID and Credential. |
ICardTO[] |
IRppsService.getICardsByCUIDs(String[] cuids)
Gets cards by CUIDs array. |
ICardTO[] |
IRppsService.getICardsByFormat(String formatID)
|
ICardTO |
IRppsService.resetPinCode(String cuid,
String oldPinCode)
|
ICardTO |
IRppsService.setPinCode(String cuid,
String pinCode)
|
ICardTO |
IRppsService.updateICard(ICardTO icardTO)
Update card. |
| Methods in org.eclipse.higgins.rpps.core with parameters of type ICardTO | |
ICardTO |
IRppsService.updateICard(ICardTO icardTO)
Update card. |
ICardUpdateResponseTO[] |
IRppsService.updateICards(ICardTO[] icardTOList)
|
| Uses of ICardTO in org.eclipse.higgins.rpps.core.impl |
|---|
| Methods in org.eclipse.higgins.rpps.core.impl that return ICardTO | |
ICardTO |
RppsService.clearCardCredential(String cuid)
Deletes saved authentication card information for specified card |
ICardTO |
RppsService.createDuplicateICard(String cardName,
String cuid,
String pinCode)
Creates duplicate of personal card only with new card's name |
ICardTO |
RppsService.createICard(ICardTemplateTO template)
Creates a new card by template |
ICardTO |
RppsService.editPinCode(String cuid,
String oldPinCode,
String newPinCode)
|
ICardTO |
RppsService.getICardByCUID(String cuid)
Gets a card by CUID. |
ICardTO |
RppsService.getICardByCUIDAndTokenServiceCredential(String cuid,
UITokenServiceCredentialTO tokenCredential)
Gets a card by CUID and Credential. |
ICardTO[] |
RppsService.getICardsByCUIDs(String[] cuids)
Gets cards by CUIDs array. |
ICardTO[] |
RppsService.getICardsByFormat(String formatID)
|
ICardTO |
RppsService.resetPinCode(String cuid,
String oldPinCode)
|
ICardTO |
RppsService.setPinCode(String cuid,
String pinCode)
|
ICardTO |
RppsService.updateICard(ICardTO icardTO)
Update card. |
| Methods in org.eclipse.higgins.rpps.core.impl with parameters of type ICardTO | |
ICardTO |
RppsService.updateICard(ICardTO icardTO)
Update card. |
ICardUpdateResponseTO[] |
RppsService.updateICards(ICardTO[] icardTOList)
Update card. |
| Uses of ICardTO in org.eclipse.higgins.rpps.core.tobj |
|---|
| Methods in org.eclipse.higgins.rpps.core.tobj that return ICardTO | |
ICardTO[] |
ICardResponseTO.getICardList()
|
ICardTO[] |
ICardsAndCategoryTO.getICardList()
|
| Methods in org.eclipse.higgins.rpps.core.tobj with parameters of type ICardTO | |
void |
ICardResponseTO.setICardList(ICardTO[] iCardList)
|
void |
ICardsAndCategoryTO.setICardList(ICardTO[] cardList)
|
| Constructors in org.eclipse.higgins.rpps.core.tobj with parameters of type ICardTO | |
ICardResponseTO(ICardTO[] iCardList)
|
|
ICardResponseTO(ICardTO[] iCardList,
MapTO[] relationList)
|
|
ICardsAndCategoryTO(ICardTO[] icardList,
CategoryTO[] categoryList)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||