com.hack23.cia.service.impl
Class DocumentElementDataContainer

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

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

The Class DocumentElementDataContainer.


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

Constructor Detail

DocumentElementDataContainer

public DocumentElementDataContainer()
Method Detail

getAll

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

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

load

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

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


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