| 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.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.entity |
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 |
|---|---|
EntityCitizenship |
IdentityService.addCitizenshipToEntity(EntityCitizenship citizenship)
This will create a
EntityCitizenship exactly like the citizenship passed in. |
EntityCitizenship |
IdentityService.inactivateCitizenship(String id)
This will inactivate a
EntityCitizenship with the unique id passed in. |
EntityCitizenship |
IdentityService.updateCitizenship(EntityCitizenship citizenship)
This will update a
EntityCitizenship exactly like the citizenship passed in. |
| Modifier and Type | Method and Description |
|---|---|
EntityCitizenship |
IdentityService.addCitizenshipToEntity(EntityCitizenship citizenship)
This will create a
EntityCitizenship exactly like the citizenship passed in. |
EntityCitizenship |
IdentityService.updateCitizenship(EntityCitizenship citizenship)
This will update a
EntityCitizenship exactly like the citizenship passed in. |
| Modifier and Type | Method and Description |
|---|---|
EntityCitizenship |
EntityCitizenship.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<EntityCitizenship> |
Entity.getCitizenships() |
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.