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

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

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

Methods in org.opencrx.kernel.account1.jmi1 that return Contact
 Contact ContactClass.createContact()
          Creates an instance of class Contact.
 Contact ContactMembership.getContact()
          Retrieves the value for the reference contact.
 Contact ContactClass.getContact(Object object)
          Creates an instance of class Contact based on the specified Object instance.
 Contact Contact.getReportsTo()
          Retrieves the value for the reference reportsTo.
 Contact ContactRelationship.getToContact()
          Retrieves the value for the reference toContact.
 

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

Methods in org.opencrx.kernel.activity1.jmi1 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.jmi1 with parameters of type Contact
 ActivityDoFollowUpParams Activity1Package.createActivityDoFollowUpParams(Contact assignTo, String followUpText, String followUpTitle, ActivityProcessTransition transition)
           
 NewActivityParams Activity1Package.createNewActivityParams(String description, String detailedDescription, Date dueBy, short icalType, String name, short priority, Contact reportingContact, Date scheduledEnd, Date scheduledStart)
           
 

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

Methods in org.opencrx.kernel.home1.jmi1 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.jmi1 with parameters of type Contact
 CreateUserParams Home1Package.createCreateUserParams(Contact contact, String initialPassword, String initialPasswordVerification, PrincipalGroup primaryUserGroup, String principalName)
           
 

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

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

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.