Class NotificationHandlerRegistrar.NotificationHandlerFactoryBean
java.lang.Object
com.broadleafcommerce.data.tracking.jpa.messaging.NotificationHandlerRegistrar.NotificationHandlerFactoryBean
- All Implemented Interfaces:
 org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.FactoryBean<com.broadleafcommerce.common.messaging.notification.NotificationHandler>,org.springframework.context.EnvironmentAware
- Enclosing class:
 - NotificationHandlerRegistrar
 
public static class NotificationHandlerRegistrar.NotificationHandlerFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<com.broadleafcommerce.common.messaging.notification.NotificationHandler>, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.EnvironmentAware
- 
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanorg.springframework.beans.factory.BeanFactoryorg.springframework.core.env.Environmentcom.broadleafcommerce.common.messaging.notification.MessageSerializationHelperorg.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository>com.broadleafcommerce.common.messaging.notification.MessageFactory<?>getName()com.broadleafcommerce.common.messaging.notification.NotificationHandlerClass<?>Class<?>com.broadleafcommerce.common.messaging.notification.DurableNotificationPropertiesgetProps()inthashCode()voidsetBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) voidsetEnvironment(org.springframework.core.env.Environment environment) voidsetHelper(com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper helper) voidsetIgnoredRepositories(org.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository> ignoredRepositories) voidsetMessageFactory(com.broadleafcommerce.common.messaging.notification.MessageFactory<?> messageFactory) voidvoidsetProducer(Object producer) voidsetProducerClass(Class<?> producerClass) voidsetProps(com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties props) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton 
- 
Constructor Details
- 
NotificationHandlerFactoryBean
public NotificationHandlerFactoryBean() 
 - 
 - 
Method Details
- 
getObject
public com.broadleafcommerce.common.messaging.notification.NotificationHandler getObject()- Specified by:
 getObjectin interfaceorg.springframework.beans.factory.FactoryBean<com.broadleafcommerce.common.messaging.notification.NotificationHandler>
 - 
getObjectType
- Specified by:
 getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<com.broadleafcommerce.common.messaging.notification.NotificationHandler>
 - 
getProducer
 - 
getProducerClass
 - 
getProps
public com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties getProps() - 
getName
 - 
getIgnoredRepositories
public org.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository> getIgnoredRepositories() - 
getMessageFactory
public com.broadleafcommerce.common.messaging.notification.MessageFactory<?> getMessageFactory() - 
getHelper
public com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper getHelper() - 
getBeanFactory
public org.springframework.beans.factory.BeanFactory getBeanFactory() - 
getEnvironment
public org.springframework.core.env.Environment getEnvironment() - 
setProducer
 - 
setProducerClass
 - 
setProps
public void setProps(com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties props)  - 
setName
 - 
setIgnoredRepositories
public void setIgnoredRepositories(org.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository> ignoredRepositories)  - 
setMessageFactory
public void setMessageFactory(com.broadleafcommerce.common.messaging.notification.MessageFactory<?> messageFactory)  - 
setHelper
public void setHelper(com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper helper)  - 
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) - Specified by:
 setBeanFactoryin interfaceorg.springframework.beans.factory.BeanFactoryAware
 - 
setEnvironment
public void setEnvironment(org.springframework.core.env.Environment environment) - Specified by:
 setEnvironmentin interfaceorg.springframework.context.EnvironmentAware
 - 
equals
 - 
canEqual
 - 
hashCode
public int hashCode() - 
toString
 
 -