com.hack23.cia.service.impl
Class DocumentContentDataContainer
java.lang.Object
com.hack23.cia.service.impl.DocumentContentDataContainer
- All Implemented Interfaces:
- DataContainer<DocumentContentData,Long>
@Component
@Transactional(propagation=SUPPORTS)
public class DocumentContentDataContainer
- extends Object
- implements DataContainer<DocumentContentData,Long>
The Class DocumentContentDataContainer.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentContentDataContainer
public DocumentContentDataContainer()
getAll
public List<DocumentContentData> getAll()
- Description copied from interface:
DataContainer
- Gets the all.
- Specified by:
getAll
in interface DataContainer<DocumentContentData,Long>
- Returns:
- the all
load
public DocumentContentData load(Long id)
- Description copied from interface:
DataContainer
- Load.
- Specified by:
load
in interface DataContainer<DocumentContentData,Long>
- Parameters:
id
- the id
- Returns:
- the t
Copyright © 2008-2011 www.hack23.com. All Rights Reserved.