org.opensubsystems.inventory.persist
Interface InventoryFactory

All Superinterfaces:
org.opensubsystems.core.persist.BasicDataFactory, org.opensubsystems.core.persist.DataFactory, org.opensubsystems.patterns.listdata.persist.ListFactory, org.opensubsystems.core.persist.ModifiableDataFactory
All Known Implementing Classes:
InventoryDatabaseFactory

public interface InventoryFactory
extends org.opensubsystems.core.persist.ModifiableDataFactory, org.opensubsystems.patterns.listdata.persist.ListFactory

Methods to create, retrieve and manipulate inventories in the persistence store.

Version:
$Id: InventoryFactory.java,v 1.3 2007/01/07 06:14:31 bastafidli Exp $
Author:
Martin Cerba
Code reviewer:
Miro Halas
Code reviewed:
Initial revision

Method Summary
 Inventory get(java.lang.String strName)
          Get inventory identified by it's name.
 
Methods inherited from interface org.opensubsystems.core.persist.ModifiableDataFactory
save
 
Methods inherited from interface org.opensubsystems.core.persist.BasicDataFactory
create, create, delete
 
Methods inherited from interface org.opensubsystems.core.persist.DataFactory
get, getDataType
 
Methods inherited from interface org.opensubsystems.patterns.listdata.persist.ListFactory
get, getDefaultListDefinition
 

Method Detail

get

Inventory get(java.lang.String strName)
              throws org.opensubsystems.core.error.OSSException
Get inventory identified by it's name.

Parameters:
strName - - inventory name
Returns:
Inventory - specified inventory or null if it couldn't be selected
Throws:
org.opensubsystems.core.error.OSSException - - an error has occured


Copyright © 2003 - 2006 OpenSubsystems s.r.o.