Package org.cyclos.services.marketplace
Interface InternalOrderService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidacceptByBuyer(AcceptOrderParams params)Accepts an order in pending buyer statevoidacceptBySeller(AcceptOrderParams params)Accepts an order in pending seller state
-
-
-
Method Detail
-
acceptByBuyer
void acceptByBuyer(AcceptOrderParams params) throws FrameworkException
Accepts an order in pending buyer state- Throws:
FrameworkException
-
acceptBySeller
void acceptBySeller(AcceptOrderParams params) throws FrameworkException
Accepts an order in pending seller state- Throws:
FrameworkException
-
-