public interface PhoneNumberService
| Modifier and Type | Method and Description | 
|---|---|
| String | formatNumberIfPossible(String unformattedNumber) | 
| boolean | isDefaultFormatPhoneNumber(String phone) | 
| boolean | isValidPhoneNumber(String phone) | 
String formatNumberIfPossible(String unformattedNumber)
boolean isValidPhoneNumber(String phone)
boolean isDefaultFormatPhoneNumber(String phone)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.