Liferay 6.1.2-ce-ga3

com.liferay.util.format
Class IdenticalPhoneNumberFormat

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

Deprecated. IdenticalPhoneNumberFormatImpl

public class IdenticalPhoneNumberFormat
extends Object
implements PhoneNumberFormat


Constructor Summary
IdenticalPhoneNumberFormat()
          Deprecated.  
 
Method Summary
 String format(String phoneNumber)
          Deprecated.  
 String strip(String phoneNumber)
          Deprecated.  
 boolean validate(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 String format(String phoneNumber)
Deprecated. 
Specified by:
format in interface PhoneNumberFormat

strip

public String strip(String phoneNumber)
Deprecated. 
Specified by:
strip in interface PhoneNumberFormat

validate

public boolean validate(String phoneNumber)
Deprecated. 
Specified by:
validate in interface PhoneNumberFormat

Liferay 6.1.2-ce-ga3