Liferay 6.2-ce-ga5

com.liferay.portal.format
Class IdenticalPhoneNumberFormatImpl

java.lang.Object
  extended by com.liferay.portal.format.IdenticalPhoneNumberFormatImpl
All Implemented Interfaces:
PhoneNumberFormat

public class IdenticalPhoneNumberFormatImpl
extends Object
implements PhoneNumberFormat


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

Constructor Detail

IdenticalPhoneNumberFormatImpl

public IdenticalPhoneNumberFormatImpl()
Method Detail

format

public String format(String phoneNumber)
Specified by:
format in interface PhoneNumberFormat

strip

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

validate

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

Liferay 6.2-ce-ga5