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

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

Throws:
org.omg.CosPersistentState.NotFound

find_ref_by_uuid

OfferRef find_ref_by_uuid(long uuid)
Operation find_ref_by_uuid


create

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