@Service(value="blISOService") public class ISOServiceImpl extends Object implements ISOService
| Modifier and Type | Field and Description | 
|---|---|
| protected ISODao | isoDao | 
| protected static org.apache.commons.logging.Log | LOG | 
| Constructor and Description | 
|---|
| ISOServiceImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ISOCountry> | findISOCountries() | 
| ISOCountry | findISOCountryByAlpha2Code(String alpha2) | 
| ISOCountry | save(ISOCountry isoCountry) | 
protected static final org.apache.commons.logging.Log LOG
protected ISODao isoDao
public List<ISOCountry> findISOCountries()
findISOCountries in interface ISOServicepublic ISOCountry findISOCountryByAlpha2Code(String alpha2)
findISOCountryByAlpha2Code in interface ISOService@Transactional(value="blTransactionManager") public ISOCountry save(ISOCountry isoCountry)
save in interface ISOServiceCopyright © 2020. All rights reserved.