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

Packages that use AbstractInitiator
net.sourceforge.fixagora.basis.client.view.dialog   
net.sourceforge.fixagora.basis.shared.model.persistence   
net.sourceforge.fixagora.buyside.shared.persistence   
 

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

Methods in net.sourceforge.fixagora.basis.client.view.dialog that return AbstractInitiator
 AbstractInitiator InitiatorTreeDialog.getAbstractInitiator()
          Gets the abstract initiator.
 AbstractInitiator InitiatorTreeDialog.getAbstractInitiatorForId(long interfaceValue)
          Gets the abstract initiator for id.
 AbstractInitiator InitiatorTreeDialog.getAbstractInitiatorForName(java.lang.String name)
          Gets the abstract initiator for name.
 

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

Subclasses of AbstractInitiator in net.sourceforge.fixagora.basis.shared.model.persistence
 class FIXInitiator
          The Class FIXInitiator.
 

Methods in net.sourceforge.fixagora.basis.shared.model.persistence that return AbstractInitiator
 AbstractInitiator AssignedInitiatorSecurity.getFixInitiator()
          Gets the fix initiator.
 AbstractInitiator AbstractInitiator.getRoute()
          Gets the route.
 

Methods in net.sourceforge.fixagora.basis.shared.model.persistence with parameters of type AbstractInitiator
 void AssignedInitiatorSecurity.setFixInitiator(AbstractInitiator fixInitiator)
          Sets the fix initiator.
 void AbstractInitiator.setRoute(AbstractInitiator route)
          Sets the route.
 

Uses of AbstractInitiator in net.sourceforge.fixagora.buyside.shared.persistence
 

Methods in net.sourceforge.fixagora.buyside.shared.persistence that return AbstractInitiator
 AbstractInitiator AssignedBuySideInitiator.getInitiator()
          Gets the initiator.
 AbstractInitiator BuySideNewOrderSingle.getMarketInterface()
          Gets the market interface.
 AbstractInitiator BuySideQuoteRequest.getMarketInterface()
          Gets the market interface.
 AbstractInitiator BuySideBookTradeCaptureReport.getSourceComponent()
          Gets the source component.
 

Methods in net.sourceforge.fixagora.buyside.shared.persistence with parameters of type AbstractInitiator
 void AssignedBuySideInitiator.setInitiator(AbstractInitiator initiator)
          Sets the initiator.
 void BuySideNewOrderSingle.setMarketInterface(AbstractInitiator marketInterface)
          Sets the market interface.
 void BuySideQuoteRequest.setMarketInterface(AbstractInitiator marketInterface)
          Sets the market interface.
 void BuySideBookTradeCaptureReport.setSourceComponent(AbstractInitiator sourceComponent)
          Sets the source component.