com.hack23.cia.service.impl
Class AggregatedCountryDataContainer

Package class diagram package AggregatedCountryDataContainer
java.lang.Object
  extended by 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.


Constructor Summary
AggregatedCountryDataContainer()
           
 
Method Summary
 List<AggregatedCountryData> getAll()
          Gets the all.
 AggregatedCountryData load(String id)
          Load.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregatedCountryDataContainer

public AggregatedCountryDataContainer()
Method Detail

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.