org.cocome.tradingsystem.inventory.data.impl
Class DataImpl

java.lang.Object
  extended by org.cocome.tradingsystem.inventory.data.impl.DataImpl
All Implemented Interfaces:
DataIf

public class DataImpl
extends java.lang.Object
implements DataIf

Author:
Yannick Welsch

Constructor Summary
DataImpl()
           
 
Method Summary
 EnterpriseQueryIf getEnterpriseQueryIf()
          creates a new EnterpriseQuery component
 PersistenceIf getPersistenceManager()
          creates a new PersistenceIf component
 StoreQueryIf getStoreQueryIf()
          creates a new StoreQuery component
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataImpl

public DataImpl()
Method Detail

getEnterpriseQueryIf

public EnterpriseQueryIf getEnterpriseQueryIf()
Description copied from interface: DataIf
creates a new EnterpriseQuery component

Specified by:
getEnterpriseQueryIf in interface DataIf
Returns:
the new EnterpriseQuery component

getPersistenceManager

public PersistenceIf getPersistenceManager()
Description copied from interface: DataIf
creates a new PersistenceIf component

Specified by:
getPersistenceManager in interface DataIf
Returns:
the new PersistenceIf component

getStoreQueryIf

public StoreQueryIf getStoreQueryIf()
Description copied from interface: DataIf
creates a new StoreQuery component

Specified by:
getStoreQueryIf in interface DataIf
Returns:
the new StoreQuery component