Class OrderPriceCategoryServiceImpl
java.lang.Object
ch.tocco.nice2.optional.order.impl.service.OrderPriceCategoryServiceImpl
- All Implemented Interfaces:
OrderPriceCategoryService
@Component
public class OrderPriceCategoryServiceImpl
extends Object
implements OrderPriceCategoryService
-
Constructor Summary
ConstructorDescriptionOrderPriceCategoryServiceImpl
(SecurityManager securityManager, BusinessUnitManager businessUnitManager) -
Method Summary
Modifier and TypeMethodDescription@Nullable Entity
getDebitorInformation
(Entity address) getPriceCategory
(Entity address) void
setPriceCategory
(Entity order, Entity address)
-
Constructor Details
-
OrderPriceCategoryServiceImpl
public OrderPriceCategoryServiceImpl(SecurityManager securityManager, BusinessUnitManager businessUnitManager)
-
-
Method Details
-
setPriceCategory
- Specified by:
setPriceCategory
in interfaceOrderPriceCategoryService
-
getPriceCategory
- Specified by:
getPriceCategory
in interfaceOrderPriceCategoryService
-
getDebitorInformation
- Specified by:
getDebitorInformation
in interfaceOrderPriceCategoryService
-