com.liferay.util.format
Class USAPhoneNumberFormat

java.lang.Object
  extended by com.liferay.util.format.USAPhoneNumberFormat
All Implemented Interfaces:
com.liferay.portal.kernel.format.PhoneNumberFormat

Deprecated. com.liferay.portal.format.USAPhoneNumberFormatImpl

public class USAPhoneNumberFormat
extends java.lang.Object
implements com.liferay.portal.kernel.format.PhoneNumberFormat

Author:
Brian Wing Shun Chan, Manuel de la Peña

Constructor Summary
USAPhoneNumberFormat()
          Deprecated.  
 
Method Summary
 java.lang.String format(java.lang.String phoneNumber)
          Deprecated.  
 java.lang.String strip(java.lang.String phoneNumber)
          Deprecated.  
 boolean validate(java.lang.String phoneNumber)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

USAPhoneNumberFormat

public USAPhoneNumberFormat()
Deprecated. 
Method Detail

format

public java.lang.String format(java.lang.String phoneNumber)
Deprecated. 
Specified by:
format in interface com.liferay.portal.kernel.format.PhoneNumberFormat

strip

public java.lang.String strip(java.lang.String phoneNumber)
Deprecated. 
Specified by:
strip in interface com.liferay.portal.kernel.format.PhoneNumberFormat

validate

public boolean validate(java.lang.String phoneNumber)
Deprecated. 
Specified by:
validate in interface com.liferay.portal.kernel.format.PhoneNumberFormat