com.hack23.cia.service.impl
Class PersonDataContainer

Package class diagram package PersonDataContainer
java.lang.Object
  extended by com.hack23.cia.service.impl.PersonDataContainer
All Implemented Interfaces:
DataContainer<PersonData,String>

@Component
@Transactional(propagation=SUPPORTS)
public class PersonDataContainer
extends Object
implements DataContainer<PersonData,String>

The Class PersonDataContainer.


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

Constructor Detail

PersonDataContainer

public PersonDataContainer()
Method Detail

getAll

public List<PersonData> getAll()
Description copied from interface: DataContainer
Gets the all.

Specified by:
getAll in interface DataContainer<PersonData,String>
Returns:
the all

load

public PersonData load(String id)
Description copied from interface: DataContainer
Load.

Specified by:
load in interface DataContainer<PersonData,String>
Parameters:
id - the id
Returns:
the t


Copyright © 2008-2011 www.hack23.com. All Rights Reserved.