Package org.adempiere.model
Interface IAddressValidation
public interface IAddressValidation
Address validation interface
- Author:
- Elaine
-
Method Summary
Modifier and TypeMethodDescriptionboolean
onlineValidate
(Properties ctx, MAddressTransaction addressTransaction, String trxName) Perform online validation
-
Method Details
-
onlineValidate
Perform online validation- Parameters:
ctx
-addressTransaction
-trxName
-- Returns:
- true if valid, false otherwise
-