Uses of Class
org.eclipse.higgins.ics.gwt.base.client.model.entity.Response

Packages that use Response
org.eclipse.higgins.ics.model.bean   
org.eclipse.higgins.ics.ws.client   
 

Uses of Response in org.eclipse.higgins.ics.model.bean
 

Methods in org.eclipse.higgins.ics.model.bean that return Response
 Response ManagerBean.getCurrentState(String userId, String userPassword)
           
 Response ManagerBean.processLogon(String userIdentifier, String userPassword)
           
 Response ManagerBean.modifyUserProfile(UserProfile userProfile, String userIdentifier, String userPassword)
           
 Response ManagerBean.modifyICard(Card card, String userIdentifier, String userPassword)
           
 Response ManagerBean.getICardTemplate(String userIdentifier, String userPassword)
           
 Response ManagerBean.createICard(CardTemplate cardTemplate, String userIdentifier, String userPassword)
           
 Response ManagerBean.createCategory(Category category, String userIdentifier, String userPassword)
           
 Response ManagerBean.modifyCategory(Category category, String userIdentifier, String userPassword)
           
 Response ManagerBean.deleteCategory(Category category, String userIdentifier, String userPassword)
           
 Response ManagerBean.deleteICard(String cuid, String userIdentifier, String userPassword)
           
 Response ManagerBean.getCardByCredential(Card card, String userIdentifier, String userPassword)
           
 Response ManagerBean.setPinCode(String cuid, String pin, String userIdentifier, String userPassword)
           
 Response ManagerBean.editPinCode(String userId, String password, String cuid, String oldPinCode, String newPinCode)
           
 Response ManagerBean.resetPinCode(String cuid, String pin, String userIdentifier, String userPassword)
           
 Response ManagerBean.createDuplicateCard(String cuid, String cardName, String pinCode, String userIdentifier, String userPassword)
           
 Response ManagerBean.deleteAllCard(String userIdentifier, String userPassword)
           
 Response ManagerBean.importCards(String userIdentifier, String userPassword, byte[] fileData)
           
 Response ManagerBean.getCardInformation(String cuid, String userIdentifier, String userPassword, int size)
           
 Response ManagerBean.clearCardHistory(String userId, String password, String cuid)
           
 Response ManagerBean.setUrlsCardRelation(String userId, String password, String cuid, String[] urls)
           
 Response ManagerBean.deleteUrlsCardRelation(String userId, String password, String cuid, String[] urls)
           
 Response ManagerBean.clearCardCredential(String userId, String password, String cuid)
           
 Response ManagerBean.putImageForIE(String image, javax.servlet.http.HttpSession session)
           
 Response ManagerBean.putFileToSession(byte[] file, javax.servlet.http.HttpSession session)
           
 Response ManagerBean.modifyCategories(String userId, String password, Category[] categories)
           
 Response ManagerBean.setCardCredential(String userId, String password, String cuid, CardCredential tokenCredential)
           
 Response ManagerBean.getCardById(String cuid, String userIdentifier, String userPassword)
           
 Response ManagerBean.checkImportStream(String userId, String password, byte[] crd)
           
 Response ManagerBean.putCredentialForRestore(String userIdentifier, String userPassword, byte[] fileData, FormatDescriptor descriptor)
           
 Response ManagerBean.getCardHistory(String userId, String password, String cuid, int startFrom, int capacity, String orderBy, String orderDirection)
           
 Response ManagerBean.getOutputFormats(String userId, String password)
           
 Response ManagerBean.getICardsByFormat(String userId, String password, String formatID)
           
 Response ManagerBean.exportICards(String userId, String password, String formatID, String[] cards, CardCredential credential)
           
 Response ManagerBean.getMRU(String userId, String password)
           
 Response ManagerBean.updateClaimAcrossCards(String userId, String password, String claimType, String claimValue, CardUpdate[] cardUpdate)
           
 

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

Methods in org.eclipse.higgins.ics.ws.client that return Response
 Response WSClient.deleteICard(String cuid, String userIdentifier, String userPassword)
           
 Response WSClient.getUserData(String userId, String userPassword)
           
 Response WSClient.getCardByCredential(Card card, String userIdentifier, String userPassword)
           
 Response WSClient.createPwmCardByTemplate(ICardTemplateTO template, String userId, String userPassword)
           
 Response WSClient.getICardTemplate(String userId, String userPassword)
           
 Response WSClient.createICard(CardTemplate cardTemplate, String userIdentifier, String userPassword)
           
 Response WSClient.addUserProfile(UserProfile userProfile)
           
 Response WSClient.getUserProfile(String userIdentifier, String userPassword)
           
 Response WSClient.modifyUserProfile(UserProfile userProfile, String userIdentifier, String userPassword)
           
 Response WSClient.deleteUserProfile(String userIdentifier, String userPassword)
           
 Response WSClient.modifyICard(Card card, String userIdentifier, String userPassword)
           
 Response WSClient.getCardById(String cuid, String userIdentifier, String userPassword)
           
 Response WSClient.setPinCode(String cuid, String pin, String userIdentifier, String userPassword)
           
 Response WSClient.editPinCode(String userId, String password, String cuid, String oldPinCode, String newPinCode)
           
 Response WSClient.resetPinCode(String cuid, String pin, String userIdentifier, String userPassword)
           
 Response WSClient.createDuplicateICard(String cuid, String cardName, String pinCode, String userIdentifier, String userPassword)
           
 Response WSClient.createCategory(Category category, String userIdentifier, String userPassword)
           
 Response WSClient.modifyCategory(Category category, String userIdentifier, String userPassword)
           
 Response WSClient.deleteCategory(String categoryId, String userIdentifier, String userPassword)
           
 Response WSClient.deleteAllCard(String userIdentifier, String userPassword)
           
 Response WSClient.importICards(String userIdentifier, String userPassword, byte[] fileData)
           
 Response WSClient.getICardsFromRestoreAndFormatDescriptor(String userIdentifier, String userPassword, String formatID, byte[] fileData, UITokenServiceCredentialTO uitscTO)
           
 Response WSClient.getCardInformation(String cuid, String userIdentifier, String userPassword, int size)
           
 Response WSClient.clearCardCredential(String userId, String password, String cuid)
           
 Response WSClient.clearCardHistory(String userId, String password, String cuid)
           
 Response WSClient.setUrlsCardRelation(String userId, String password, String cuid, String[] urls)
           
 Response WSClient.deleteUrlsCardRelation(String userId, String password, String cuid, String[] urls)
           
 Response WSClient.modifyCategories(String userId, String password, Category[] categories)
           
 Response WSClient.checkImportStream(String userId, String password, byte[] crd)
           
 Response WSClient.setCardCredential(String userId, String password, String cuid, CardCredential tokenCredential)
           
 Response WSClient.getCardHistory(String userId, String password, String cuid, int startFrom, int capacity, String orderBy, String orderDirection)
           
 Response WSClient.getOutputFormats(String userId, String password)
           
 Response WSClient.getICardsByFormat(String userId, String password, String formatID)
           
 Response WSClient.exportICards(String userId, String password, String formatID, String[] cards, CardCredential credential)
           
 Response WSClient.getMRU(String userId, String password)
           
 Response WSClient.updateClaimAcrossCards(String userId, String password, String claimType, String claimValue, CardUpdate[] cardUpdate)