Class AddressParamCache
java.lang.Object
bitel.billing.server.contract.bean.AddressParamCache
public class AddressParamCache
extends java.lang.Object
- 
Method Summary
Modifier and Type Method Description static voiddropCache()java.util.Set<java.lang.Integer>findContract(int hid, java.lang.String flat, java.lang.String room, int pod, int floor, java.util.Set<java.lang.Integer> parameters)java.util.Set<java.lang.Integer>findHouse(int streetId, int areaId, int quarterId, int house, java.lang.String frac)static AddressParamCachegetCache(java.sql.Connection con)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Method Details
- 
getCache
 - 
dropCache
public static final void dropCache() - 
findContract
public java.util.Set<java.lang.Integer> findContract(int hid, java.lang.String flat, java.lang.String room, int pod, int floor, java.util.Set<java.lang.Integer> parameters) - 
findHouse
public java.util.Set<java.lang.Integer> findHouse(int streetId, int areaId, int quarterId, int house, java.lang.String frac) 
 -