com.hack23.cia.service.impl
Class DocumentContentDataContainer

Package class diagram package DocumentContentDataContainer
java.lang.Object
  extended by 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.


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

Constructor Detail

DocumentContentDataContainer

public DocumentContentDataContainer()
Method Detail

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.