Package org.adempiere.model
Interface IAddressValidation
public interface IAddressValidation
Address validation interface
- Author:
- Elaine
-
Method Summary
Modifier and TypeMethodDescriptionbooleanonlineValidate(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
-