|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GenericDao in org.kuali.rice.core.dao.impl |
---|
Classes in org.kuali.rice.core.dao.impl that implement GenericDao | |
---|---|
class |
GenericDaoOjb
This class is the OJB implementation of the GenericDao interface. |
Uses of GenericDao in org.kuali.rice.kcb.quartz |
---|
Fields in org.kuali.rice.kcb.quartz declared as GenericDao | |
---|---|
private GenericDao |
MessageProcessingJob.dao
|
Methods in org.kuali.rice.kcb.quartz with parameters of type GenericDao | |
---|---|
void |
MessageProcessingJob.setGenericDao(GenericDao dao)
Sets the GenericDao |
Uses of GenericDao in org.kuali.rice.kcb.service |
---|
Methods in org.kuali.rice.kcb.service that return GenericDao | |
---|---|
GenericDao |
KCBServiceLocator.getKcbGenericDao()
|
Uses of GenericDao in org.kuali.rice.kcb.service.impl |
---|
Fields in org.kuali.rice.kcb.service.impl declared as GenericDao | |
---|---|
protected GenericDao |
BusinessObjectServiceImpl.dao
|
Methods in org.kuali.rice.kcb.service.impl with parameters of type GenericDao | |
---|---|
void |
BusinessObjectServiceImpl.setGenericDao(GenericDao dao)
Sets our BusinessObjectDao |
Uses of GenericDao in org.kuali.rice.ken.core |
---|
Methods in org.kuali.rice.ken.core that return GenericDao | |
---|---|
GenericDao |
NotificationServiceLocator.getGenericDao()
This method returns an instance of the Spring configured impl for the BusinessObjectDao. |
GenericDao |
SpringNotificationServiceLocator.getGenericDao()
|
Uses of GenericDao in org.kuali.rice.ken.postprocessor.kew |
---|
Fields in org.kuali.rice.ken.postprocessor.kew declared as GenericDao | |
---|---|
(package private) GenericDao |
NotificationSenderFormPostProcessor.businessObjectDao
|
Constructors in org.kuali.rice.ken.postprocessor.kew with parameters of type GenericDao | |
---|---|
NotificationSenderFormPostProcessor(NotificationService notificationService,
GenericDao businessObjectDao)
Constructs a NotificationSenderFormPostProcessor instance. |
Uses of GenericDao in org.kuali.rice.ken.service.impl |
---|
Fields in org.kuali.rice.ken.service.impl declared as GenericDao | |
---|---|
private GenericDao |
NotificationMessageContentServiceImpl.boDao
Our BusinessObjectDao persistence layer |
private GenericDao |
NotificationMessageDeliveryAutoRemovalServiceImpl.businessObjectDao
|
private GenericDao |
NotificationContentTypeServiceImpl.businessObjectDao
|
private GenericDao |
NotificationAuthorizationServiceImpl.businessObjectDao
|
private GenericDao |
NotificationMessageDeliveryResolverServiceImpl.businessObjectDao
|
private GenericDao |
UserPreferenceServiceImpl.businessObjectDao
|
private GenericDao |
NotificationMessageDeliveryServiceImpl.businessObjectDao
|
private GenericDao |
NotificationChannelServiceImpl.businessObjectDao
|
private GenericDao |
NotificationServiceImpl.businessObjectDao
|
Constructors in org.kuali.rice.ken.service.impl with parameters of type GenericDao | |
---|---|
NotificationAuthorizationServiceImpl(GenericDao businessObjectDao)
Constructs a NotificationAuthorizationServiceImpl class instance. |
|
NotificationChannelServiceImpl(GenericDao businessObjectDao)
Constructs a NotificationChannelServiceImpl.java. |
|
NotificationContentTypeServiceImpl(GenericDao businessObjectDao)
Constructs a NotificationContentTypeServiceImpl.java. |
|
NotificationMessageContentServiceImpl(GenericDao boDao,
NotificationContentTypeService notificationContentTypeService)
Constructor which takes a GenericDao Constructs a NotificationMessageContentServiceImpl.java. |
|
NotificationMessageDeliveryAutoRemovalServiceImpl(GenericDao businessObjectDao,
org.springframework.transaction.PlatformTransactionManager txManager,
ExecutorService executor,
NotificationMessageDeliveryService messageDeliveryService)
Constructs a NotificationMessageDeliveryDispatchServiceImpl instance. |
|
NotificationMessageDeliveryResolverServiceImpl(NotificationService notificationService,
NotificationRecipientService notificationRecipientService,
GenericDao businessObjectDao,
org.springframework.transaction.PlatformTransactionManager txManager,
ExecutorService executor,
UserPreferenceService userPreferenceService)
Constructs a NotificationMessageDeliveryDispatchServiceImpl instance. |
|
NotificationMessageDeliveryServiceImpl(GenericDao businessObjectDao)
Constructs a NotificationServiceImpl class instance. |
|
NotificationServiceImpl(GenericDao businessObjectDao,
NotificationMessageContentService messageContentService,
NotificationAuthorizationService notificationAuthorizationService,
NotificationRecipientService notificationRecipientService,
NotificationWorkflowDocumentService notificationWorkflowDocumentService,
NotificationMessageDeliveryService notificationMessageDeliveryService)
Constructs a NotificationServiceImpl class instance. |
|
UserPreferenceServiceImpl(GenericDao businessObjectDao,
NotificationChannelService notificationChannelService)
Constructs a UserPreferenceServiceImpl |
Uses of GenericDao in org.kuali.rice.ken.util |
---|
Methods in org.kuali.rice.ken.util with parameters of type GenericDao | ||
---|---|---|
static
|
Util.retrieveFieldReference(String fieldName,
String keyName,
String keyValue,
Class clazz,
GenericDao boDao)
This method generically retrieves a reference to foreign key objects that are part of the content, to get at the reference objects' pk fields so that those values can be used to store the notification with proper foreign key relationships in the database. |
Uses of GenericDao in org.kuali.rice.ken.web.spring |
---|
Fields in org.kuali.rice.ken.web.spring declared as GenericDao | |
---|---|
protected GenericDao |
SendEventNotificationMessageController.businessObjectDao
|
protected GenericDao |
SendNotificationMessageController.businessObjectDao
|
Methods in org.kuali.rice.ken.web.spring with parameters of type GenericDao | |
---|---|
void |
SendEventNotificationMessageController.setBusinessObjectDao(GenericDao businessObjectDao)
Sets the businessObjectDao attribute value. |
void |
SendNotificationMessageController.setBusinessObjectDao(GenericDao businessObjectDao)
Sets the businessObjectDao attribute value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |