Uses of Class
org.kuali.rice.ken.bo.NotificationContentTypeBo
Packages that use NotificationContentTypeBo
Package
Description
-
Uses of NotificationContentTypeBo in org.kuali.rice.ken.bo
Methods in org.kuali.rice.ken.bo that return NotificationContentTypeBoModifier and TypeMethodDescriptionstatic NotificationContentTypeBoNotificationContentTypeBo.from(NotificationContentType im) Converts a immutable object to its mutable counterpartNotificationBo.getContentType()Gets the contentType attribute.Methods in org.kuali.rice.ken.bo with parameters of type NotificationContentTypeBoModifier and TypeMethodDescriptionvoidNotificationBo.setContentType(NotificationContentTypeBo contentType) Sets the contentType attribute value.static NotificationContentTypeNotificationContentTypeBo.to(NotificationContentTypeBo bo) Converts a mutable bo to its immutable counterpart -
Uses of NotificationContentTypeBo in org.kuali.rice.ken.service
Methods in org.kuali.rice.ken.service that return NotificationContentTypeBoModifier and TypeMethodDescriptionNotificationContentTypeService.getNotificationContentType(String name) This method retrieves a NotificationContentType by name.Methods in org.kuali.rice.ken.service that return types with arguments of type NotificationContentTypeBoModifier and TypeMethodDescriptionNotificationContentTypeService.getAllContentTypes()This method returns all versions of all NotificationContentTypes in the system.NotificationContentTypeService.getAllCurrentContentTypes()This method returns all current NotificationContentTypes in the system.Methods in org.kuali.rice.ken.service with parameters of type NotificationContentTypeBoModifier and TypeMethodDescriptionvoidNotificationContentTypeService.saveNotificationContentType(NotificationContentTypeBo contentType) This method saves a NotificationContentType object instance to the DB, creating a new, current, version if one already exists. -
Uses of NotificationContentTypeBo in org.kuali.rice.ken.service.impl
Methods in org.kuali.rice.ken.service.impl that return NotificationContentTypeBoModifier and TypeMethodDescriptionNotificationContentTypeServiceImpl.getNotificationContentType(String name) Methods in org.kuali.rice.ken.service.impl that return types with arguments of type NotificationContentTypeBoModifier and TypeMethodDescriptionNotificationContentTypeServiceImpl.getAllContentTypes()NotificationContentTypeServiceImpl.getAllCurrentContentTypes()Methods in org.kuali.rice.ken.service.impl with parameters of type NotificationContentTypeBoModifier and TypeMethodDescriptionprotected Collection<NotificationBo> NotificationContentTypeServiceImpl.getNotificationsOfContentType(NotificationContentTypeBo ct) Get notifications based on content type.voidNotificationContentTypeServiceImpl.saveNotificationContentType(NotificationContentTypeBo contentType) -
Uses of NotificationContentTypeBo in org.kuali.rice.ken.util
Methods in org.kuali.rice.ken.util that return NotificationContentTypeBoModifier and TypeMethodDescriptionContentTypeResourceResolver.resolveContentType(String id) This method resolves the NotificationContentType by id.