public class NotificationContentTypeServiceImpl extends Object implements NotificationContentTypeService
| Constructor and Description |
|---|
NotificationContentTypeServiceImpl(GenericDao businessObjectDao)
Constructs a NotificationContentTypeServiceImpl.java.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
findHighestContentTypeVersion(String name) |
Collection<NotificationContentTypeBo> |
getAllContentTypes()
This method returns all versions of all NotificationContentTypes in the system.
|
Collection<NotificationContentTypeBo> |
getAllCurrentContentTypes()
This method returns all current NotificationContentTypes in the system.
|
NotificationContentTypeBo |
getNotificationContentType(String name)
This method retrieves a NotificationContentType by name.
|
protected Collection<NotificationBo> |
getNotificationsOfContentType(NotificationContentTypeBo ct) |
void |
saveNotificationContentType(NotificationContentTypeBo contentType)
This method saves a NotificationContentType object instance to the DB, creating a new, current,
version if one already exists.
|
public NotificationContentTypeServiceImpl(GenericDao businessObjectDao)
businessObjectDao - public NotificationContentTypeBo getNotificationContentType(String name)
NotificationContentTypeServicegetNotificationContentType in interface NotificationContentTypeServicename - The name of the content typeNotificationContentTypeService.getNotificationContentType(java.lang.String)protected int findHighestContentTypeVersion(String name)
public void saveNotificationContentType(NotificationContentTypeBo contentType)
NotificationContentTypeServicesaveNotificationContentType in interface NotificationContentTypeServicecontentType - The NotificationContentType instance to save.NotificationContentTypeService.saveNotificationContentType(org.kuali.rice.ken.bo.NotificationContentTypeBo)protected Collection<NotificationBo> getNotificationsOfContentType(NotificationContentTypeBo ct)
public Collection<NotificationContentTypeBo> getAllCurrentContentTypes()
NotificationContentTypeServicegetAllCurrentContentTypes in interface NotificationContentTypeServiceNotificationContentTypeService.getAllCurrentContentTypes()public Collection<NotificationContentTypeBo> getAllContentTypes()
NotificationContentTypeServicegetAllContentTypes in interface NotificationContentTypeServiceNotificationContentTypeService.getAllContentTypes()Copyright © 2005–2016 The Kuali Foundation. All rights reserved.