com.hack23.cia.service.data.impl
Class OperationalStatementDAOImpl

Package class diagram package OperationalStatementDAOImpl
java.lang.Object
  extended by com.hack23.cia.service.data.impl.OperationalStatementDAOImpl
All Implemented Interfaces:
OperationalStatementDAO

@Component(value="OperationalStatementDAO")
public class OperationalStatementDAOImpl
extends Object
implements OperationalStatementDAO

The Class OperationalStatementDAOImpl.


Constructor Summary
OperationalStatementDAOImpl()
           
 
Method Summary
 Collection<List<OperationalStatementData>> getList()
          Gets the list.
 void init()
          Inits the.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationalStatementDAOImpl

public OperationalStatementDAOImpl()
Method Detail

getList

public Collection<List<OperationalStatementData>> getList()
Description copied from interface: OperationalStatementDAO
Gets the list.

Specified by:
getList in interface OperationalStatementDAO
Returns:
the list

init

@PostConstruct
public final void init()
                throws Exception
Inits the.

Throws:
Exception - the exception


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