com.hack23.cia.service.impl
Class DocumentElementDataContainer
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentElementDataContainer
public DocumentElementDataContainer()
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.