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 java.lang.Object implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAwareThis initializing bean registers additional beans available in the context by name.
-
-
Constructor Summary
Constructors Constructor Description PlatformbackofficeService()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidafterPropertiesSet()protected java.util.List<java.lang.String>getAvailableBeanNamesViaRefelction(com.hybris.cockpitng.core.model.impl.FixedBeanResolver fbr)Deprecated, for removal: This API element is subject to removal in a future version.since 6.5, usegetAvailableBeanNamesViaReflection(FixedBeanResolver)insteadprotected java.util.List<java.lang.String>getAvailableBeanNamesViaReflection(com.hybris.cockpitng.core.model.impl.FixedBeanResolver fbr)voidsetApplicationContext(org.springframework.context.ApplicationContext ctx)
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws java.lang.Exception- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
java.lang.Exception
-
getAvailableBeanNamesViaRefelction
@Deprecated(since="6.5", forRemoval=true) protected java.util.List<java.lang.String> getAvailableBeanNamesViaRefelction(com.hybris.cockpitng.core.model.impl.FixedBeanResolver fbr) throws java.lang.IllegalAccessExceptionDeprecated, for removal: This API element is subject to removal in a future version.since 6.5, usegetAvailableBeanNamesViaReflection(FixedBeanResolver)instead- Throws:
java.lang.IllegalAccessException
-
getAvailableBeanNamesViaReflection
protected java.util.List<java.lang.String> getAvailableBeanNamesViaReflection(com.hybris.cockpitng.core.model.impl.FixedBeanResolver fbr) throws java.lang.IllegalAccessException- Throws:
java.lang.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
-
-