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

Packages that use PersonDocumentPhone
org.kuali.rice.kim.document   
org.kuali.rice.kim.service.impl   
org.kuali.rice.kim.web.struts.form   
 

Uses of PersonDocumentPhone in org.kuali.rice.kim.document
 

Fields in org.kuali.rice.kim.document with type parameters of type PersonDocumentPhone
protected  List<PersonDocumentPhone> IdentityManagementPersonDocument.phones
           
 

Methods in org.kuali.rice.kim.document that return types with arguments of type PersonDocumentPhone
 List<PersonDocumentPhone> IdentityManagementPersonDocument.getPhones()
           
 

Method parameters in org.kuali.rice.kim.document with type arguments of type PersonDocumentPhone
 void IdentityManagementPersonDocument.setPhones(List<PersonDocumentPhone> phones)
           
 

Uses of PersonDocumentPhone in org.kuali.rice.kim.service.impl
 

Methods in org.kuali.rice.kim.service.impl that return types with arguments of type PersonDocumentPhone
protected  List<PersonDocumentPhone> LdapUiDocumentServiceImpl.loadPhones(IdentityManagementPersonDocument identityManagementPersonDocument, String principalId, List<EntityPhone> entityPhones, boolean suppressDisplay)
           
protected  List<PersonDocumentPhone> UiDocumentServiceImpl.loadPhones(IdentityManagementPersonDocument identityManagementPersonDocument, String principalId, List<EntityPhone> entityPhones, boolean suppressDisplay)
           
 

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

Fields in org.kuali.rice.kim.web.struts.form declared as PersonDocumentPhone
protected  PersonDocumentPhone IdentityManagementPersonDocumentForm.newPhone
           
 

Methods in org.kuali.rice.kim.web.struts.form that return PersonDocumentPhone
 PersonDocumentPhone IdentityManagementPersonDocumentForm.getNewPhone()
           
 

Methods in org.kuali.rice.kim.web.struts.form with parameters of type PersonDocumentPhone
 void IdentityManagementPersonDocumentForm.setNewPhone(PersonDocumentPhone newPhone)
           
 



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