Package | Description |
---|---|
com.neurosys.ecom.strategy.service |
Modifier and Type | Method and Description |
---|---|
LockStrategy.Lock |
LockStrategy.lockUnitsForUser(P product,
U user,
String sessionId,
Number units)
During the purchase process allow the ability to lock away certain
units for a User.
|
void |
DefaultLockStrategy.unlock(Collection<LockStrategy.Lock> locks) |
void |
LockStrategy.unlock(Collection<LockStrategy.Lock> locks)
If a transaction was abandoned, not completed or forced out
then one can unlock it.
|
void |
DefaultLockStrategy.unlock(LockStrategy.Lock lock) |
void |
LockStrategy.unlock(LockStrategy.Lock lock)
If a transaction was abandoned, not completed or forced out
then one can unlock it.
|
Copyright © 2018. All rights reserved.