Interface AbstractOrderEntryTypeService

  • All Known Implementing Classes:
    DefaultAbstractOrderEntryTypeService

    public interface AbstractOrderEntryTypeService

    Convenience service that resolves ComposedTypeModel of an entry for a target AbstractOrderModel.
    The default implementation bases on spring configurable ORDER TYPE - to - ORDER ENTRY TYPE mapping. Here you can decide on the default behavior of such type resolving. If no mapping is defined in the spring configuration, or it does not contain mapping of the given order type, the resolver will check the type of AbstractOrderModel.ENTRIES attribute.