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