| Package | Description |
|---|---|
| org.kuali.kra.common.notification.service | |
| org.kuali.kra.common.notification.service.impl |
| Modifier and Type | Method and Description |
|---|---|
NotificationModuleRole |
KcNotificationModuleRoleService.addNotificationModuleRole(String moduleCode,
String roleName)
This method allows you to add a relationship between a coeus module code and a role name.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotificationModuleRole> |
KcNotificationModuleRoleService.getNotificationModuleRoles(String moduleCode)
This method retrieves all notification module roles for a given coeus module code.
|
List<NotificationModuleRole> |
KcNotificationModuleRoleService.getNotificationModuleRolesForKimRole(String moduleCode,
String roleName)
This method retrieves all notification module roles for a given coeus module code and role name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KcNotificationModuleRoleService.saveNotificationModuleRoles(List<NotificationModuleRole> notificationModuleRoles)
This method saves a list of notification module roles.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationModuleRole |
KcNotificationModuleRoleServiceImpl.addNotificationModuleRole(String moduleCode,
String roleName)
This method allows you to add a relationship between a coeus module code and a role name.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotificationModuleRole> |
KcNotificationModuleRoleServiceImpl.getNotificationModuleRoles(String moduleCode)
This method retrieves all notification module roles for a given coeus module code.
|
List<NotificationModuleRole> |
KcNotificationModuleRoleServiceImpl.getNotificationModuleRolesForKimRole(String moduleCode,
String roleName)
This method retrieves all notification module roles for a given coeus module code and role name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KcNotificationModuleRoleServiceImpl.saveNotificationModuleRoles(List<NotificationModuleRole> notificationModuleRoles)
This method saves a list of notification module roles.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.