Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Class Validator_IW

java.lang.Object
  extended by com.liferay.portal.kernel.util.Validator_IW

public class Validator_IW
extends Object


Method Summary
 boolean equals(boolean boolean1, boolean boolean2)
           
 boolean equals(byte byte1, byte byte2)
           
 boolean equals(char char1, char char2)
           
 boolean equals(double double1, double double2)
           
 boolean equals(float float1, float float2)
           
 boolean equals(int int1, int int2)
           
 boolean equals(long long1, long long2)
           
 boolean equals(Object obj1, Object obj2)
           
 boolean equals(short short1, short short2)
           
 boolean equalsSorted(boolean[] booleanArray1, boolean[] booleanArray2)
           
 boolean equalsSorted(byte[] byteArray1, byte[] byteArray2)
           
 boolean equalsSorted(char[] charArray1, char[] charArray2)
           
 boolean equalsSorted(double[] doubleArray1, double[] doubleArray2)
           
 boolean equalsSorted(float[] floatArray1, float[] floatArray2)
           
 boolean equalsSorted(int[] intArray1, int[] intArray2)
           
 boolean equalsSorted(long[] longArray1, long[] longArray2)
           
 boolean equalsSorted(Object[] objArray1, Object[] objArray2)
           
 boolean equalsSorted(short[] shortArray1, short[] shortArray2)
           
static Validator_IW getInstance()
           
 boolean isAddress(String address)
           
 boolean isAlphanumericName(String name)
           
 boolean isAscii(char c)
           
 boolean isBlank(String s)
           
 boolean isChar(char c)
           
 boolean isChar(String s)
           
 boolean isDate(int month, int day, int year)
           
 boolean isDigit(char c)
           
 boolean isDigit(String s)
           
 boolean isDomain(String domainName)
           
 boolean isEmailAddress(String emailAddress)
           
 boolean isEmailAddressSpecialChar(char c)
           
 boolean isFileExtension(String fileExtension)
           
 boolean isFileName(String name)
           
 boolean isFilePath(String path, boolean isParentDirAllowed)
           
 boolean isGregorianDate(int month, int day, int year)
           
 boolean isHex(String s)
           
 boolean isHostName(String name)
           
 boolean isHTML(String s)
           
 boolean isIPAddress(String ipAddress)
           
 boolean isIPv4Address(String ipAddress)
           
 boolean isIPv6Address(String ipAddress)
           
 boolean isJulianDate(int month, int day, int year)
           
 boolean isLUHN(String number)
           
 boolean isName(String name)
           
 boolean isNotNull(Long l)
           
 boolean isNotNull(Object obj)
           
 boolean isNotNull(Object[] array)
          Deprecated.  
 boolean isNotNull(String s)
           
 boolean isNull(Long l)
           
 boolean isNull(Object obj)
           
 boolean isNull(Object[] array)
          Deprecated.  
 boolean isNull(String s)
           
 boolean isNumber(String number)
           
 boolean isPassword(String password)
           
 boolean isPhoneNumber(String phoneNumber)
           
 boolean isUri(String uri)
           
 boolean isUrl(String url)
           
 boolean isVariableName(String variableName)
           
 boolean isVariableTerm(String s)
           
 boolean isWhitespace(char c)
           
 boolean isXml(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Validator_IW getInstance()

equals

public boolean equals(boolean boolean1,
                      boolean boolean2)

equals

public boolean equals(byte byte1,
                      byte byte2)

equals

public boolean equals(char char1,
                      char char2)

equals

public boolean equals(double double1,
                      double double2)

equals

public boolean equals(float float1,
                      float float2)

equals

public boolean equals(int int1,
                      int int2)

equals

public boolean equals(long long1,
                      long long2)

equals

public boolean equals(Object obj1,
                      Object obj2)

equals

public boolean equals(short short1,
                      short short2)

equalsSorted

public boolean equalsSorted(boolean[] booleanArray1,
                            boolean[] booleanArray2)

equalsSorted

public boolean equalsSorted(byte[] byteArray1,
                            byte[] byteArray2)

equalsSorted

public boolean equalsSorted(char[] charArray1,
                            char[] charArray2)

equalsSorted

public boolean equalsSorted(double[] doubleArray1,
                            double[] doubleArray2)

equalsSorted

public boolean equalsSorted(float[] floatArray1,
                            float[] floatArray2)

equalsSorted

public boolean equalsSorted(int[] intArray1,
                            int[] intArray2)

equalsSorted

public boolean equalsSorted(long[] longArray1,
                            long[] longArray2)

equalsSorted

public boolean equalsSorted(Object[] objArray1,
                            Object[] objArray2)

equalsSorted

public boolean equalsSorted(short[] shortArray1,
                            short[] shortArray2)

isAddress

public boolean isAddress(String address)

isAlphanumericName

public boolean isAlphanumericName(String name)

isAscii

public boolean isAscii(char c)

isBlank

public boolean isBlank(String s)

isChar

public boolean isChar(char c)

isChar

public boolean isChar(String s)

isDate

public boolean isDate(int month,
                      int day,
                      int year)

isDigit

public boolean isDigit(char c)

isDigit

public boolean isDigit(String s)

isDomain

public boolean isDomain(String domainName)

isEmailAddress

public boolean isEmailAddress(String emailAddress)

isEmailAddressSpecialChar

public boolean isEmailAddressSpecialChar(char c)

isFileExtension

public boolean isFileExtension(String fileExtension)

isFileName

public boolean isFileName(String name)

isFilePath

public boolean isFilePath(String path,
                          boolean isParentDirAllowed)

isGregorianDate

public boolean isGregorianDate(int month,
                               int day,
                               int year)

isHex

public boolean isHex(String s)

isHostName

public boolean isHostName(String name)

isHTML

public boolean isHTML(String s)

isIPAddress

public boolean isIPAddress(String ipAddress)

isIPv4Address

public boolean isIPv4Address(String ipAddress)

isIPv6Address

public boolean isIPv6Address(String ipAddress)

isJulianDate

public boolean isJulianDate(int month,
                            int day,
                            int year)

isLUHN

public boolean isLUHN(String number)

isName

public boolean isName(String name)

isNotNull

public boolean isNotNull(Long l)

isNotNull

public boolean isNotNull(Object obj)

isNotNull

public boolean isNotNull(Object[] array)
Deprecated. 


isNotNull

public boolean isNotNull(String s)

isNull

public boolean isNull(Long l)

isNull

public boolean isNull(Object obj)

isNull

public boolean isNull(Object[] array)
Deprecated. 


isNull

public boolean isNull(String s)

isNumber

public boolean isNumber(String number)

isPassword

public boolean isPassword(String password)

isPhoneNumber

public boolean isPhoneNumber(String phoneNumber)

isUri

public boolean isUri(String uri)

isUrl

public boolean isUrl(String url)

isVariableName

public boolean isVariableName(String variableName)

isVariableTerm

public boolean isVariableTerm(String s)

isWhitespace

public boolean isWhitespace(char c)

isXml

public boolean isXml(String s)

Liferay 6.2-ce-ga5