Uses of Interface
org.opencrx.kernel.contract1.cci2.AbstractContract

Packages that use AbstractContract
org.opencrx.kernel.account1.cci2   
org.opencrx.kernel.account1.jpa3   
org.opencrx.kernel.activity1.cci2   
org.opencrx.kernel.activity1.jpa3   
org.opencrx.kernel.contract1.cci2   
org.opencrx.kernel.contract1.jmi1   
org.opencrx.kernel.contract1.jpa3   
org.opencrx.kernel.depot1.jpa3   
org.opencrx.kernel.home1.cci2   
org.opencrx.kernel.home1.jpa3   
org.opencrx.kernel.plugin.application.contract1   
org.opencrx.kernel.product1.cci2   
 

Uses of AbstractContract in org.opencrx.kernel.account1.cci2
 

Methods in org.opencrx.kernel.account1.cci2 with type parameters of type AbstractContract
<T extends AbstractContract>
AccountHasAssignedContract.AssignedContract<T>
Account.getAssignedContract()
          Retrieves a set containing all the elements for the reference assignedContract.
 

Uses of AbstractContract in org.opencrx.kernel.account1.jpa3
 

Methods in org.opencrx.kernel.account1.jpa3 with type parameters of type AbstractContract
<T extends AbstractContract>
AccountHasAssignedContract.AssignedContract<T>
Account.getAssignedContract()
          Retrieves a set containing all the elements for the reference assignedContract.
 

Uses of AbstractContract in org.opencrx.kernel.activity1.cci2
 

Methods in org.opencrx.kernel.activity1.cci2 with type parameters of type AbstractContract
<T extends AbstractContract>
List<T>
Activity.getContract()
          Retrieves the Collection of objects referenced by contract.
 

Uses of AbstractContract in org.opencrx.kernel.activity1.jpa3
 

Methods in org.opencrx.kernel.activity1.jpa3 with type parameters of type AbstractContract
<T extends AbstractContract>
List<T>
Activity.getContract()
          Retrieves the Collection of objects referenced by contract.
 

Uses of AbstractContract in org.opencrx.kernel.contract1.cci2
 

Subinterfaces of AbstractContract in org.opencrx.kernel.contract1.cci2
 interface Invoice
          Class Invoice
 interface Lead
          Class Lead
 interface Opportunity
          Class Opportunity
 interface Quote
          Class Quote
 interface SalesOrder
          Class SalesOrder
 

Methods in org.opencrx.kernel.contract1.cci2 with type parameters of type AbstractContract
<T extends AbstractContract>
List<T>
ContractReferenceHolder.getContract()
          Retrieves the Collection of objects referenced by contract.
<T extends AbstractContract>
FilteredIncludesContract.FilteredContract<T>
AbstractFilterContract.getFilteredContract()
          Retrieves a set containing all the elements for the reference filteredContract.
 

Methods in org.opencrx.kernel.contract1.cci2 that return AbstractContract
 AbstractContract GetContractAmountsParams.getContract()
          Retrieves the value for the structure field contract.
 AbstractContract ContractRole.getContract()
          Retrieves the value for the reference contract.
 AbstractContract ContractLinkFrom.getLinkFrom()
          Retrieves the value for the reference linkFrom.
 AbstractContract ContractLinkTo.getLinkTo()
          Retrieves the value for the reference linkTo.
 AbstractContract AbstractContract.getOrigin()
          Retrieves the value for the reference origin.
 

Methods in org.opencrx.kernel.contract1.cci2 with parameters of type AbstractContract
 void ContractRole.setContract(AbstractContract contract)
          Sets a new value for the reference contract.
 void ContractLinkFrom.setLinkFrom(AbstractContract linkFrom)
          Sets a new value for the reference linkFrom.
 void ContractLinkTo.setLinkTo(AbstractContract linkTo)
          Sets a new value for the reference linkTo.
 void AbstractContract.setOrigin(AbstractContract origin)
          Sets a new value for the reference origin.
 

Uses of AbstractContract in org.opencrx.kernel.contract1.jmi1
 

Subinterfaces of AbstractContract in org.opencrx.kernel.contract1.jmi1
 interface AbstractContract
          Abstract class AbstractContract
 

Methods in org.opencrx.kernel.contract1.jmi1 with parameters of type AbstractContract
 void ContractRole.setContract(AbstractContract contract)
          Sets a new value for the reference contract.
 void ContractLinkFrom.setLinkFrom(AbstractContract linkFrom)
          Sets a new value for the reference linkFrom.
 void ContractLinkTo.setLinkTo(AbstractContract linkTo)
          Sets a new value for the reference linkTo.
 void AbstractContract.setOrigin(AbstractContract origin)
          Sets a new value for the reference origin.
 

Uses of AbstractContract in org.opencrx.kernel.contract1.jpa3
 

Classes in org.opencrx.kernel.contract1.jpa3 that implement AbstractContract
 class AbstractContract
          Abstract class AbstractContract
 class Invoice
          Class Invoice
 class Lead
          Class Lead
 class Opportunity
          Class Opportunity
 class Quote
          Class Quote
 class SalesOrder
          Class SalesOrder
 

Methods in org.opencrx.kernel.contract1.jpa3 with type parameters of type AbstractContract
<T extends AbstractContract>
FilteredIncludesContract.FilteredContract<T>
ContractFilterGlobal.getFilteredContract()
          Retrieves a set containing all the elements for the reference filteredContract.
 

Methods in org.opencrx.kernel.contract1.jpa3 that return AbstractContract
 AbstractContract ContractRole.getContract()
          Retrieves the value for the reference contract.
 AbstractContract ContractLinkFrom.getLinkFrom()
          Retrieves the value for the reference linkFrom.
 AbstractContract ContractLinkTo.getLinkTo()
          Retrieves the value for the reference linkTo.
 AbstractContract AbstractContract.getOrigin()
          Retrieves the value for the reference origin.
 

Methods in org.opencrx.kernel.contract1.jpa3 with parameters of type AbstractContract
 void PositionModification.setContract(AbstractContract contract)
          Sets a new value for the reference contract.
 void ContractRole.setContract(AbstractContract contract)
          Sets a new value for the reference contract.
 void ContractLinkTo.setContract(AbstractContract contract)
          Sets a new value for the reference contract.
 void ContractLinkFrom.setContract(AbstractContract contract)
          Sets a new value for the reference contract.
 void AccountAssignmentContract.setContract(AbstractContract contract)
          Sets a new value for the reference contract.
 void AbstractRemovedPosition.setContract(AbstractContract contract)
          Sets a new value for the reference contract.
 void ContractLinkFrom.setLinkFrom(AbstractContract linkFrom)
          Sets a new value for the reference linkFrom.
 void ContractLinkTo.setLinkTo(AbstractContract linkTo)
          Sets a new value for the reference linkTo.
 void AbstractContract.setOrigin(AbstractContract origin)
          Sets a new value for the reference origin.
 

Uses of AbstractContract in org.opencrx.kernel.depot1.jpa3
 

Methods in org.opencrx.kernel.depot1.jpa3 with type parameters of type AbstractContract
<T extends AbstractContract>
List<T>
DepotHolder.getContract()
          Retrieves the Collection of objects referenced by contract.
<T extends AbstractContract>
List<T>
DepotGroup.getContract()
          Retrieves the Collection of objects referenced by contract.
<T extends AbstractContract>
List<T>
Depot.getContract()
          Retrieves the Collection of objects referenced by contract.
 

Uses of AbstractContract in org.opencrx.kernel.home1.cci2
 

Methods in org.opencrx.kernel.home1.cci2 with type parameters of type AbstractContract
<T extends AbstractContract>
UserHomeHasAssignedContract.AssignedContract<T>
UserHome.getAssignedContract()
          Retrieves a set containing all the elements for the reference assignedContract.
 

Uses of AbstractContract in org.opencrx.kernel.home1.jpa3
 

Methods in org.opencrx.kernel.home1.jpa3 with type parameters of type AbstractContract
<T extends AbstractContract>
UserHomeHasAssignedContract.AssignedContract<T>
UserHome.getAssignedContract()
          Retrieves a set containing all the elements for the reference assignedContract.
 

Uses of AbstractContract in org.opencrx.kernel.plugin.application.contract1
 

Fields in org.opencrx.kernel.plugin.application.contract1 declared as AbstractContract
protected  AbstractContract AbstractContractImpl.next
           
 

Constructors in org.opencrx.kernel.plugin.application.contract1 with parameters of type AbstractContract
AbstractContractImpl(AbstractContract current, AbstractContract next)
           
 

Uses of AbstractContract in org.opencrx.kernel.product1.cci2
 

Methods in org.opencrx.kernel.product1.cci2 that return AbstractContract
 AbstractContract GetPriceLevelParams.getContract()
          Retrieves the value for the structure field contract.
 



This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.