Class CustomerSegmentTypeInitializer
java.lang.Object
com.broadleafcommerce.customer.segments.CustomerSegmentTypeInitializer
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
public class CustomerSegmentTypeInitializer
extends Object
implements org.springframework.beans.factory.InitializingBean
Initializes
CustomerSegmentType instances for use. Looks for Spring beans annotated with
the CustomerSegmentTypes annotation.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCustomerSegmentTypeInitializer(org.springframework.context.ApplicationContext applicationContext) -
Method Summary
-
Constructor Details
-
CustomerSegmentTypeInitializer
public CustomerSegmentTypeInitializer(org.springframework.context.ApplicationContext applicationContext)
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-