public class PetStoreLookupTableCrtBeanProvider extends Object implements BeanProvider
| Constructor and Description |
|---|
PetStoreLookupTableCrtBeanProvider(String lookupTableName)
Creates a CrtBeanProvider that will use the given Crt, and the code from the bound component.
|
PetStoreLookupTableCrtBeanProvider(String lookupTableName,
String tableCode)
Creates a CrtBeanProvider that will use the given Crt name and code.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getBean(BeanProviderBound beanProviderBound)
Obtains the bean for the given
BeanProviderBound. |
public PetStoreLookupTableCrtBeanProvider(String lookupTableName)
lookupTableName - the crt name.public PetStoreLookupTableCrtBeanProvider(String lookupTableName, String tableCode)
lookupTableName - the Crt name.tableCode - the Crt key that will be use to look up the value.public Object getBean(BeanProviderBound beanProviderBound)
BeanProviderBound.getBean in interface BeanProviderbeanProviderBound - the BeanProviderBound to provide data for.Copyright © 2016. All rights reserved.