| Package | Description |
|---|---|
| org.kuali.rice.kim.api.identity |
Copyright 2005-2017 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.address |
Copyright 2005-2017 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.citizenship |
Copyright 2005-2017 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.email |
Copyright 2005-2017 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.employment |
Copyright 2005-2017 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-2017 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.phone |
Copyright 2005-2017 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.
|
| Modifier and Type | Method and Description |
|---|---|
CodedAttribute |
CodedAttribute.Builder.build() |
CodedAttribute |
IdentityService.getAddressType(String code)
Gets the
CodedAttribute for a given EntityAddressType code. |
CodedAttribute |
IdentityService.getCitizenshipStatus(String code)
Gets the
CodedAttribute for a given EntityCitizenship status code. |
CodedAttribute |
IdentityService.getEmailType(String code)
Gets the
CodedAttribute for a given EntityEmail type code. |
CodedAttribute |
IdentityService.getEmploymentStatus(String code)
Gets the
CodedAttribute for a given EntityEmployment status code. |
CodedAttribute |
IdentityService.getEmploymentType(String code)
Gets the
CodedAttribute for a given EntityEmployment type code. |
CodedAttribute |
IdentityService.getEntityType(String code)
Gets the
CodedAttribute for a given EntityType code. |
CodedAttribute |
IdentityService.getNameType(String code)
Gets the
CodedAttribute for a given EntityName type code. |
CodedAttribute |
IdentityService.getPhoneType(String code)
Gets the
CodedAttribute for a given EntityPhone type code. |
| Modifier and Type | Method and Description |
|---|---|
List<CodedAttribute> |
IdentityService.findAllAddressTypes()
Finds all EntityAddressTypes
|
List<CodedAttribute> |
IdentityService.findAllCitizenshipStatuses()
Finds all EntityCitizenshipStatuses
|
List<CodedAttribute> |
IdentityService.findAllEmailTypes()
Finds all EntityEmailTypes
|
List<CodedAttribute> |
IdentityService.findAllEmploymentStatuses()
Finds all EntityEmploymentStatuses
|
List<CodedAttribute> |
IdentityService.findAllEmploymentTypes()
Finds all EntityEmploymentTypes
|
List<CodedAttribute> |
IdentityService.findAllEntityTypes()
Finds all EntityTypes
|
List<CodedAttribute> |
IdentityService.findAllNameTypes()
Finds all EntityNameTypes
|
List<CodedAttribute> |
IdentityService.findAllPhoneTypes()
Finds all EntityPhoneTypes
|
| Modifier and Type | Method and Description |
|---|---|
CodedAttribute |
EntityAddress.getAddressType() |
| Modifier and Type | Method and Description |
|---|---|
CodedAttribute |
EntityCitizenship.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
CodedAttribute |
EntityEmail.getEmailType() |
| Modifier and Type | Method and Description |
|---|---|
CodedAttribute |
EntityEmployment.getEmployeeStatus() |
CodedAttribute |
EntityEmployment.getEmployeeType() |
| Modifier and Type | Method and Description |
|---|---|
CodedAttribute |
EntityName.getNameType() |
| Modifier and Type | Method and Description |
|---|---|
CodedAttribute |
EntityPhone.getPhoneType() |
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.