Uses of Interface
org.opencrx.kernel.account1.cci2.Contact

Packages that use Contact
org.opencrx.kernel.account1.cci2   
org.opencrx.kernel.account1.jmi1   
org.opencrx.kernel.account1.jpa3   
org.opencrx.kernel.activity1.cci2   
org.opencrx.kernel.activity1.jmi1   
org.opencrx.kernel.activity1.jpa3   
org.opencrx.kernel.home1.cci2   
org.opencrx.kernel.home1.jmi1   
org.opencrx.kernel.home1.jpa3   
org.opencrx.kernel.plugin.application.account1   
 

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

Methods in org.opencrx.kernel.account1.cci2 with type parameters of type Contact
<T extends Contact>
List<T>
Competitor.getContact()
          Retrieves the Collection of objects referenced by contact.
<T extends Contact>
List<T>
Account.getContact()
          Retrieves the Collection of objects referenced by contact.
 

Methods in org.opencrx.kernel.account1.cci2 that return Contact
 Contact ContactMembership.getContact()
          Retrieves the value for the reference contact.
 Contact Contact.getReportsTo()
          Retrieves the value for the reference reportsTo.
 Contact ContactRelationship.getToContact()
          Retrieves the value for the reference toContact.
 

Methods in org.opencrx.kernel.account1.cci2 with parameters of type Contact
 void ContactMembership.setContact(Contact contact)
          Sets a new value for the reference contact.
 void Contact.setReportsTo(Contact reportsTo)
          Sets a new value for the reference reportsTo.
 void ContactRelationship.setToContact(Contact toContact)
          Sets a new value for the reference toContact.
 

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

Subinterfaces of Contact in org.opencrx.kernel.account1.jmi1
 interface Contact
          Class Contact
 

Methods in org.opencrx.kernel.account1.jmi1 with parameters of type Contact
 void ContactMembership.setContact(Contact contact)
          Sets a new value for the reference contact.
 void Contact.setReportsTo(Contact reportsTo)
          Sets a new value for the reference reportsTo.
 void ContactRelationship.setToContact(Contact toContact)
          Sets a new value for the reference toContact.
 

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

Classes in org.opencrx.kernel.account1.jpa3 that implement Contact
 class Contact
          Class Contact
 

Methods in org.opencrx.kernel.account1.jpa3 with type parameters of type Contact
<T extends Contact>
List<T>
Competitor.getContact()
          Retrieves the Collection of objects referenced by contact.
<T extends Contact>
List<T>
Account.getContact()
          Retrieves the Collection of objects referenced by contact.
 

Methods in org.opencrx.kernel.account1.jpa3 that return Contact
 Contact ContactMembership.getContact()
          Retrieves the value for the reference contact.
 Contact Contact.getReportsTo()
          Retrieves the value for the reference reportsTo.
 Contact ContactRelationship.getToContact()
          Retrieves the value for the reference toContact.
 

Methods in org.opencrx.kernel.account1.jpa3 with parameters of type Contact
 void ContactMembership.setContact(Contact contact)
          Sets a new value for the reference contact.
 void Contact.setReportsTo(Contact reportsTo)
          Sets a new value for the reference reportsTo.
 void ContactRelationship.setToContact(Contact toContact)
          Sets a new value for the reference toContact.
 

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

Methods in org.opencrx.kernel.activity1.cci2 with type parameters of type Contact
<T extends Contact>
List<T>
AssignedToFilterProperty.getContact()
          Retrieves the Collection of objects referenced by contact.
 

Methods in org.opencrx.kernel.activity1.cci2 that return Contact
 Contact ActivityFollowUp.getAssignedTo()
          Retrieves the value for the reference assignedTo.
 Contact Activity.getAssignedTo()
          Retrieves the value for the reference assignedTo.
 Contact AbstractVote.getAssignedTo()
          Retrieves the value for the reference assignedTo.
 Contact ActivityDoFollowUpParams.getAssignTo()
          Retrieves the value for the optional structure field assignTo.
 Contact Resource.getContact()
          Retrieves the value for the reference contact.
 Contact NewActivityParams.getReportingContact()
          Retrieves the value for the optional structure field reportingContact.
 Contact Activity.getReportingContact()
          Retrieves the value for the reference reportingContact.
 

Methods in org.opencrx.kernel.activity1.cci2 with parameters of type Contact
 void ActivityFollowUp.setAssignedTo(Contact assignedTo)
          Sets a new value for the reference assignedTo.
 void Activity.setAssignedTo(Contact assignedTo)
          Sets a new value for the reference assignedTo.
 void AbstractVote.setAssignedTo(Contact assignedTo)
          Sets a new value for the reference assignedTo.
 void Resource.setContact(Contact contact)
          Sets a new value for the reference contact.
 void Activity.setReportingContact(Contact reportingContact)
          Sets a new value for the reference reportingContact.
 

Uses of Contact in org.opencrx.kernel.activity1.jmi1
 

Methods in org.opencrx.kernel.activity1.jmi1 with parameters of type Contact
 void ActivityFollowUp.setAssignedTo(Contact assignedTo)
          Sets a new value for the reference assignedTo.
 void Activity.setAssignedTo(Contact assignedTo)
          Sets a new value for the reference assignedTo.
 void AbstractVote.setAssignedTo(Contact assignedTo)
          Sets a new value for the reference assignedTo.
 void Resource.setContact(Contact contact)
          Sets a new value for the reference contact.
 void Activity.setReportingContact(Contact reportingContact)
          Sets a new value for the reference reportingContact.
 

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

Methods in org.opencrx.kernel.activity1.jpa3 with type parameters of type Contact
<T extends Contact>
List<T>
AssignedToFilterProperty.getContact()
          Retrieves the Collection of objects referenced by contact.
 

Methods in org.opencrx.kernel.activity1.jpa3 that return Contact
 Contact ActivityVote.getAssignedTo()
          Retrieves the value for the reference assignedTo.
 Contact ActivityFollowUp.getAssignedTo()
          Retrieves the value for the reference assignedTo.
 Contact Activity.getAssignedTo()
          Retrieves the value for the reference assignedTo.
 Contact Resource.getContact()
          Retrieves the value for the reference contact.
 Contact Activity.getReportingContact()
          Retrieves the value for the reference reportingContact.
 

Methods in org.opencrx.kernel.activity1.jpa3 with parameters of type Contact
 void ActivityVote.setAssignedTo(Contact assignedTo)
          Sets a new value for the reference assignedTo.
 void ActivityFollowUp.setAssignedTo(Contact assignedTo)
          Sets a new value for the reference assignedTo.
 void Activity.setAssignedTo(Contact assignedTo)
          Sets a new value for the reference assignedTo.
 void Resource.setContact(Contact contact)
          Sets a new value for the reference contact.
 void Activity.setReportingContact(Contact reportingContact)
          Sets a new value for the reference reportingContact.
 

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

Methods in org.opencrx.kernel.home1.cci2 that return Contact
 Contact UserHome.getContact()
          Retrieves the value for the reference contact.
 Contact CreateUserParams.getContact()
          Retrieves the value for the structure field contact.
 

Methods in org.opencrx.kernel.home1.cci2 with parameters of type Contact
 void UserHome.setContact(Contact contact)
          Sets a new value for the reference contact.
 

Uses of Contact in org.opencrx.kernel.home1.jmi1
 

Methods in org.opencrx.kernel.home1.jmi1 with parameters of type Contact
 void UserHome.setContact(Contact contact)
          Sets a new value for the reference contact.
 

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

Methods in org.opencrx.kernel.home1.jpa3 that return Contact
 Contact UserHome.getContact()
          Retrieves the value for the reference contact.
 

Methods in org.opencrx.kernel.home1.jpa3 with parameters of type Contact
 void UserHome.setContact(Contact contact)
          Sets a new value for the reference contact.
 

Uses of Contact in org.opencrx.kernel.plugin.application.account1
 

Fields in org.opencrx.kernel.plugin.application.account1 declared as Contact
protected  Contact ContactImpl.next
           
 

Constructors in org.opencrx.kernel.plugin.application.account1 with parameters of type Contact
ContactImpl(Contact current, Contact next)
           
 



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