com.liferay.util.format
Class IdenticalPhoneNumberFormat

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

Deprecated. com.liferay.portal.format.IdenticalPhoneNumberFormatImpl

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

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

Constructor Summary
IdenticalPhoneNumberFormat()
          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

IdenticalPhoneNumberFormat

public IdenticalPhoneNumberFormat()
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