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
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalidateFindNumber(WTPartUsageLink partUsageLink) Validate whether the find number in the part usage link is valid for persistence.voidvalidateFindNumbers(String[] findNumbers)
Supported API: true
Extendable: truevoidvalidateFindNumbers(WTPartUsageLink[] partUsageLinks)
Supported API: true
Extendable: true
-
Method Details
-
validateFindNumbers
Supported API: true
Extendable: true- Parameters:
partUsageLinks-- Throws:
WTException
-
validateFindNumbers
Supported API: true
Extendable: true- Parameters:
findNumbers-- Throws:
WTException
-
validateFindNumber
Validate whether the find number in the part usage link is valid for persistence.
Supported API: true
Extendable: true- Parameters:
partUsageLink-- Throws:
WTException
-