Uses of Class
org.kuali.rice.kim.api.identity.name.EntityName

Packages that use EntityName
org.kuali.rice.kim.api.identity Copyright 2005-2014 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.entity Copyright 2005-2014 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-2014 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.principal Copyright 2005-2014 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.dao   
org.kuali.rice.kim.impl.identity   
org.kuali.rice.kim.service.dao   
org.kuali.rice.kim.service.dao.impl   
org.kuali.rice.kim.service.impl   
 

Uses of EntityName in org.kuali.rice.kim.api.identity
 

Methods in org.kuali.rice.kim.api.identity that return EntityName
 EntityName IdentityService.addNameToEntity(EntityName name)
          This will create a EntityName exactly like the name passed in.
 EntityName IdentityService.inactivateName(String id)
          This will inactivate a EntityName with the passed in id.
 EntityName IdentityService.updateName(EntityName name)
          This will update a EntityName exactly like the name passed in.
 

Methods in org.kuali.rice.kim.api.identity with parameters of type EntityName
 EntityName IdentityService.addNameToEntity(EntityName name)
          This will create a EntityName exactly like the name passed in.
 EntityName IdentityService.updateName(EntityName name)
          This will update a EntityName exactly like the name passed in.
 

Uses of EntityName in org.kuali.rice.kim.api.identity.entity
 

Methods in org.kuali.rice.kim.api.identity.entity that return EntityName
 EntityName EntityDefault.getName()
           
 

Methods in org.kuali.rice.kim.api.identity.entity that return types with arguments of type EntityName
 List<EntityName> Entity.getNames()
           
 

Constructors in org.kuali.rice.kim.api.identity.entity with parameters of type EntityName
EntityDefault(String entityId, EntityName name, List<Principal> principals, List<EntityTypeContactInfoDefault> entityTypes, List<EntityAffiliation> affiliations, EntityAffiliation defaultAffiliation, EntityEmployment employment, List<EntityExternalIdentifier> externalIdentifiers, EntityPrivacyPreferences privacyPreferences, boolean active)
           
 

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

Methods in org.kuali.rice.kim.api.identity.name that return EntityName
 EntityName EntityName.Builder.build()
           
 EntityName StringToKimEntityNameInfoMapAdapter.StringEntityNameInfoMapEntry.getValue()
           
 

Methods in org.kuali.rice.kim.api.identity.name that return types with arguments of type EntityName
 List<EntityName> EntityNameQueryResults.getResults()
           
 Map<String,EntityName> StringToKimEntityNameInfoMapAdapter.unmarshal(StringToKimEntityNameInfoMapAdapter.StringEntityNameInfoMapEntry[] entryArray)
          This overridden method ...
 

Method parameters in org.kuali.rice.kim.api.identity.name with type arguments of type EntityName
 StringToKimEntityNameInfoMapAdapter.StringEntityNameInfoMapEntry[] StringToKimEntityNameInfoMapAdapter.marshal(Map<String,EntityName> map)
          This overridden method ...
 

Constructors in org.kuali.rice.kim.api.identity.name with parameters of type EntityName
StringToKimEntityNameInfoMapAdapter.StringEntityNameInfoMapEntry(String key, EntityName value)
           
 

Uses of EntityName in org.kuali.rice.kim.api.identity.principal
 

Methods in org.kuali.rice.kim.api.identity.principal that return EntityName
 EntityName EntityNamePrincipalName.getDefaultName()
           
 

Uses of EntityName in org.kuali.rice.kim.dao
 

Methods in org.kuali.rice.kim.dao that return types with arguments of type EntityName
 Map<String,EntityName> PrincipalDao.getDefaultNamesForEntityIds(List<String> entityIds)
           
 

Uses of EntityName in org.kuali.rice.kim.impl.identity
 

Methods in org.kuali.rice.kim.impl.identity that return EntityName
 EntityName IdentityServiceImpl.addNameToEntity(EntityName name)
           
 EntityName IdentityCurrentAndArchivedServiceImpl.addNameToEntity(EntityName name)
           
 EntityName IdentityServiceImpl.inactivateName(String id)
           
 EntityName IdentityCurrentAndArchivedServiceImpl.inactivateName(String id)
           
 EntityName IdentityServiceImpl.updateName(EntityName name)
           
 EntityName IdentityCurrentAndArchivedServiceImpl.updateName(EntityName name)
           
 

Methods in org.kuali.rice.kim.impl.identity with parameters of type EntityName
 EntityName IdentityServiceImpl.addNameToEntity(EntityName name)
           
 EntityName IdentityCurrentAndArchivedServiceImpl.addNameToEntity(EntityName name)
           
 EntityName IdentityServiceImpl.updateName(EntityName name)
           
 EntityName IdentityCurrentAndArchivedServiceImpl.updateName(EntityName name)
           
 

Uses of EntityName in org.kuali.rice.kim.service.dao
 

Methods in org.kuali.rice.kim.service.dao that return types with arguments of type EntityName
 Map<String,EntityName> UiDocumentServiceDAO.findEntityNamesForRole(String roleId)
           
 

Uses of EntityName in org.kuali.rice.kim.service.dao.impl
 

Methods in org.kuali.rice.kim.service.dao.impl that return types with arguments of type EntityName
 Map<String,EntityName> UiDocumentServiceDAOJdbcImpl.findEntityNamesForRole(String roleId)
           
 

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

Method parameters in org.kuali.rice.kim.service.impl with type arguments of type EntityName
protected  List<PersonDocumentName> LdapUiDocumentServiceImpl.loadNames(IdentityManagementPersonDocument personDoc, String principalId, List<EntityName> names, boolean suppressDisplay)
           
protected  List<PersonDocumentName> UiDocumentServiceImpl.loadNames(IdentityManagementPersonDocument personDoc, String principalId, List<EntityName> names, boolean suppressDisplay)
           
 



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