org.openorb.trader.persistence
Interface OfferHomeOperations

All Superinterfaces:
org.omg.CosPersistentState.StorageHomeBaseOperations
All Known Subinterfaces:
OfferHome

public interface OfferHomeOperations
extends org.omg.CosPersistentState.StorageHomeBaseOperations

Offer home description


Method Summary
 Offer create(long uuid, org.omg.CORBA.Object reference, java.lang.String type, Property[] properties)
          Operation create
 Offer find_by_uuid(long uuid)
          Operation find_by_uuid
 OfferRef find_ref_by_uuid(long uuid)
          Operation find_ref_by_uuid
 
Methods inherited from interface org.omg.CosPersistentState.StorageHomeBaseOperations
find_by_short_pid, get_catalog
 

Method Detail

find_by_uuid

public Offer find_by_uuid(long uuid)
                   throws org.omg.CosPersistentState.NotFound
Operation find_by_uuid

find_ref_by_uuid

public OfferRef find_ref_by_uuid(long uuid)
Operation find_ref_by_uuid

create

public Offer create(long uuid,
                    org.omg.CORBA.Object reference,
                    java.lang.String type,
                    Property[] properties)
Operation create