Class AbstractSubcontractDiscrepancyResolver


public abstract class AbstractSubcontractDiscrepancyResolver extends AbstractAddUsageResolver
The base class to define the template for subcontract plant. This is not singleton, but you call resolve(ReconciliationContext, Collection), it creates a new instance and then uses that. This is done since its a delegate pattern and maybe cached via factory, hence this always creates a new instance

Supported API: true

Extendable: true