Uses of Interface
org.kuali.rice.kim.api.identity.name.EntityNameContract

Packages that use EntityNameContract
org.kuali.rice.kim.api.identity.entity 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.name 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 EntityNameContract in org.kuali.rice.kim.api.identity.entity
 

Methods in org.kuali.rice.kim.api.identity.entity that return EntityNameContract
 EntityNameContract Entity.getDefaultName()
           
 EntityNameContract EntityContract.getDefaultName()
          Gets this EntityContract's default name
 

Methods in org.kuali.rice.kim.api.identity.entity that return types with arguments of type EntityNameContract
 List<? extends EntityNameContract> EntityContract.getNames()
          Gets this EntityContract's names
 

Uses of EntityNameContract in org.kuali.rice.kim.api.identity.name
 

Classes in org.kuali.rice.kim.api.identity.name that implement EntityNameContract
 class EntityName
           
static class EntityName.Builder
          A builder which can be used to construct EntityName instances.
 

Methods in org.kuali.rice.kim.api.identity.name with parameters of type EntityNameContract
static EntityName.Builder EntityName.Builder.create(EntityNameContract contract)
           
 



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