Uses of Interface
org.kuali.rice.kim.api.identity.address.EntityAddressContract

Packages that use EntityAddressContract
org.kuali.rice.kim.api.identity.address Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kim.api.identity.type Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
 

Uses of EntityAddressContract in org.kuali.rice.kim.api.identity.address
 

Classes in org.kuali.rice.kim.api.identity.address that implement EntityAddressContract
 class EntityAddress
           
static class EntityAddress.Builder
          A builder which can be used to construct EntityAddress instances.
 

Methods in org.kuali.rice.kim.api.identity.address with parameters of type EntityAddressContract
static EntityAddress.Builder EntityAddress.Builder.create(EntityAddressContract contract)
           
 

Uses of EntityAddressContract in org.kuali.rice.kim.api.identity.type
 

Methods in org.kuali.rice.kim.api.identity.type that return EntityAddressContract
 EntityAddressContract EntityTypeContactInfoContract.getDefaultAddress()
          Returns the default address record for the identity.
 EntityAddressContract EntityTypeContactInfo.getDefaultAddress()
           
 

Methods in org.kuali.rice.kim.api.identity.type that return types with arguments of type EntityAddressContract
 List<? extends EntityAddressContract> EntityTypeContactInfoContract.getAddresses()
          Gets this EntityTypeContactInfoContract's List of EntityAddressS.
 



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