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