Liferay 6.2-ce-ga5

com.liferay.portal.kernel.format
Class PhoneNumberFormatUtil

java.lang.Object
  extended by com.liferay.portal.kernel.format.PhoneNumberFormatUtil
Direct Known Subclasses:
PhoneNumberUtil

public class PhoneNumberFormatUtil
extends Object


Constructor Summary
PhoneNumberFormatUtil()
           
 
Method Summary
static String format(String phoneNumber)
           
static PhoneNumberFormat getPhoneNumberFormat()
           
 void setPhoneNumberFormat(PhoneNumberFormat phoneNumberFormat)
           
static String strip(String phoneNumber)
           
static boolean validate(String phoneNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhoneNumberFormatUtil

public PhoneNumberFormatUtil()
Method Detail

format

public static String format(String phoneNumber)

getPhoneNumberFormat

public static PhoneNumberFormat getPhoneNumberFormat()

strip

public static String strip(String phoneNumber)

validate

public static boolean validate(String phoneNumber)

setPhoneNumberFormat

public void setPhoneNumberFormat(PhoneNumberFormat phoneNumberFormat)

Liferay 6.2-ce-ga5