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

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

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

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

Methods in net.sourceforge.fixagora.basis.client.model.editor with parameters of type CounterPartyPartyID
 void CounterpartyPartyIDTableModel.addCounterPartyPartyID(CounterPartyPartyID counterPartyPartyID)
          Adds the counter party party id.
 void CounterpartyPartyIDTableModel.remove(CounterPartyPartyID counterPartyPartyID)
          Removes the.
 

Method parameters in net.sourceforge.fixagora.basis.client.model.editor with type arguments of type CounterPartyPartyID
 void CounterpartyPartyIDTableModel.updateCounterPartyPartyIDs(java.util.List<CounterPartyPartyID> list)
          Update counter party party i ds.
 

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

Methods in net.sourceforge.fixagora.basis.client.view.dialog that return CounterPartyPartyID
 CounterPartyPartyID CounterpartyPartyIDDialog.getCounterPartyPartyID()
          Gets the counter party party id.
 

Constructors in net.sourceforge.fixagora.basis.client.view.dialog with parameters of type CounterPartyPartyID
CounterpartyPartyIDDialog(CounterPartyPartyID counterPartyPartyID, java.util.List<AbstractBusinessObject> businessComponents)
          Instantiates a new counterparty party id dialog.
 

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

Methods in net.sourceforge.fixagora.basis.shared.model.persistence that return types with arguments of type CounterPartyPartyID
 java.util.List<CounterPartyPartyID> Counterparty.getCounterPartyPartyIDs()
          Gets the counter party party i ds.
 

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

Method parameters in net.sourceforge.fixagora.basis.shared.model.persistence with type arguments of type CounterPartyPartyID
 void Counterparty.setCounterPartyPartyIDs(java.util.List<CounterPartyPartyID> counterPartyPartyIDs)
          Sets the counter party party i ds.