Uses of Class
net.sourceforge.fixagora.basis.shared.model.persistence.TraderPartyID

Packages that use TraderPartyID
net.sourceforge.fixagora.basis.client.model.editor   
net.sourceforge.fixagora.basis.client.view.dialog   
net.sourceforge.fixagora.basis.shared.model.persistence   
 

Uses of TraderPartyID in net.sourceforge.fixagora.basis.client.model.editor
 

Methods in net.sourceforge.fixagora.basis.client.model.editor that return TraderPartyID
 TraderPartyID TraderPartyIDTableModel.get(int index)
          Gets the.
 

Methods in net.sourceforge.fixagora.basis.client.model.editor with parameters of type TraderPartyID
 void TraderPartyIDTableModel.addTraderPartyID(TraderPartyID traderPartyID)
          Adds the trader party id.
 void TraderPartyIDTableModel.remove(TraderPartyID traderPartyID)
          Removes the.
 

Method parameters in net.sourceforge.fixagora.basis.client.model.editor with type arguments of type TraderPartyID
 void TraderPartyIDTableModel.updateTraderPartyIDs(java.util.List<TraderPartyID> list)
          Update trader party i ds.
 

Uses of TraderPartyID in net.sourceforge.fixagora.basis.client.view.dialog
 

Methods in net.sourceforge.fixagora.basis.client.view.dialog that return TraderPartyID
 TraderPartyID TraderPartyIDDialog.getTraderPartyID()
          Gets the trader party id.
 

Constructors in net.sourceforge.fixagora.basis.client.view.dialog with parameters of type TraderPartyID
TraderPartyIDDialog(TraderPartyID traderPartyID, java.util.List<AbstractBusinessObject> businessComponents)
          Instantiates a new trader party id dialog.
 

Uses of TraderPartyID in net.sourceforge.fixagora.basis.shared.model.persistence
 

Methods in net.sourceforge.fixagora.basis.shared.model.persistence that return types with arguments of type TraderPartyID
 java.util.List<TraderPartyID> Trader.getTraderPartyIDs()
          Gets the trader party i ds.
 

Methods in net.sourceforge.fixagora.basis.shared.model.persistence with parameters of type TraderPartyID
 int TraderPartyID.compareTo(TraderPartyID assignedInitiatorSecurity)
           
 

Method parameters in net.sourceforge.fixagora.basis.shared.model.persistence with type arguments of type TraderPartyID
 void Trader.setTraderPartyIDs(java.util.List<TraderPartyID> traderPartyIDs)
          Sets the trader party i ds.