com.liferay.util.format
Class USAPhoneNumberFormat
java.lang.Object
com.liferay.util.format.USAPhoneNumberFormat
- All Implemented Interfaces:
- com.liferay.portal.kernel.format.PhoneNumberFormat
Deprecated. As of 6.2.0, replaced by com.liferay.portal.format.USAPhoneNumberFormatImpl
@Deprecated
public class USAPhoneNumberFormat
- extends Object
- implements com.liferay.portal.kernel.format.PhoneNumberFormat
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USAPhoneNumberFormat
public USAPhoneNumberFormat()
- Deprecated.
format
public String format(String phoneNumber)
- Deprecated.
- Specified by:
format in interface com.liferay.portal.kernel.format.PhoneNumberFormat
strip
public String strip(String phoneNumber)
- Deprecated.
- Specified by:
strip in interface com.liferay.portal.kernel.format.PhoneNumberFormat
validate
public boolean validate(String phoneNumber)
- Deprecated.
- Specified by:
validate in interface com.liferay.portal.kernel.format.PhoneNumberFormat