org.cocome.tradingsystem.inventory.data
Interface DataIf

All Known Implementing Classes:
DataImpl

public interface DataIf

Interface for the Data component

Author:
Yannick Welsch

Method Summary
 EnterpriseQueryIf getEnterpriseQueryIf()
          creates a new EnterpriseQuery component
 PersistenceIf getPersistenceManager()
          creates a new PersistenceIf component
 StoreQueryIf getStoreQueryIf()
          creates a new StoreQuery component
 

Method Detail

getEnterpriseQueryIf

EnterpriseQueryIf getEnterpriseQueryIf()
creates a new EnterpriseQuery component

Returns:
the new EnterpriseQuery component

getStoreQueryIf

StoreQueryIf getStoreQueryIf()
creates a new StoreQuery component

Returns:
the new StoreQuery component

getPersistenceManager

PersistenceIf getPersistenceManager()
creates a new PersistenceIf component

Returns:
the new PersistenceIf component