com.hack23.cia.service.impl
Class AggregatedBugDataContainer

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


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

Constructor Detail

AggregatedBugDataContainer

public AggregatedBugDataContainer()
Method Detail

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.