@Configuration @ComponentScan(basePackages="fr.gouv.education.foad.bns") public class BnsImportConfig extends Object
| Constructor and Description |
|---|
BnsImportConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.osivia.portal.api.batch.IBatchService |
getBatchService()
Get batch service
|
org.osivia.portal.api.internationalization.IBundleFactory |
getBundleFactory()
Get bundle factory.
|
org.springframework.context.support.ResourceBundleMessageSource |
getMessageSource()
Get message source.
|
org.springframework.web.portlet.multipart.PortletMultipartResolver |
getMultipartResolver()
Get multipart resolver.
|
org.osivia.portal.api.notifications.INotificationsService |
getNotificationService()
Get notifications service.
|
org.osivia.directory.v2.service.PersonUpdateService |
getPersonService()
Get person service.
|
org.springframework.web.servlet.view.InternalResourceViewResolver |
getViewResolver()
Get view resolver.
|
@Bean public org.springframework.web.servlet.view.InternalResourceViewResolver getViewResolver()
@Bean(name="messageSource") public org.springframework.context.support.ResourceBundleMessageSource getMessageSource()
@Bean public org.osivia.portal.api.internationalization.IBundleFactory getBundleFactory()
@Bean public org.osivia.portal.api.notifications.INotificationsService getNotificationService()
@Bean public org.osivia.directory.v2.service.PersonUpdateService getPersonService()
@Bean(name="portletMultipartResolver") public org.springframework.web.portlet.multipart.PortletMultipartResolver getMultipartResolver()
@Bean public org.osivia.portal.api.batch.IBatchService getBatchService()
Copyright © 2021. All rights reserved.