org.openorb.trader.persistence
Interface ProxyOfferHomeOperations

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

public interface ProxyOfferHomeOperations
extends org.omg.CosPersistentState.StorageHomeBaseOperations

ProxyOffer home description


Method Summary
 ProxyOffer create(long uuid, Lookup lookup, java.lang.String type, Property[] properties, boolean if_match_all, java.lang.String recipe, Policy[] policies_to_pass_on)
          Operation create
 ProxyOffer find_by_uuid(long uuid)
          Operation find_by_uuid
 ProxyOfferRef 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

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

Throws:
org.omg.CosPersistentState.NotFound

find_ref_by_uuid

ProxyOfferRef find_ref_by_uuid(long uuid)
Operation find_ref_by_uuid


create

ProxyOffer create(long uuid,
                  Lookup lookup,
                  java.lang.String type,
                  Property[] properties,
                  boolean if_match_all,
                  java.lang.String recipe,
                  Policy[] policies_to_pass_on)
Operation create