Package wt.part

Interface ValidateFindNumbersDelegate


public interface ValidateFindNumbersDelegate
Delegate to validate the Find Numbers on the given collection of WTPartUsageLink objects. This interface should be implemented from customized implementation of find number validation.

Supported API: true

Extendable: true
  • Method Details

    • validateFindNumbers

      void validateFindNumbers(WTPartUsageLink[] partUsageLinks) throws WTException


      Supported API: true

      Extendable: true
      Parameters:
      partUsageLinks -
      Throws:
      WTException
    • validateFindNumbers

      void validateFindNumbers(String[] findNumbers) throws WTException


      Supported API: true

      Extendable: true
      Parameters:
      findNumbers -
      Throws:
      WTException
    • validateFindNumber

      void validateFindNumber(WTPartUsageLink partUsageLink) throws WTException
      Validate whether the find number in the part usage link is valid for persistence.

      Supported API: true

      Extendable: true
      Parameters:
      partUsageLink -
      Throws:
      WTException