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

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

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

Methods in org.opencrx.kernel.account1.jmi1 that return Lead
 Lead CreateLeadParams.getBasedOn()
          Retrieves the value for the optional structure field basedOn.
 Lead CreateLeadResult.getLead()
          Retrieves the value for the optional structure field lead.
 

Methods in org.opencrx.kernel.account1.jmi1 with parameters of type Lead
 CreateLeadParams Account1Package.createCreateLeadParams(Lead basedOn, String description, String name, String nextStep)
           
 CreateLeadResult Account1Package.createCreateLeadResult(Lead lead)
           
 

Uses of Lead in org.opencrx.kernel.backend
 

Methods in org.opencrx.kernel.backend that return Lead
 Lead Accounts.createLead(org.openmdx.base.naming.Path accountIdentity, String name, String description, String nextStep, org.openmdx.base.naming.Path basedOnIdentity)
           
 

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

Methods in org.opencrx.kernel.contract1.jmi1 with type parameters of type Lead
<T extends Lead>
List<T>
Segment.getLead(LeadQuery query)
          Retrieves the value for the reference lead for the specified query.
 

Methods in org.opencrx.kernel.contract1.jmi1 that return Lead
 Lead LeadClass.createLead()
          Creates an instance of class Lead.
 Lead Segment.getLead(boolean idIsPersistent, String id)
          Retrieves the value for the reference lead for the specified qualifier attribute value.
 Lead LeadClass.getLead(Object object)
          Creates an instance of class Lead based on the specified Object instance.
 Lead Segment.getLead(String id)
          Retrieves the value for the reference lead for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.contract1.jmi1 with parameters of type Lead
 void Segment.addLead(boolean idIsPersistent, String id, Lead lead)
          Adds the specified element to the set of the values for the reference lead.
 void Segment.addLead(String id, Lead lead)
          Adds the specified element to the set of the values for the reference lead using a reassignable qualifier.
 

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

Fields in org.opencrx.kernel.plugin.application.contract1 declared as Lead
protected  Lead LeadImpl.current
           
 

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



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