com.hack23.cia.service.impl
Class CommitteeProposalComponentDataContainer

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

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

The Class CommitteeProposalComponentDataContainer.


Constructor Summary
CommitteeProposalComponentDataContainer()
           
 
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

CommitteeProposalComponentDataContainer

public CommitteeProposalComponentDataContainer()
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.