public interface KcNotificationModuleRoleService
| Modifier and Type | Method and Description |
|---|---|
NotificationModuleRole |
addNotificationModuleRole(String moduleCode,
String roleName)
This method allows you to add a relationship between a coeus module code and a role name.
|
List<NotificationModuleRole> |
getNotificationModuleRoles(String moduleCode)
This method retrieves all notification module roles for a given coeus module code.
|
List<NotificationModuleRole> |
getNotificationModuleRolesForKimRole(String moduleCode,
String roleName)
This method retrieves all notification module roles for a given coeus module code and role name.
|
String |
getNotificationModuleRolesString(String moduleCode)
This method retrieves all notification module roles for a given coeus module code as a String.
|
void |
saveNotificationModuleRoles(List<NotificationModuleRole> notificationModuleRoles)
This method saves a list of notification module roles.
|
NotificationModuleRole addNotificationModuleRole(String moduleCode, String roleName)
moduleCode - The module code as defined in the CoeusModule objectroleName - The KIM namespace and role name, combined with a semicolon, ie. namespace:rolenameCoeusModuleList<NotificationModuleRole> getNotificationModuleRoles(String moduleCode)
moduleCode - The module code as defined in the CoeusModule objectCoeusModuleString getNotificationModuleRolesString(String moduleCode)
moduleCode - The module code as defined in the CoeusModule objectCoeusModuleList<NotificationModuleRole> getNotificationModuleRolesForKimRole(String moduleCode, String roleName)
moduleCode - The module code as defined in the CoeusModule objectroleName - The KIM namespace and role name, combined with a semicolon, ie. namespace:rolenameCoeusModulevoid saveNotificationModuleRoles(List<NotificationModuleRole> notificationModuleRoles)
notificationModuleRoles - The list of module roles to saveCopyright © 2013 The Kuali Foundation. All Rights Reserved.