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
| Methods inherited from interface org.omg.CosPersistentState.StorageHomeBaseOperations |
find_by_short_pid, get_catalog |
find_by_uuid
public ProxyOffer find_by_uuid(long uuid)
throws org.omg.CosPersistentState.NotFound
- Operation find_by_uuid
find_ref_by_uuid
public ProxyOfferRef find_ref_by_uuid(long uuid)
- Operation find_ref_by_uuid
create
public 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