Uses of Class
org.kuali.rice.kim.api.identity.entity.Entity
Packages that use Entity
-
Uses of Entity in org.kuali.rice.kim.api.identity
Methods in org.kuali.rice.kim.api.identity that return EntityModifier and TypeMethodDescriptionIdentityService.createEntity(Entity entity) This will create aEntityexactly like the entity passed in.Gets aEntityfrom an id.IdentityService.getEntityByEmployeeId(String employeeId) Gets aEntityfrom a employeeId.IdentityService.getEntityByPrincipalId(String principalId) Gets aEntityfrom a principalId.IdentityService.getEntityByPrincipalName(String principalName) Gets aEntityfrom a principalName.IdentityService.inactivateEntity(String id) This will inactivate aEntity.IdentityService.updateEntity(Entity entity) This will update aEntity.Methods in org.kuali.rice.kim.api.identity with parameters of type EntityModifier and TypeMethodDescriptionIdentityService.createEntity(Entity entity) This will create aEntityexactly like the entity passed in.IdentityService.updateEntity(Entity entity) This will update aEntity. -
Uses of Entity in org.kuali.rice.kim.api.identity.entity
Methods in org.kuali.rice.kim.api.identity.entity that return EntityMethods in org.kuali.rice.kim.api.identity.entity that return types with arguments of type Entity