Uses of Class
org.kuali.rice.kim.bo.ui.PersonDocumentEmploymentInfo

Packages that use PersonDocumentEmploymentInfo
org.kuali.rice.kim.bo.ui   
org.kuali.rice.kim.web.struts.form   
 

Uses of PersonDocumentEmploymentInfo in org.kuali.rice.kim.bo.ui
 

Fields in org.kuali.rice.kim.bo.ui declared as PersonDocumentEmploymentInfo
protected  PersonDocumentEmploymentInfo PersonDocumentAffiliation.newEmpInfo
           
 

Fields in org.kuali.rice.kim.bo.ui with type parameters of type PersonDocumentEmploymentInfo
protected  List<PersonDocumentEmploymentInfo> PersonDocumentAffiliation.empInfos
           
 

Methods in org.kuali.rice.kim.bo.ui that return PersonDocumentEmploymentInfo
 PersonDocumentEmploymentInfo PersonDocumentAffiliation.getNewEmpInfo()
           
 

Methods in org.kuali.rice.kim.bo.ui that return types with arguments of type PersonDocumentEmploymentInfo
 List<PersonDocumentEmploymentInfo> PersonDocumentAffiliation.getEmpInfos()
           
 

Methods in org.kuali.rice.kim.bo.ui with parameters of type PersonDocumentEmploymentInfo
 void PersonDocumentAffiliation.setNewEmpInfo(PersonDocumentEmploymentInfo newEmpInfo)
           
 

Method parameters in org.kuali.rice.kim.bo.ui with type arguments of type PersonDocumentEmploymentInfo
 void PersonDocumentAffiliation.setEmpInfos(List<PersonDocumentEmploymentInfo> empInfos)
           
 

Uses of PersonDocumentEmploymentInfo in org.kuali.rice.kim.web.struts.form
 

Fields in org.kuali.rice.kim.web.struts.form declared as PersonDocumentEmploymentInfo
protected  PersonDocumentEmploymentInfo IdentityManagementPersonDocumentForm.newEmpInfo
           
 

Methods in org.kuali.rice.kim.web.struts.form that return PersonDocumentEmploymentInfo
 PersonDocumentEmploymentInfo IdentityManagementPersonDocumentForm.getNewEmpInfo()
           
 

Methods in org.kuali.rice.kim.web.struts.form with parameters of type PersonDocumentEmploymentInfo
 void IdentityManagementPersonDocumentForm.setNewEmpInfo(PersonDocumentEmploymentInfo newEmpInfo)
           
 



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.