Class DefaultAbstractOrderEntryService<T extends AbstractOrderEntryModel>

All Implemented Interfaces:
AbstractOrderEntryService<T>, Serializable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
DefaultCartEntryService, DefaultOrderEntryService

public class DefaultAbstractOrderEntryService<T extends AbstractOrderEntryModel> extends AbstractBusinessService implements AbstractOrderEntryService<T>
Default implementation of AbstractOrderEntryService. Provides implementation on AbstractOrderEntryModel type level.
See Also: