org.openorb.trader.persistence

Interface OfferHomeOperations

public interface OfferHomeOperations extends StorageHomeBaseOperations

Offer home description
Method Summary
Offercreate(long uuid, Object reference, String type, Property[] properties)
Operation create
Offerfind_by_uuid(long uuid)
Operation find_by_uuid
OfferReffind_ref_by_uuid(long uuid)
Operation find_ref_by_uuid

Method Detail

create

public Offer create(long uuid, Object reference, String type, Property[] properties)
Operation create

find_by_uuid

public Offer find_by_uuid(long uuid)
Operation find_by_uuid

find_ref_by_uuid

public OfferRef find_ref_by_uuid(long uuid)
Operation find_ref_by_uuid