| Package | Description |
|---|---|
| org.kuali.rice.kcb.service | |
| org.kuali.rice.kcb.service.impl |
| Modifier and Type | Method and Description |
|---|---|
RecipientPreference |
RecipientPreferenceService.getRecipientPreference(String recipientId,
String key)
This method will get a specific user recipient preferences from the system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecipientPreferenceService.deleteRecipientPreference(RecipientPreference pref)
This method will delete a specific user recipient preferences from the system.
|
void |
RecipientPreferenceService.saveRecipientPreference(RecipientPreference pref)
This method will save a specific user recipient preferences in the system.
|
| Modifier and Type | Method and Description |
|---|---|
RecipientPreference |
RecipientPreferenceServiceImpl.getRecipientPreference(String recipientId,
String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecipientPreferenceServiceImpl.deleteRecipientPreference(RecipientPreference pref) |
void |
RecipientPreferenceServiceImpl.saveRecipientPreference(RecipientPreference pref) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.