| Package | Description |
|---|---|
| org.kuali.rice.kim.impl.identity | |
| org.kuali.rice.kim.impl.identity.entity |
| Modifier and Type | Method and Description |
|---|---|
protected EntityBo |
IdentityServiceImpl.getEntityBo(String entityId) |
protected EntityBo |
IdentityServiceImpl.getEntityBoByEmployeeId(String employeeId) |
protected EntityBo |
IdentityServiceImpl.getEntityBoByPrincipalId(String principalId) |
protected EntityBo |
IdentityServiceImpl.getEntityBoByPrincipalName(String principalName) |
protected EntityBo |
IdentityServiceImpl.getEntityByKeyValue(String key,
String value)
Generic helper method for performing a lookup through the business object service.
|
| Modifier and Type | Method and Description |
|---|---|
static EntityBo |
EntityBo.from(Entity immutable) |
static EntityBo |
EntityBo.fromAndUpdate(Entity immutable,
EntityBo toUpdate)
Creates a EntityBo business object from an immutable representation of a Entity.
|
| Modifier and Type | Method and Description |
|---|---|
static EntityBo |
EntityBo.fromAndUpdate(Entity immutable,
EntityBo toUpdate)
Creates a EntityBo business object from an immutable representation of a Entity.
|
static Entity |
EntityBo.to(EntityBo bo) |
static EntityDefault |
EntityBo.toDefault(EntityBo bo) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.