Interface MPMOperationToConsumableLinkAllocationNumberValidationDelegate


public interface MPMOperationToConsumableLinkAllocationNumberValidationDelegate
Delegate to validate the allocation number for an operation to consumable link.

Supported API: true

Extendable: true
  • Method Details

    • validateMPMOperationToConsumableLinkAllocationNumber

      void validateMPMOperationToConsumableLinkAllocationNumber(MPMOperationToConsumableLink operationToConsumableLink, String allocationNumber) throws WTException
      Validates given allocation number for the given MPMOperationToConsumableLink. It checks if the passed allocation number is valid for the provided operation to consumable link. If it is not valid then it throws proper message.

      Supported API: true
      Parameters:
      operationToConsumableLink - - MPMOperationToConsumableLink for which given allocation number is validated
      allocationNumber - to be checked if it is a valid allocation number for a given MPMOperationToConsumableLink
      Throws:
      WTException