Class SapRevenueCloudCustomerRegistrationEventListener

  • All Implemented Interfaces:
    java.util.EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<RegisterEvent>

    public class SapRevenueCloudCustomerRegistrationEventListener
    extends AbstractEventListener<RegisterEvent>
    • Constructor Detail

      • SapRevenueCloudCustomerRegistrationEventListener

        public SapRevenueCloudCustomerRegistrationEventListener()
    • Method Detail

      • onEvent

        protected void onEvent​(RegisterEvent registerEvent)
        Description copied from class: AbstractEventListener
        This method is called by ApplicationListener.onApplicationEvent(ApplicationEvent) and processes the given event.
        Specified by:
        onEvent in class AbstractEventListener<RegisterEvent>
        Parameters:
        registerEvent - the event to be processed
        See Also:
        ApplicationListener.onApplicationEvent(ApplicationEvent)
      • getModelService

        public ModelService getModelService()
        Returns:
        the modelService
      • setModelService

        public void setModelService​(ModelService modelService)
        Parameters:
        modelService - the modelService to set
      • getBaseStoreService

        public BaseStoreService getBaseStoreService()
        Returns:
        the baseStoreService
      • setBaseStoreService

        public void setBaseStoreService​(BaseStoreService baseStoreService)
        Parameters:
        baseStoreService - the baseStoreService to set
      • getBusinessProcessService

        public BusinessProcessService getBusinessProcessService()
        Returns:
        the businessProcessService
      • setBusinessProcessService

        public void setBusinessProcessService​(BusinessProcessService businessProcessService)
        Parameters:
        businessProcessService - the businessProcessService to set
      • getSapRevenueCloudConfigurationModelGenericDao

        public GenericDao getSapRevenueCloudConfigurationModelGenericDao()
        Returns:
        the sapRevenueCloudConfigurationModelGenericDao
      • setSapRevenueCloudConfigurationModelGenericDao

        public void setSapRevenueCloudConfigurationModelGenericDao​(GenericDao sapRevenueCloudConfigurationModelGenericDao)
        Parameters:
        sapRevenueCloudConfigurationModelGenericDao - the sapRevenueCloudConfigurationModelGenericDao to set