Uses of Class
com.broadleafcommerce.subscription.domain.LockStatus
Packages that use LockStatus
Package
Description
-
Uses of LockStatus in com.broadleafcommerce.subscription.domain
Methods in com.broadleafcommerce.subscription.domain that return LockStatus -
Uses of LockStatus in com.broadleafcommerce.subscription.service
Methods in com.broadleafcommerce.subscription.service that return LockStatusModifier and TypeMethodDescriptionReleases all locks on the subscription, including all child locks.SubscriptionLockService.createToken(String subscriptionId, String childIdentifier) Creates a child lock on the subscription's existing lock.default LockStatusSubscriptionLockService.lockSubscription(@NonNull String subscriptionId, @NonNull List<String> reservationList) Attempts to apply a lock to theSubscriptionidentified by id, including child locks identified by values in thereservationList.SubscriptionLockService.lockSubscription(SubscriptionLockRequest subscriptionLockRequest) Attempts to apply a lock to theSubscriptionidentified bySubscriptionLockRequest.getSubscriptionId()SubscriptionLockService.unlockToken(String subscriptionId, String token, boolean propagate) Releases a specific child lock on the subscription -
Uses of LockStatus in com.broadleafcommerce.subscription.service.impl
Methods in com.broadleafcommerce.subscription.service.impl that return LockStatusModifier and TypeMethodDescriptionDefaultSubscriptionLockService.createToken(@NonNull String subscriptionId, String childIdentifier) DefaultSubscriptionLockService.lockSubscription(@NonNull SubscriptionLockRequest request) DefaultSubscriptionLockService.unlockToken(@NonNull String subscriptionId, @NonNull String token, boolean propagate) -
Uses of LockStatus in com.broadleafcommerce.subscription.web.endpoint
Methods in com.broadleafcommerce.subscription.web.endpoint that return LockStatusModifier and TypeMethodDescriptionForcefully clear a lock on a subscription.LockEndpoint.createToken(String subscriptionId, String childIdentifier) Create a child lock on a subscription.LockEndpoint.lockSubscription(String subscriptionId, Integer reservationCount, List<String> reservationList, Long duration) Attempt to create a lock on a subscription.LockEndpoint.unlockToken(String subscriptionId, String token, boolean propagate) Unlock a child lock on a subscription.