Uses of Interface
org.opencrx.kernel.contract1.jmi1.Opportunity

Packages that use Opportunity
org.opencrx.kernel.account1.jmi1   
org.opencrx.kernel.backend   
org.opencrx.kernel.contract1.jmi1   
org.opencrx.kernel.plugin.application.contract1   
 

Uses of Opportunity in org.opencrx.kernel.account1.jmi1
 

Methods in org.opencrx.kernel.account1.jmi1 that return Opportunity
 Opportunity CreateOpportunityParams.getBasedOn()
          Retrieves the value for the optional structure field basedOn.
 Opportunity CreateOpportunityResult.getOpportunity()
          Retrieves the value for the optional structure field opportunity.
 

Methods in org.opencrx.kernel.account1.jmi1 with parameters of type Opportunity
 CreateOpportunityParams Account1Package.createCreateOpportunityParams(Opportunity basedOn, String description, String name)
           
 CreateOpportunityResult Account1Package.createCreateOpportunityResult(Opportunity opportunity)
           
 

Uses of Opportunity in org.opencrx.kernel.backend
 

Methods in org.opencrx.kernel.backend that return Opportunity
 Opportunity Contracts.createOpportunity(org.openmdx.base.naming.Path leadIdentity)
           
 Opportunity Accounts.createOpportunity(org.openmdx.base.naming.Path accountIdentity, String name, String description, String nextStep, org.openmdx.base.naming.Path basedOnIdentity)
           
 

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

Methods in org.opencrx.kernel.contract1.jmi1 with type parameters of type Opportunity
<T extends Opportunity>
List<T>
Segment.getOpportunity(OpportunityQuery query)
          Retrieves the value for the reference opportunity for the specified query.
 

Methods in org.opencrx.kernel.contract1.jmi1 that return Opportunity
 Opportunity OpportunityClass.createOpportunity()
          Creates an instance of class Opportunity.
 Opportunity LeadCreateOpportunityResult.getOpportunity()
          Retrieves the value for the structure field opportunity.
 Opportunity Segment.getOpportunity(boolean idIsPersistent, String id)
          Retrieves the value for the reference opportunity for the specified qualifier attribute value.
 Opportunity OpportunityClass.getOpportunity(Object object)
          Creates an instance of class Opportunity based on the specified Object instance.
 Opportunity Segment.getOpportunity(String id)
          Retrieves the value for the reference opportunity for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.contract1.jmi1 with parameters of type Opportunity
 void Segment.addOpportunity(boolean idIsPersistent, String id, Opportunity opportunity)
          Adds the specified element to the set of the values for the reference opportunity.
 void Segment.addOpportunity(String id, Opportunity opportunity)
          Adds the specified element to the set of the values for the reference opportunity using a reassignable qualifier.
 LeadCreateOpportunityResult Contract1Package.createLeadCreateOpportunityResult(Opportunity opportunity)
           
 

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

Fields in org.opencrx.kernel.plugin.application.contract1 declared as Opportunity
protected  Opportunity OpportunityImpl.current
           
 

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



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