Interface MPMOperationToConsumableLinkAllocationNumberValidationDelegate
public interface MPMOperationToConsumableLinkAllocationNumberValidationDelegate
Delegate to validate the allocation number for an operation to consumable link.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalidateMPMOperationToConsumableLinkAllocationNumber(MPMOperationToConsumableLink operationToConsumableLink, String allocationNumber) Validates given allocation number for the given MPMOperationToConsumableLink.
-
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 validatedallocationNumber- to be checked if it is a valid allocation number for a given MPMOperationToConsumableLink- Throws:
WTException
-