com.hack23.cia.service.impl
Class ViewDataContainer

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

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

The Class ViewDataContainer.


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

Constructor Detail

ViewDataContainer

public ViewDataContainer()
Method Detail

getAll

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

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

load

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

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


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