com.hack23.cia.service.api
Interface DataContainer<T extends Serializable,ID extends Serializable>

Package class diagram package DataContainer
Type Parameters:
T - the generic type
ID - the generic type
All Known Implementing Classes:
AggregatedBugDataContainer, AggregatedCountryDataContainer, CommitteeProposalComponentDataContainer, DataSummaryDataContainer, DocumentContentDataContainer, DocumentElementDataContainer, DocumentStatusContainerDataContainer, PersonDataContainer, ViewDataContainer, VoteDataContainer

public interface DataContainer<T extends Serializable,ID extends Serializable>

The Interface DataContainer.


Method Summary
 List<T> getAll()
          Gets the all.
 T load(ID id)
          Load.
 

Method Detail

getAll

List<T> getAll()
Gets the all.

Returns:
the all

load

T load(ID id)
Load.

Parameters:
id - the id
Returns:
the t


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