META-INF.spring.module-spring.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.commerce.pricing.service
Show all versions of com.liferay.commerce.pricing.service
Liferay Commerce Pricing Service
<?xml version="1.0"?> <beans default-destroy-method="destroy" default-init-method="afterPropertiesSet" xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd" > <bean class="com.liferay.commerce.pricing.service.impl.CommercePriceModifierLocalServiceImpl" id="com.liferay.commerce.pricing.service.CommercePriceModifierLocalService" /> <bean class="com.liferay.commerce.pricing.service.impl.CommercePriceModifierServiceImpl" id="com.liferay.commerce.pricing.service.CommercePriceModifierService" /> <bean class="com.liferay.commerce.pricing.service.persistence.impl.CommercePriceModifierPersistenceImpl" id="com.liferay.commerce.pricing.service.persistence.CommercePriceModifierPersistence" parent="basePersistence" /> <bean class="com.liferay.commerce.pricing.service.persistence.impl.CommercePriceModifierFinderImpl" id="com.liferay.commerce.pricing.service.persistence.CommercePriceModifierFinder" parent="basePersistence" /> <bean class="com.liferay.commerce.pricing.service.impl.CommercePriceModifierRelLocalServiceImpl" id="com.liferay.commerce.pricing.service.CommercePriceModifierRelLocalService" /> <bean class="com.liferay.commerce.pricing.service.impl.CommercePriceModifierRelServiceImpl" id="com.liferay.commerce.pricing.service.CommercePriceModifierRelService" /> <bean class="com.liferay.commerce.pricing.service.persistence.impl.CommercePriceModifierRelPersistenceImpl" id="com.liferay.commerce.pricing.service.persistence.CommercePriceModifierRelPersistence" parent="basePersistence" /> <bean class="com.liferay.commerce.pricing.service.impl.CommercePricingClassLocalServiceImpl" id="com.liferay.commerce.pricing.service.CommercePricingClassLocalService" /> <bean class="com.liferay.commerce.pricing.service.impl.CommercePricingClassServiceImpl" id="com.liferay.commerce.pricing.service.CommercePricingClassService" /> <bean class="com.liferay.commerce.pricing.service.persistence.impl.CommercePricingClassPersistenceImpl" id="com.liferay.commerce.pricing.service.persistence.CommercePricingClassPersistence" parent="basePersistence" /> <bean class="com.liferay.commerce.pricing.service.impl.CommercePricingClassCPDefinitionRelLocalServiceImpl" id="com.liferay.commerce.pricing.service.CommercePricingClassCPDefinitionRelLocalService" /> <bean class="com.liferay.commerce.pricing.service.impl.CommercePricingClassCPDefinitionRelServiceImpl" id="com.liferay.commerce.pricing.service.CommercePricingClassCPDefinitionRelService" /> <bean class="com.liferay.commerce.pricing.service.persistence.impl.CommercePricingClassCPDefinitionRelPersistenceImpl" id="com.liferay.commerce.pricing.service.persistence.CommercePricingClassCPDefinitionRelPersistence" parent="basePersistence" /> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy