Uses of Class
org.kuali.rice.kim.api.identity.entity.Entity

Packages that use Entity
org.kuali.rice.kim.api.identity Copyright 2005-2012 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-2012 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.services   
org.kuali.rice.kim.dao   
org.kuali.rice.kim.dao.impl   
org.kuali.rice.kim.impl.identity   
org.kuali.rice.kim.service.impl   
org.kuali.rice.kim.util   
 

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

Methods in org.kuali.rice.kim.api.identity that return Entity
 Entity IdentityService.createEntity(Entity entity)
          This will create a Entity exactly like the entity passed in.
 Entity IdentityService.getEntity(String id)
          Gets a Entity from an id.
 Entity IdentityService.getEntityByEmployeeId(String employeeId)
          Gets a Entity from a employeeId.
 Entity IdentityService.getEntityByPrincipalId(String principalId)
          Gets a Entity from a principalId.
 Entity IdentityService.getEntityByPrincipalName(String principalName)
          Gets a Entity from a principalName.
 Entity IdentityService.inactivateEntity(String id)
          This will inactivate a Entity.
 Entity IdentityService.updateEntity(Entity entity)
          This will update a Entity.
 

Methods in org.kuali.rice.kim.api.identity with parameters of type Entity
 Entity IdentityService.createEntity(Entity entity)
          This will create a Entity exactly like the entity passed in.
 Entity IdentityService.updateEntity(Entity entity)
          This will update a Entity.
 

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

Methods in org.kuali.rice.kim.api.identity.entity that return Entity
 Entity Entity.Builder.build()
           
 

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

Uses of Entity in org.kuali.rice.kim.api.services
 

Methods in org.kuali.rice.kim.api.services that return Entity
 Entity IdentityManagementService.getEntity(String entityId)
           
 Entity IdentityManagementService.getEntityByPrincipalId(String principalId)
           
 Entity IdentityManagementService.getEntityByPrincipalName(String principalName)
           
 

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

Methods in org.kuali.rice.kim.dao that return Entity
 Entity LdapPrincipalDao.getEntity(String entityId)
           
 Entity LdapPrincipalDao.getEntityByPrincipalId(String principalId)
          Fetches full entity info, populated from EDS, based on the Entity's principal id
 Entity LdapPrincipalDao.getEntityByPrincipalName(String principalName)
           
 Entity PrincipalDao.getEntityInfo(String entityId)
           
 Entity PrincipalDao.getEntityInfoByPrincipalId(String principalId)
          Fetches full entity info, populated from EDS, based on the Entity's principal id
 

Methods in org.kuali.rice.kim.dao that return types with arguments of type Entity
 List<Entity> PrincipalDao.lookupEntityInfo(Map<String,String> searchCriteria, boolean unbounded)
           
 

Uses of Entity in org.kuali.rice.kim.dao.impl
 

Methods in org.kuali.rice.kim.dao.impl that return Entity
 Entity LdapPrincipalDaoImpl.getEntity(String entityId)
          FIND entity objects based on the given criteria.
 Entity LdapPrincipalDaoImpl.getEntityByPrincipalId(String principalId)
          Fetches full entity info, populated from EDS, based on the Entity's principal id
 Entity LdapPrincipalDaoImpl.getEntityByPrincipalName(String principalName)
           
 

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

Methods in org.kuali.rice.kim.impl.identity that return Entity
 Entity IdentityServiceImpl.createEntity(Entity entity)
           
 Entity IdentityCurrentAndArchivedServiceImpl.createEntity(Entity entity)
           
 Entity IdentityServiceImpl.getEntity(String entityId)
           
 Entity IdentityCurrentAndArchivedServiceImpl.getEntity(String entityId)
           
 Entity IdentityServiceImpl.getEntityByEmployeeId(String employeeId)
           
 Entity IdentityCurrentAndArchivedServiceImpl.getEntityByEmployeeId(String employeeId)
           
 Entity IdentityServiceImpl.getEntityByPrincipalId(String principalId)
           
 Entity IdentityCurrentAndArchivedServiceImpl.getEntityByPrincipalId(String principalId)
           
 Entity IdentityServiceImpl.getEntityByPrincipalName(String principalName)
           
 Entity IdentityCurrentAndArchivedServiceImpl.getEntityByPrincipalName(String principalName)
           
 Entity IdentityServiceImpl.inactivateEntity(String entityId)
           
 Entity IdentityCurrentAndArchivedServiceImpl.inactivateEntity(String entityId)
           
 Entity IdentityServiceImpl.updateEntity(Entity entity)
           
 Entity IdentityCurrentAndArchivedServiceImpl.updateEntity(Entity entity)
           
 

Methods in org.kuali.rice.kim.impl.identity with parameters of type Entity
 Entity IdentityServiceImpl.createEntity(Entity entity)
           
 Entity IdentityCurrentAndArchivedServiceImpl.createEntity(Entity entity)
           
 Entity IdentityServiceImpl.updateEntity(Entity entity)
           
 Entity IdentityCurrentAndArchivedServiceImpl.updateEntity(Entity entity)
           
 

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

Methods in org.kuali.rice.kim.service.impl that return Entity
 Entity IdentityManagementServiceImpl.getEntity(String entityId)
           
 Entity LdapIdentityDelegateServiceImpl.getEntity(String entityId)
           
 Entity IdentityManagementServiceImpl.getEntityByPrincipalId(String principalId)
           
 Entity LdapIdentityDelegateServiceImpl.getEntityByPrincipalId(String principalId)
          Overridden to populate this information from the LdapPrincipalDao
 Entity IdentityManagementServiceImpl.getEntityByPrincipalName(String principalName)
           
 Entity LdapIdentityDelegateServiceImpl.getEntityByPrincipalName(String principalName)
           
 

Uses of Entity in org.kuali.rice.kim.util
 

Methods in org.kuali.rice.kim.util that return Entity
 Entity Constants.getEntityPrototype()
          Gets the value of entityPrototype
 



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