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

Packages that use GWTResponse
org.eclipse.higgins.ics.gwt.icm.client   
org.eclipse.higgins.ics.model.bean   
 

Uses of GWTResponse in org.eclipse.higgins.ics.gwt.icm.client
 

Methods in org.eclipse.higgins.ics.gwt.icm.client that return GWTResponse
 GWTResponse ICMService.getCurrentState(String userId, String userPassword)
           
 GWTResponse ICMService.modifyCard(Card card, String userIdentifier, String userPassword)
           
 GWTResponse ICMService.getUserProfile()
           
 GWTResponse ICMService.modifyUserProfile(UserProfile userProfile)
           
 GWTResponse ICMService.getPCardTemplate(String userIdentifier, String userPassword)
           
 GWTResponse ICMService.createICard(CardTemplate cardTemplate, String userIdentifier, String userPassword)
           
 GWTResponse ICMService.deleteICard(String cuid, String userIdentifier, String userPassword)
           
 GWTResponse ICMService.getCardByCredential(Card card, String userIdentifier, String userPassword)
           
 GWTResponse ICMService.resetPinCode(String cuid, String pin, String userIdentifier, String userPassword)
           
 GWTResponse ICMService.editPinCode(String userId, String password, String cuid, String oldPinCode, String newPinCode)
           
 GWTResponse ICMService.setPinCode(String cuid, String pin, String userIdentifier, String userPassword)
           
 GWTResponse ICMService.createDuplicateCard(String cuid, String cardName, String pinCode, String userIdentifier, String userPassword)
           
 GWTResponse ICMService.deleteAllCard(String userIdentifier, String userPassword)
           
 GWTResponse ICMService.createCategory(Category category, String userIdentifier, String userPassword)
           
 GWTResponse ICMService.modifyCategory(Category category, String userIdentifier, String userPassword)
           
 GWTResponse ICMService.deleteCategory(Category category, String userIdentifier, String userPassword)
           
 GWTResponse ICMService.putCredentialForRestore(FormatDescriptor descriptor, String userIdentifier, String userPassword)
           
 GWTResponse ICMService.putImageForIE(String image)
           
 GWTResponse ICMService.getCardInformation(String cuid, String userIdentifier, String userPassword, int size)
           
 GWTResponse ICMService.setUrlsCardRelation(String userId, String password, String cuid, String[] urls)
           
 GWTResponse ICMService.deleteUrlsCardRelation(String userId, String password, String cuid, String[] urls)
           
 GWTResponse ICMService.clearCardHistory(String userId, String password, String cuid)
           
 GWTResponse ICMService.clearCardCredential(String userId, String password, String cuid)
           
 GWTResponse ICMService.modifyCategories(String userId, String password, Category[] categories)
           
 GWTResponse ICMService.getCardById(String cuid, String userIdentifier, String userPassword)
           
 GWTResponse ICMService.setCardCredential(String userId, String password, String cuid, CardCredential tokenCredential)
           
 GWTResponse ICMService.getCardHistory(String userId, String password, String cuid, int startFrom, int capacity, String orderBy, String orderDirection)
           
 GWTResponse ICMService.exportICards(String userId, String password, String formatID, String[] cards, CardCredential credential)
           
 GWTResponse ICMService.getICardsByFormat(String userId, String password, String formatID)
           
 GWTResponse ICMService.getOutputFormats(String userId, String password)
           
 GWTResponse ICMService.getMRU(String userId, String password)
           
 GWTResponse ICMService.updateClaimAcrossCards(String userId, String password, String claimType, String claimValue, CardUpdate[] cardUpdate)
           
 

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

Methods in org.eclipse.higgins.ics.model.bean that return GWTResponse
 GWTResponse RPCBean.getCurrentState(String userId, String userPassword)
           
 GWTResponse RPCBean.modifyUserProfile(UserProfile userProfile)
           
 GWTResponse RPCBean.modifyCard(Card card, String userIdentifier, String userPassword)
           
 GWTResponse RPCBean.createICard(CardTemplate cardTemplate, String userIdentifier, String userPassword)
           
 GWTResponse RPCBean.getPCardTemplate(String userIdentifier, String userPassword)
           
 GWTResponse RPCBean.deleteICard(String cuid, String userIdentifier, String userPassword)
           
 GWTResponse RPCBean.getCardByCredential(Card card, String userIdentifier, String userPassword)
           
 GWTResponse RPCBean.setCardCredential(String userId, String password, String cuid, CardCredential tokenCredential)
           
 GWTResponse RPCBean.setPinCode(String cuid, String pin, String userIdentifier, String userPassword)
           
 GWTResponse RPCBean.editPinCode(String userId, String password, String cuid, String oldPinCode, String newPinCode)
           
 GWTResponse RPCBean.resetPinCode(String cuid, String pin, String userIdentifier, String userPassword)
           
 GWTResponse RPCBean.createDuplicateCard(String cuid, String cardName, String pinCode, String userIdentifier, String userPassword)
           
 GWTResponse RPCBean.deleteAllCard(String userIdentifier, String userPassword)
           
 GWTResponse RPCBean.getUserProfile()
           
 GWTResponse RPCBean.createCategory(Category category, String userIdentifier, String userPassword)
           
 GWTResponse RPCBean.modifyCategory(Category category, String userIdentifier, String userPassword)
           
 GWTResponse RPCBean.deleteCategory(Category category, String userIdentifier, String userPassword)
           
 GWTResponse RPCBean.putImageForIE(String image)
           
 GWTResponse RPCBean.getCardInformation(String cuid, String userIdentifier, String userPassword, int size)
           
 GWTResponse RPCBean.setUrlsCardRelation(String userId, String password, String cuid, String[] urls)
           
 GWTResponse RPCBean.deleteUrlsCardRelation(String userId, String password, String cuid, String[] urls)
           
 GWTResponse RPCBean.clearCardHistory(String userId, String password, String cuid)
           
 GWTResponse RPCBean.clearCardCredential(String userId, String password, String cuid)
           
 GWTResponse RPCBean.modifyCategories(String userId, String password, Category[] categories)
           
 GWTResponse RPCBean.getCardById(String cuid, String userIdentifier, String userPassword)
           
 GWTResponse RPCBean.putCredentialForRestore(FormatDescriptor descriptor, String userIdentifier, String userPassword)
           
 GWTResponse RPCBean.getCardHistory(String userId, String password, String cuid, int startFrom, int capacity, String orderBy, String orderDirection)
           
 GWTResponse RPCBean.getOutputFormats(String userId, String password)
           
 GWTResponse RPCBean.getICardsByFormat(String userId, String password, String formatID)
           
 GWTResponse RPCBean.exportICards(String userId, String password, String formatID, String[] cards, CardCredential credential)
           
 GWTResponse RPCBean.getMRU(String userId, String password)
           
 GWTResponse RPCBean.updateClaimAcrossCards(String userId, String password, String claimType, String claimValue, CardUpdate[] cardUpdate)