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

Packages that use Card
org.eclipse.higgins.ics.gwt.base.client.listener   
org.eclipse.higgins.ics.gwt.base.client.model   
org.eclipse.higgins.ics.gwt.base.client.model.entity   
org.eclipse.higgins.ics.gwt.base.client.util   
org.eclipse.higgins.ics.gwt.icm.client   
org.eclipse.higgins.ics.gwt.icm.client.panel.card   
org.eclipse.higgins.ics.gwt.icm.client.panel.cardcredential   
org.eclipse.higgins.ics.gwt.icm.client.panel.edit   
org.eclipse.higgins.ics.gwt.icm.client.panel.history   
org.eclipse.higgins.ics.model.bean   
org.eclipse.higgins.ics.ws.client   
 

Uses of Card in org.eclipse.higgins.ics.gwt.base.client.listener
 

Methods in org.eclipse.higgins.ics.gwt.base.client.listener with parameters of type Card
 void ModifySelectedCardListener.onModifySelectedCard(Card card)
           
 void DeleteCardListener.onDeleteCardListener(Card card, Category category)
           
 void ChangeSelectedCardListener.onChangeSelectedCard(Card card, Category category)
           
 void AddCardListener.onAddCard(Card card, Category category)
           
 void RemoveCardListener.onRemoveCard(Card card, Category category)
           
 

Uses of Card in org.eclipse.higgins.ics.gwt.base.client.model
 

Methods in org.eclipse.higgins.ics.gwt.base.client.model that return Card
 Card CurrentStateBean.getSelectedCard()
           
 

Methods in org.eclipse.higgins.ics.gwt.base.client.model with parameters of type Card
 boolean CurrentStateBean.addNewCard(Card card, boolean overwriteExists)
           
 boolean CurrentStateBean.addNewCard(Card card)
           
 boolean CurrentStateBean.addNewCard(Card card, Category category)
           
 boolean CurrentStateBean.addNewCard(Card card, Category category, boolean overwriteExists)
           
 void CurrentStateBean.deleteCard(Card card)
           
 void CurrentStateBean.modifyCardInCategory(Card card, Category category)
           
 void CurrentStateBean.modifySelectedCard(Card card)
           
 void CurrentStateBean.removeCard(Card card, Category category)
           
 void CurrentStateBean.setSelectedCard(Card selectedCard)
           
 

Uses of Card in org.eclipse.higgins.ics.gwt.base.client.model.entity
 

Methods in org.eclipse.higgins.ics.gwt.base.client.model.entity that return Card
 Card[] UserData.getCards()
           
 Card CurrentState.getSelectedCard()
           
 

Methods in org.eclipse.higgins.ics.gwt.base.client.model.entity with parameters of type Card
 void UserData.setCards(Card[] cards)
           
 void CurrentState.setSelectedCard(Card selectedCard)
           
 

Uses of Card in org.eclipse.higgins.ics.gwt.base.client.util
 

Methods in org.eclipse.higgins.ics.gwt.base.client.util that return Card
static Card Utils.cloneCard(Card srcCard)
           
 

Methods in org.eclipse.higgins.ics.gwt.base.client.util with parameters of type Card
static Card Utils.cloneCard(Card srcCard)
           
 

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

Methods in org.eclipse.higgins.ics.gwt.icm.client that return Card
 Card[] ICMService.getImportedCard()
           
 

Methods in org.eclipse.higgins.ics.gwt.icm.client with parameters of type Card
 void ICMServiceAsync.modifyCard(Card card, String userIdentifier, String userPassword, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void ICMServiceAsync.getCardByCredential(Card card, String userIdentifier, String userPassword, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 GWTResponse ICMService.modifyCard(Card card, String userIdentifier, String userPassword)
           
 GWTResponse ICMService.getCardByCredential(Card card, String userIdentifier, String userPassword)
           
 

Uses of Card in org.eclipse.higgins.ics.gwt.icm.client.panel.card
 

Methods in org.eclipse.higgins.ics.gwt.icm.client.panel.card that return Card
 Card CardPanelFooter.getCard()
           
 

Methods in org.eclipse.higgins.ics.gwt.icm.client.panel.card with parameters of type Card
 void CardPanelFooter.setCard(Card card)
           
 com.google.gwt.user.client.ui.Widget CardPanel.getCardDetailWidget(Card card)
           
 com.google.gwt.user.client.ui.Widget CardPanel.getCardHistoryWidget(Card card)
           
 com.google.gwt.user.client.ui.Widget CardPanel.getPCardDetailWidget(Card card)
           
 com.google.gwt.user.client.ui.Widget CardPanel.getMCardDetailWidget(Card card)
           
 

Uses of Card in org.eclipse.higgins.ics.gwt.icm.client.panel.cardcredential
 

Methods in org.eclipse.higgins.ics.gwt.icm.client.panel.cardcredential that return Card
 Card CardCredentialPanel.getCard()
           
 Card ManagePinPanel.getCard()
           
 

Constructors in org.eclipse.higgins.ics.gwt.icm.client.panel.cardcredential with parameters of type Card
CardCredentialPanel(Card card)
           
ManagePinPanel(Card card, boolean isEdit)
           
 

Uses of Card in org.eclipse.higgins.ics.gwt.icm.client.panel.edit
 

Methods in org.eclipse.higgins.ics.gwt.icm.client.panel.edit that return Card
 Card CardEditablePanel.getCard()
           
 

Constructors in org.eclipse.higgins.ics.gwt.icm.client.panel.edit with parameters of type Card
PCardEditablePanel(Card pcard)
           
MCardEditablePanel(Card pcard)
           
CardEditablePanel(Card pcard)
           
PWCardEditablePanel(Card card)
           
 

Uses of Card in org.eclipse.higgins.ics.gwt.icm.client.panel.history
 

Methods in org.eclipse.higgins.ics.gwt.icm.client.panel.history that return Card
 Card CardHistoryPanelFooter.getCard()
           
 

Methods in org.eclipse.higgins.ics.gwt.icm.client.panel.history with parameters of type Card
 void CardHistoryPanelFooter.setCard(Card card)
           
 

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

Methods in org.eclipse.higgins.ics.model.bean that return Card
 Card[] RPCBean.getImportedCard()
           
 

Methods in org.eclipse.higgins.ics.model.bean with parameters of type Card
 Response ManagerBean.modifyICard(Card card, String userIdentifier, String userPassword)
           
 Response ManagerBean.getCardByCredential(Card card, String userIdentifier, String userPassword)
           
 GWTResponse RPCBean.modifyCard(Card card, String userIdentifier, String userPassword)
           
 GWTResponse RPCBean.getCardByCredential(Card card, String userIdentifier, String userPassword)
           
 

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

Methods in org.eclipse.higgins.ics.ws.client that return Card
static Card Utils.ICardTO2Card(ICardTO cardTO, Card card)
           
 

Methods in org.eclipse.higgins.ics.ws.client with parameters of type Card
 Response WSClient.getCardByCredential(Card card, String userIdentifier, String userPassword)
           
 Response WSClient.modifyICard(Card card, String userIdentifier, String userPassword)
           
static Card Utils.ICardTO2Card(ICardTO cardTO, Card card)
           
static ICardTO Utils.card2ICardTO(Card card, ICardTO cardTO)