Class PlatformbackofficeService
java.lang.Object
de.hybris.platform.platformbackoffice.services.PlatformbackofficeService
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware
public class PlatformbackofficeService
extends Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
This initializing bean registers additional beans available in the context by name.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetAvailableBeanNamesViaRefelction(com.hybris.cockpitng.core.model.impl.FixedBeanResolver fbr) Deprecated, for removal: This API element is subject to removal in a future version.getAvailableBeanNamesViaReflection(com.hybris.cockpitng.core.model.impl.FixedBeanResolver fbr) voidsetApplicationContext(org.springframework.context.ApplicationContext ctx)
-
Constructor Details
-
PlatformbackofficeService
public PlatformbackofficeService()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
getAvailableBeanNamesViaRefelction
@Deprecated(since="6.5", forRemoval=true) protected List<String> getAvailableBeanNamesViaRefelction(com.hybris.cockpitng.core.model.impl.FixedBeanResolver fbr) throws IllegalAccessException Deprecated, for removal: This API element is subject to removal in a future version.since 6.5, usegetAvailableBeanNamesViaReflection(FixedBeanResolver)instead- Throws:
IllegalAccessException
-
getAvailableBeanNamesViaReflection
protected List<String> getAvailableBeanNamesViaReflection(com.hybris.cockpitng.core.model.impl.FixedBeanResolver fbr) throws IllegalAccessException - Throws:
IllegalAccessException
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext ctx) throws org.springframework.beans.BeansException - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
getAvailableBeanNamesViaReflection(FixedBeanResolver)instead