|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AbstractBusinessObject in net.sourceforge.fixagora.basis.client.model |
---|
Methods in net.sourceforge.fixagora.basis.client.model with parameters of type AbstractBusinessObject | |
---|---|
AbstractBusinessObjectEditor |
FIXAgoraPlugin.getAbstractBusinessEditor(AbstractBusinessObject abstractBusinessObject,
MainPanel mainPanel)
Gets the abstract business editor. |
Uses of AbstractBusinessObject in net.sourceforge.fixagora.basis.client.model.editor |
---|
Constructors in net.sourceforge.fixagora.basis.client.model.editor with parameters of type AbstractBusinessObject | |
---|---|
ComboBoxEntry(AbstractBusinessObject entry,
java.lang.String displayName)
Instantiates a new combo box entry. |
Uses of AbstractBusinessObject in net.sourceforge.fixagora.basis.client.view |
---|
Methods in net.sourceforge.fixagora.basis.client.view that return AbstractBusinessObject | |
---|---|
AbstractBusinessObject |
MainPanel.getAbstractBusinessObjectForId(long id)
Gets the abstract business object for id. |
Methods in net.sourceforge.fixagora.basis.client.view that return types with arguments of type AbstractBusinessObject | |
---|---|
java.util.List<AbstractBusinessObject> |
MainPanel.getBusinessComponents()
Gets the business components. |
Methods in net.sourceforge.fixagora.basis.client.view with parameters of type AbstractBusinessObject | |
---|---|
AbstractBusinessObjectEditor |
MainPanel.addBusinessObjectEditor(AbstractBusinessObject abstractBusinessObject,
boolean refresh)
Adds the business object editor. |
void |
MainPanel.checkAll(AbstractBusinessObject abstractBusinessObject)
Check all. |
Method parameters in net.sourceforge.fixagora.basis.client.view with type arguments of type AbstractBusinessObject | |
---|---|
void |
TopPanel.treeSelectionChanged(java.util.List<AbstractBusinessObject> abstractBusinessObjects,
java.util.List<AbstractBusinessObject> abstractBusinessObjectsAndChilds)
Tree selection changed. |
void |
TopPanel.treeSelectionChanged(java.util.List<AbstractBusinessObject> abstractBusinessObjects,
java.util.List<AbstractBusinessObject> abstractBusinessObjectsAndChilds)
Tree selection changed. |
Uses of AbstractBusinessObject in net.sourceforge.fixagora.basis.client.view.dialog |
---|
Constructor parameters in net.sourceforge.fixagora.basis.client.view.dialog with type arguments of type AbstractBusinessObject | |
---|---|
CounterpartyPartyIDDialog(CounterPartyPartyID counterPartyPartyID,
java.util.List<AbstractBusinessObject> businessComponents)
Instantiates a new counterparty party id dialog. |
|
FUserPartyIDDialog(FUserPartyID fUserPartyID,
java.util.List<AbstractBusinessObject> businessComponents)
Instantiates a new f user party id dialog. |
|
PermissionChangeDialog(BasisClientConnector basisClientConnector,
java.util.List<AbstractBusinessObject> abstractBusinessObjects)
Instantiates a new permission change dialog. |
|
SpreadSheetMDInputDialog(SpreadSheetMDInput spreadSheetMDInput,
java.util.List<AbstractBusinessObject> businessComponents)
Instantiates a new spread sheet md input dialog. |
|
SpreadSheetMDOutputDialog(SpreadSheetMDOutput spreadSheetMDOutput,
java.util.List<AbstractBusinessObject> businessComponents)
Instantiates a new spread sheet md output dialog. |
|
TraderPartyIDDialog(TraderPartyID traderPartyID,
java.util.List<AbstractBusinessObject> businessComponents)
Instantiates a new trader party id dialog. |
Uses of AbstractBusinessObject in net.sourceforge.fixagora.basis.client.view.dialog.fix |
---|
Constructor parameters in net.sourceforge.fixagora.basis.client.view.dialog.fix with type arguments of type AbstractBusinessObject | |
---|---|
SpreadSheetFIXInputDialog(SpreadSheetFIXInputMessage fixInputMessage,
java.util.List<DataDictionary> dataDictionaries,
java.util.List<AbstractBusinessObject> businessComponents)
Instantiates a new spread sheet fix input dialog. |
|
SpreadSheetFIXOutputDialog(SpreadSheetFIXOutputMessage fixOutputMessage,
java.util.List<DataDictionary> dataDictionaries,
java.util.List<AbstractBusinessObject> businessComponents)
Instantiates a new spread sheet fix output dialog. |
Uses of AbstractBusinessObject in net.sourceforge.fixagora.basis.client.view.editor |
---|
Methods in net.sourceforge.fixagora.basis.client.view.editor that return AbstractBusinessObject | |
---|---|
AbstractBusinessObject |
SpreadSheetEditor.getAbstractBusinessObject()
|
AbstractBusinessObject |
CounterpartyEditor.getAbstractBusinessObject()
|
AbstractBusinessObject |
FIXAcceptorEditor.getAbstractBusinessObject()
|
AbstractBusinessObject |
FSecurityEditor.getAbstractBusinessObject()
|
AbstractBusinessObject |
FSecurityGroupEditor.getAbstractBusinessObject()
|
AbstractBusinessObject |
BankCalendarEditor.getAbstractBusinessObject()
|
AbstractBusinessObject |
FRoleEditor.getAbstractBusinessObject()
|
AbstractBusinessObject |
FIXInitiatorEditor.getAbstractBusinessObject()
|
abstract AbstractBusinessObject |
AbstractBusinessObjectEditor.getAbstractBusinessObject()
Gets the abstract business object. |
AbstractBusinessObject |
DefaultBusinessGroupEditor.getAbstractBusinessObject()
|
AbstractBusinessObject |
FUserEditor.getAbstractBusinessObject()
|
AbstractBusinessObject |
TraderEditor.getAbstractBusinessObject()
|
Methods in net.sourceforge.fixagora.basis.client.view.editor with parameters of type AbstractBusinessObject | |
---|---|
void |
SpreadSheetEditor.updateContent(AbstractBusinessObject abstractBusinessObject)
|
void |
CounterpartyEditor.updateContent(AbstractBusinessObject abstractBusinessObject)
|
void |
FIXAcceptorEditor.updateContent(AbstractBusinessObject abstractBusinessObject)
|
void |
FSecurityEditor.updateContent(AbstractBusinessObject abstractBusinessObject)
|
void |
FSecurityGroupEditor.updateContent(AbstractBusinessObject abstractBusinessObject)
|
void |
BankCalendarEditor.updateContent(AbstractBusinessObject abstractBusinessObject)
|
void |
FRoleEditor.updateContent(AbstractBusinessObject abstractBusinessObject)
|
void |
FIXInitiatorEditor.updateContent(AbstractBusinessObject abstractBusinessObject)
|
void |
AbstractBusinessObjectEditor.updateContent(AbstractBusinessObject abstractBusinessObject)
Update content. |
void |
DefaultBusinessGroupEditor.updateContent(AbstractBusinessObject abstractBusinessObject)
|
void |
FUserEditor.updateContent(AbstractBusinessObject abstractBusinessObject)
|
void |
TraderEditor.updateContent(AbstractBusinessObject abstractBusinessObject)
|
Constructors in net.sourceforge.fixagora.basis.client.view.editor with parameters of type AbstractBusinessObject | |
---|---|
AbstractBusinessObjectEditor(AbstractBusinessObject abstractBusinessObject,
MainPanel mainPanel,
BasisClientConnector basisClientConnector)
Instantiates a new abstract business object editor. |
|
DefaultBusinessGroupEditor(AbstractBusinessObject abstractBusinessObject,
MainPanel mainPanel,
BasisClientConnector basisClientConnector)
Instantiates a new default business group editor. |
Uses of AbstractBusinessObject in net.sourceforge.fixagora.basis.server.control |
---|
Methods in net.sourceforge.fixagora.basis.server.control that return types with arguments of type AbstractBusinessObject | |
---|---|
java.util.Set<AbstractBusinessObject> |
BasisPersistenceHandler.remove(java.util.Set<AbstractBusinessObject> abstractBusinessObjects,
org.jboss.netty.channel.Channel channel)
Removes the. |
java.util.List<AbstractBusinessObject> |
BasisPersistenceHandler.update(java.util.List<AbstractBusinessObject> abstractBusinessObjects,
org.jboss.netty.channel.Channel channel,
TransientValueSetter transientValueSetter,
boolean writeLogEntry)
Update. |
Methods in net.sourceforge.fixagora.basis.server.control with parameters of type AbstractBusinessObject | |
---|---|
void |
BusinessComponentHandler.close(AbstractBusinessObject abstractBusinessObject)
Close. |
void |
BasisPersistenceHandler.persist(AbstractBusinessObject abstractBusinessObject,
org.jboss.netty.channel.Channel channel,
TransientValueSetter transientValueSetter)
Persist. |
Method parameters in net.sourceforge.fixagora.basis.server.control with type arguments of type AbstractBusinessObject | |
---|---|
java.util.Set<AbstractBusinessObject> |
BasisPersistenceHandler.remove(java.util.Set<AbstractBusinessObject> abstractBusinessObjects,
org.jboss.netty.channel.Channel channel)
Removes the. |
java.util.List<AbstractBusinessObject> |
BasisPersistenceHandler.update(java.util.List<AbstractBusinessObject> abstractBusinessObjects,
org.jboss.netty.channel.Channel channel,
TransientValueSetter transientValueSetter,
boolean writeLogEntry)
Update. |
Uses of AbstractBusinessObject in net.sourceforge.fixagora.basis.shared.model.communication |
---|
Methods in net.sourceforge.fixagora.basis.shared.model.communication that return AbstractBusinessObject | |
---|---|
AbstractBusinessObject |
RefreshResponse.getAbstractBusinessObject()
Gets the abstract business object. |
AbstractBusinessObject |
PersistRequest.getAbstractBusinessObject()
Gets the abstract business object. |
AbstractBusinessObject |
PersistResponse.getAbstractBusinessObject()
Gets the abstract business object. |
Methods in net.sourceforge.fixagora.basis.shared.model.communication that return types with arguments of type AbstractBusinessObject | |
---|---|
java.util.Set<AbstractBusinessObject> |
RemoveRequest.getAbstractBusinessObjects()
Gets the abstract business objects. |
java.util.Set<AbstractBusinessObject> |
RemoveResponse.getAbstractBusinessObjects()
Gets the abstract business objects. |
java.util.List<AbstractBusinessObject> |
UpdateResponse.getAbstractBusinessObjects()
Gets the abstract business objects. |
java.util.List<AbstractBusinessObject> |
RootBusinessObjectResponse.getAbstractBusinessObjects()
Gets the abstract business objects. |
java.util.List<AbstractBusinessObject> |
UpdateRequest.getAbstractBusinessObjects()
Gets the abstract business objects. |
Constructors in net.sourceforge.fixagora.basis.shared.model.communication with parameters of type AbstractBusinessObject | |
---|---|
PersistRequest(AbstractBusinessObject abstractBusinessObject,
long requestID)
Instantiates a new persist request. |
|
PersistResponse(AbstractBusinessObject abstractBusinessObject)
Instantiates a new persist response. |
|
PersistResponse(PersistRequest persistRequest,
AbstractBusinessObject abstractBusinessObject,
PersistResponse.PersistStatus persistStatus)
Instantiates a new persist response. |
|
RefreshResponse(RefreshRequest refreshRequest,
AbstractBusinessObject abstractBusinessObject)
Instantiates a new refresh response. |
|
RemoveResponse(AbstractBusinessObject abstractBusinessObject)
Instantiates a new removes the response. |
|
UpdateRequest(AbstractBusinessObject abstractBusinessObject,
long requestID)
Instantiates a new update request. |
|
UpdateResponse(AbstractBusinessObject abstractBusinessObject)
Instantiates a new update response. |
|
UpdateResponse(UpdateRequest persistRequest,
AbstractBusinessObject abstractBusinessObject,
UpdateResponse.UpdateStatus persistStatus)
Instantiates a new update response. |
Constructor parameters in net.sourceforge.fixagora.basis.shared.model.communication with type arguments of type AbstractBusinessObject | |
---|---|
RemoveRequest(java.util.Set<AbstractBusinessObject> abstractBusinessObjects,
long requestID)
Instantiates a new removes the request. |
|
RemoveResponse(RemoveRequest persistRequest,
java.util.Set<AbstractBusinessObject> abstractBusinessObjects)
Instantiates a new removes the response. |
|
RootBusinessObjectResponse(RootBusinessObjectRequest abstractRequest,
java.util.List<AbstractBusinessObject> abstractBusinessObjects)
Instantiates a new root business object response. |
|
UpdateRequest(java.util.List<AbstractBusinessObject> abstractBusinessObjects,
long requestID)
Instantiates a new update request. |
|
UpdateResponse(java.util.List<AbstractBusinessObject> abstractBusinessObjects)
Instantiates a new update response. |
|
UpdateResponse(UpdateRequest persistRequest,
java.util.List<AbstractBusinessObject> abstractBusinessObjects)
Instantiates a new update response. |
|
UpdateResponse(UpdateRequest persistRequest,
java.util.List<AbstractBusinessObject> abstractBusinessObjects,
UpdateResponse.UpdateStatus persistStatus)
Instantiates a new update response. |
Uses of AbstractBusinessObject in net.sourceforge.fixagora.basis.shared.model.persistence |
---|
Subclasses of AbstractBusinessObject in net.sourceforge.fixagora.basis.shared.model.persistence | |
---|---|
class |
AbstractAcceptor
The Class AbstractAcceptor. |
class |
AbstractBusinessComponent
The Class AbstractBusinessComponent. |
class |
AbstractInitiator
The Class AbstractInitiator. |
class |
BankCalendar
The Class BankCalendar. |
class |
BankCalendarGroup
The Class BankCalendarGroup. |
class |
BusinessSection
The Class BusinessSection. |
class |
Counterparty
The Class Counterparty. |
class |
CounterpartyGroup
The Class CounterpartyGroup. |
class |
FIXAcceptor
The Class FIXAcceptor. |
class |
FIXAcceptorGroup
The Class FIXAcceptorGroup. |
class |
FIXInitiator
The Class FIXInitiator. |
class |
FIXInitiatorGroup
The Class FIXInitiatorGroup. |
class |
FRole
The Class FRole. |
class |
FRoleGroup
The Class FRoleGroup. |
class |
FSecurity
The Class FSecurity. |
class |
FSecurityGroup
The Class FSecurityGroup. |
class |
FUser
The Class FUser. |
class |
FUserGroup
The Class FUserGroup. |
class |
SpreadSheet
The Class SpreadSheet. |
class |
SpreadSheetGroup
The Class SpreadSheetGroup. |
class |
Trader
The Class Trader. |
Methods in net.sourceforge.fixagora.basis.shared.model.persistence that return AbstractBusinessObject | |
---|---|
AbstractBusinessObject |
AbstractBusinessObject.getParent()
Gets the parent. |
Methods in net.sourceforge.fixagora.basis.shared.model.persistence that return types with arguments of type AbstractBusinessObject | |
---|---|
java.lang.Class<? extends AbstractBusinessObject> |
FIXInitiatorGroup.getChildClass()
|
java.lang.Class<? extends AbstractBusinessObject> |
FUserGroup.getChildClass()
|
java.lang.Class<? extends AbstractBusinessObject> |
BusinessObjectGroup.getChildClass()
Gets the child class. |
java.lang.Class<? extends AbstractBusinessObject> |
BusinessSection.getChildClass()
|
java.lang.Class<? extends AbstractBusinessObject> |
FSecurityGroup.getChildClass()
|
java.lang.Class<? extends AbstractBusinessObject> |
FIXAcceptorGroup.getChildClass()
|
java.lang.Class<? extends AbstractBusinessObject> |
FRoleGroup.getChildClass()
|
java.lang.Class<? extends AbstractBusinessObject> |
CounterpartyGroup.getChildClass()
|
java.lang.Class<? extends AbstractBusinessObject> |
Counterparty.getChildClass()
|
java.lang.Class<? extends AbstractBusinessObject> |
SpreadSheetGroup.getChildClass()
|
java.lang.Class<? extends AbstractBusinessObject> |
BankCalendarGroup.getChildClass()
|
java.util.List<AbstractBusinessObject> |
BusinessSection.getChildren()
Gets the children. |
Methods in net.sourceforge.fixagora.basis.shared.model.persistence with parameters of type AbstractBusinessObject | |
---|---|
boolean |
FUser.canExecute(AbstractBusinessObject abstractBusinessObject)
Can execute. |
boolean |
FUser.canRead(AbstractBusinessObject abstractBusinessObject)
Can read. |
boolean |
FUser.canWrite(AbstractBusinessObject abstractBusinessObject)
Can write. |
boolean |
FSecurity.isAffectedBy(AbstractBusinessObject abstractBusinessObject)
|
boolean |
AbstractBusinessObject.isAffectedBy(AbstractBusinessObject abstractBusinessObject)
Checks if is affected by. |
void |
AbstractBusinessObject.setParent(AbstractBusinessObject parent)
Sets the parent. |
Method parameters in net.sourceforge.fixagora.basis.shared.model.persistence with type arguments of type AbstractBusinessObject | |
---|---|
void |
BusinessSection.setChildren(java.util.List<AbstractBusinessObject> children)
Sets the children. |
Uses of AbstractBusinessObject in net.sourceforge.fixagora.buyside.client.control |
---|
Methods in net.sourceforge.fixagora.buyside.client.control with parameters of type AbstractBusinessObject | |
---|---|
AbstractBusinessObjectEditor |
BuySidePlugin.getAbstractBusinessEditor(AbstractBusinessObject abstractBusinessObject,
MainPanel mainPanel)
|
Uses of AbstractBusinessObject in net.sourceforge.fixagora.buyside.client.view.editor |
---|
Methods in net.sourceforge.fixagora.buyside.client.view.editor that return AbstractBusinessObject | |
---|---|
AbstractBusinessObject |
BuySideQuotePageEditor.getAbstractBusinessObject()
|
AbstractBusinessObject |
BuySideBookEditor.getAbstractBusinessObject()
|
Methods in net.sourceforge.fixagora.buyside.client.view.editor with parameters of type AbstractBusinessObject | |
---|---|
void |
BuySideQuotePageEditor.updateContent(AbstractBusinessObject abstractBusinessObject)
|
void |
BuySideBookEditor.updateContent(AbstractBusinessObject abstractBusinessObject)
|
Uses of AbstractBusinessObject in net.sourceforge.fixagora.buyside.shared.persistence |
---|
Subclasses of AbstractBusinessObject in net.sourceforge.fixagora.buyside.shared.persistence | |
---|---|
class |
BuySideBook
The Class BuySideBook. |
class |
BuySideBookGroup
The Class BuySideBookGroup. |
class |
BuySideQuotePage
The Class BuySideQuotePage. |
Methods in net.sourceforge.fixagora.buyside.shared.persistence that return types with arguments of type AbstractBusinessObject | |
---|---|
java.lang.Class<? extends AbstractBusinessObject> |
BuySideBook.getChildClass()
|
java.lang.Class<? extends AbstractBusinessObject> |
BuySideBookGroup.getChildClass()
|
Methods in net.sourceforge.fixagora.buyside.shared.persistence with parameters of type AbstractBusinessObject | |
---|---|
boolean |
BuySideQuotePage.isAffectedBy(AbstractBusinessObject abstractBusinessObject)
|
Uses of AbstractBusinessObject in net.sourceforge.fixagora.excel.client.control |
---|
Methods in net.sourceforge.fixagora.excel.client.control with parameters of type AbstractBusinessObject | |
---|---|
AbstractBusinessObjectEditor |
ExcelPlugin.getAbstractBusinessEditor(AbstractBusinessObject abstractBusinessObject,
MainPanel mainPanel)
|
Uses of AbstractBusinessObject in net.sourceforge.fixagora.excel.client.view.editor |
---|
Methods in net.sourceforge.fixagora.excel.client.view.editor that return AbstractBusinessObject | |
---|---|
AbstractBusinessObject |
ExcelTradeCaptureEditor.getAbstractBusinessObject()
|
Methods in net.sourceforge.fixagora.excel.client.view.editor with parameters of type AbstractBusinessObject | |
---|---|
void |
ExcelTradeCaptureEditor.updateContent(AbstractBusinessObject abstractBusinessObject)
|
Uses of AbstractBusinessObject in net.sourceforge.fixagora.excel.shared.persistence |
---|
Subclasses of AbstractBusinessObject in net.sourceforge.fixagora.excel.shared.persistence | |
---|---|
class |
ExcelTradeCapture
The Class ExcelTradeCapture. |
class |
ExcelTradeCaptureGroup
The Class ExcelTradeCaptureGroup. |
Methods in net.sourceforge.fixagora.excel.shared.persistence that return types with arguments of type AbstractBusinessObject | |
---|---|
java.lang.Class<? extends AbstractBusinessObject> |
ExcelTradeCaptureGroup.getChildClass()
|
Uses of AbstractBusinessObject in net.sourceforge.fixagora.sap.client.control |
---|
Methods in net.sourceforge.fixagora.sap.client.control with parameters of type AbstractBusinessObject | |
---|---|
AbstractBusinessObjectEditor |
SAPPlugin.getAbstractBusinessEditor(AbstractBusinessObject abstractBusinessObject,
MainPanel mainPanel)
|
Uses of AbstractBusinessObject in net.sourceforge.fixagora.sap.client.view.editor |
---|
Methods in net.sourceforge.fixagora.sap.client.view.editor that return AbstractBusinessObject | |
---|---|
AbstractBusinessObject |
SAPTradeCaptureEditor.getAbstractBusinessObject()
|
Methods in net.sourceforge.fixagora.sap.client.view.editor with parameters of type AbstractBusinessObject | |
---|---|
void |
SAPTradeCaptureEditor.updateContent(AbstractBusinessObject abstractBusinessObject)
|
Uses of AbstractBusinessObject in net.sourceforge.fixagora.sap.shared.persistence |
---|
Subclasses of AbstractBusinessObject in net.sourceforge.fixagora.sap.shared.persistence | |
---|---|
class |
SAPTradeCapture
The Class SAPTradeCapture. |
class |
SAPTradeCaptureGroup
The Class SAPTradeCaptureGroup. |
Methods in net.sourceforge.fixagora.sap.shared.persistence that return types with arguments of type AbstractBusinessObject | |
---|---|
java.lang.Class<? extends AbstractBusinessObject> |
SAPTradeCaptureGroup.getChildClass()
|
Uses of AbstractBusinessObject in net.sourceforge.fixagora.sellside.client.control |
---|
Methods in net.sourceforge.fixagora.sellside.client.control with parameters of type AbstractBusinessObject | |
---|---|
AbstractBusinessObjectEditor |
SellSidePlugin.getAbstractBusinessEditor(AbstractBusinessObject abstractBusinessObject,
MainPanel mainPanel)
|
Uses of AbstractBusinessObject in net.sourceforge.fixagora.sellside.client.view.editor |
---|
Methods in net.sourceforge.fixagora.sellside.client.view.editor that return AbstractBusinessObject | |
---|---|
AbstractBusinessObject |
SellSideQuotePageEditor.getAbstractBusinessObject()
|
AbstractBusinessObject |
SellSideBookEditor.getAbstractBusinessObject()
|
Methods in net.sourceforge.fixagora.sellside.client.view.editor with parameters of type AbstractBusinessObject | |
---|---|
void |
SellSideQuotePageEditor.updateContent(AbstractBusinessObject abstractBusinessObject)
|
void |
SellSideBookEditor.updateContent(AbstractBusinessObject abstractBusinessObject)
|
Uses of AbstractBusinessObject in net.sourceforge.fixagora.sellside.shared.persistence |
---|
Subclasses of AbstractBusinessObject in net.sourceforge.fixagora.sellside.shared.persistence | |
---|---|
class |
SellSideBook
The Class SellSideBook. |
class |
SellSideBookGroup
The Class SellSideBookGroup. |
class |
SellSideQuotePage
The Class SellSideQuotePage. |
Methods in net.sourceforge.fixagora.sellside.shared.persistence that return types with arguments of type AbstractBusinessObject | |
---|---|
java.lang.Class<? extends AbstractBusinessObject> |
SellSideBook.getChildClass()
|
java.lang.Class<? extends AbstractBusinessObject> |
SellSideBookGroup.getChildClass()
|
Methods in net.sourceforge.fixagora.sellside.shared.persistence with parameters of type AbstractBusinessObject | |
---|---|
boolean |
SellSideQuotePage.isAffectedBy(AbstractBusinessObject abstractBusinessObject)
|
Uses of AbstractBusinessObject in net.sourceforge.fixagora.tradecapture.client.control |
---|
Methods in net.sourceforge.fixagora.tradecapture.client.control with parameters of type AbstractBusinessObject | |
---|---|
AbstractBusinessObjectEditor |
TradeCapturePlugin.getAbstractBusinessEditor(AbstractBusinessObject abstractBusinessObject,
MainPanel mainPanel)
|
Uses of AbstractBusinessObject in net.sourceforge.fixagora.tradecapture.client.view.dialog |
---|
Constructor parameters in net.sourceforge.fixagora.tradecapture.client.view.dialog with type arguments of type AbstractBusinessObject | |
---|---|
TradeCaptureEditorSourceDialog(java.util.List<AbstractBusinessObject> businessComponents)
Instantiates a new trade capture editor source dialog. |
|
TradeCaptureEditorTargetDialog(java.util.List<AbstractBusinessObject> businessComponents)
Instantiates a new trade capture editor target dialog. |
Uses of AbstractBusinessObject in net.sourceforge.fixagora.tradecapture.client.view.editor |
---|
Methods in net.sourceforge.fixagora.tradecapture.client.view.editor that return AbstractBusinessObject | |
---|---|
AbstractBusinessObject |
TradeCaptureEditor.getAbstractBusinessObject()
|
Methods in net.sourceforge.fixagora.tradecapture.client.view.editor with parameters of type AbstractBusinessObject | |
---|---|
void |
TradeCaptureEditor.updateContent(AbstractBusinessObject abstractBusinessObject)
|
Uses of AbstractBusinessObject in net.sourceforge.fixagora.tradecapture.shared.persistence |
---|
Subclasses of AbstractBusinessObject in net.sourceforge.fixagora.tradecapture.shared.persistence | |
---|---|
class |
TradeCapture
The Class TradeCapture. |
class |
TradeCaptureGroup
The Class TradeCaptureGroup. |
Methods in net.sourceforge.fixagora.tradecapture.shared.persistence that return types with arguments of type AbstractBusinessObject | |
---|---|
java.lang.Class<? extends AbstractBusinessObject> |
TradeCaptureGroup.getChildClass()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |