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

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

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

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

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

Method parameters in org.kuali.rice.kim.document with type arguments of type PersonDocumentAddress
 void IdentityManagementPersonDocument.setAddrs(List<PersonDocumentAddress> addrs)
           
 

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

Methods in org.kuali.rice.kim.service.impl that return types with arguments of type PersonDocumentAddress
protected  List<PersonDocumentAddress> LdapUiDocumentServiceImpl.loadAddresses(IdentityManagementPersonDocument identityManagementPersonDocument, String principalId, List<EntityAddress> entityAddresses, boolean suppressDisplay)
           
protected  List<PersonDocumentAddress> UiDocumentServiceImpl.loadAddresses(IdentityManagementPersonDocument identityManagementPersonDocument, String principalId, List<EntityAddress> entityAddresses, boolean suppressDisplay)
           
 

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

Fields in org.kuali.rice.kim.web.struts.form declared as PersonDocumentAddress
protected  PersonDocumentAddress IdentityManagementPersonDocumentForm.newAddress
           
 

Methods in org.kuali.rice.kim.web.struts.form that return PersonDocumentAddress
 PersonDocumentAddress IdentityManagementPersonDocumentForm.getNewAddress()
           
 

Methods in org.kuali.rice.kim.web.struts.form with parameters of type PersonDocumentAddress
 void IdentityManagementPersonDocumentForm.setNewAddress(PersonDocumentAddress newAddress)
           
 



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