Class DefaultDiscountService

All Implemented Interfaces:
DiscountService, Serializable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class DefaultDiscountService extends AbstractBusinessService implements DiscountService, org.springframework.context.ApplicationContextAware
Default implementation of the DiscountService.
See Also: