package com.tenwa.customer.cache; import com.amarsoft.dict.als.cache.NameCache; import com.amarsoft.dict.als.manage.NameManager; public class CustomerNameManager extends NameManager { public static String getCustomerName(String sCustomerID)throws Exception{ return NameCache.getName("jbo.app.tenwa.customer.CUSTOMER_INFO", "customername", "customerid", sCustomerID); } }