com.liferay.portlet.cszsearch.util
Class Zip4Converter

java.lang.Object
  extended bycom.liferay.portlet.cszsearch.util.Zip4Converter
All Implemented Interfaces:
com.liferay.util.Cacheable, com.liferay.util.Converter, java.io.Serializable, WebCacheable

public class Zip4Converter
extends java.lang.Object
implements WebCacheable

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Constructor Summary
Zip4Converter(java.lang.String street, java.lang.String cityAndState)
           
 
Method Summary
 java.lang.Object convert(java.lang.String id)
           
 long getRefreshTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Zip4Converter

public Zip4Converter(java.lang.String street,
                     java.lang.String cityAndState)
Method Detail

convert

public java.lang.Object convert(java.lang.String id)
                         throws com.liferay.util.ConverterException
Specified by:
convert in interface com.liferay.util.Converter
Throws:
com.liferay.util.ConverterException

getRefreshTime

public long getRefreshTime()
Specified by:
getRefreshTime in interface com.liferay.util.Cacheable