com.hack23.cia.service.impl
Class AggregatedCountryDataContainer
java.lang.Object
com.hack23.cia.service.impl.AggregatedCountryDataContainer
- All Implemented Interfaces:
- DataContainer<AggregatedCountryData,String>
@Component(value="AggregatedCountryDataContainer")
@Transactional(propagation=SUPPORTS)
public class AggregatedCountryDataContainer
- extends Object
- implements DataContainer<AggregatedCountryData,String>
The Class AggregatedCountryDataContainer.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AggregatedCountryDataContainer
public AggregatedCountryDataContainer()
getAll
@Cacheable(cacheName="AggregatedCountryData")
public List<AggregatedCountryData> getAll()
- Description copied from interface:
DataContainer
- Gets the all.
- Specified by:
getAll
in interface DataContainer<AggregatedCountryData,String>
- Returns:
- the all
load
@Cacheable(cacheName="AggregatedCountryData")
public AggregatedCountryData load(String id)
- Description copied from interface:
DataContainer
- Load.
- Specified by:
load
in interface DataContainer<AggregatedCountryData,String>
- Parameters:
id
- the id
- Returns:
- the t
Copyright © 2008-2011 www.hack23.com. All Rights Reserved.