Uses of Class
com.echothree.util.common.exception.EntityLockException
Packages that use EntityLockException
Package
Description
-
Uses of EntityLockException in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that throw EntityLockExceptionModifier and TypeMethodDescriptionEntityLockControl.getEntityLockTransfer
(UserVisit userVisit, BaseEntity lockTarget) EntityLockControl.getEntityLockTransfer
(UserVisit userVisit, BaseValue<?> lockTarget) boolean
EntityLockControl.isEntityLocked
(BasePK lockTarget, BasePK lockedBy) Tests whether a valid lock is being held on a given entity.boolean
EntityLockControl.isEntityLocked
(BaseEntity lockTarget, BasePK lockedBy) Tests whether a valid lock is being held on a given entity.boolean
EntityLockControl.isEntityLocked
(BaseValue<?> lockTarget, BasePK lockedBy) Tests whether a valid lock is being held on a given entity.long
EntityLockControl.lockEntity
(BasePK lockTarget, BasePK lockedBy) Create a lock on a given entity.long
EntityLockControl.lockEntity
(BaseEntity lockTarget, BasePK lockedBy) Create a lock on a given entity.long
EntityLockControl.lockEntity
(BaseValue<?> lockTarget, BasePK lockedBy) Create a lock on a given entity.boolean
EntityLockControl.lockEntityForUpdate
(BasePK lockTarget, BasePK lockedBy) Converts an existing lock that is held on an entity into one that is no longer time limited.boolean
EntityLockControl.lockEntityForUpdate
(BaseEntity lockTarget, BasePK lockedBy) Converts an existing lock that is held on an entity into one that is no longer time limited.boolean
EntityLockControl.lockEntityForUpdate
(BaseValue<?> lockTarget, BasePK lockedBy) Converts an existing lock that is held on an entity into one that is no longer time limited.boolean
EntityLockControl.unlockEntity
(BasePK lockTarget, BasePK lockedBy) Releases a lock that is being held on a given entity.boolean
EntityLockControl.unlockEntity
(BaseEntity lockTarget, BasePK lockedBy) Releases a lock that is being held on a given entity.boolean
EntityLockControl.unlockEntity
(BaseValue<?> lockTarget, BasePK lockedBy) Releases a lock that is being held on a given entity. -
Uses of EntityLockException in com.echothree.util.server.control
Methods in com.echothree.util.server.control that throw EntityLockExceptionModifier and TypeMethodDescriptionBaseEditCommand.getEntityLockTransfer
(BasePK lockTarget) BaseEditCommand.getEntityLockTransfer
(BaseEntity lockTarget) BaseEditCommand.getEntityLockTransfer
(BaseValue lockTarget) boolean
BaseEditCommand.isEntityLocked
(BasePK lockTarget) boolean
BaseEditCommand.isEntityLocked
(BaseEntity lockTarget) boolean
BaseEditCommand.isEntityLocked
(BaseValue lockTarget) boolean
BaseEditCommand.lockEntity
(BasePK lockTarget) boolean
BaseEditCommand.lockEntity
(BaseEntity lockTarget) boolean
BaseEditCommand.lockEntity
(BaseValue lockTarget) boolean
BaseEditCommand.lockEntityForUpdate
(BasePK lockTarget) boolean
BaseEditCommand.lockEntityForUpdate
(BaseEntity lockTarget) boolean
BaseEditCommand.lockEntityForUpdate
(BaseValue lockTarget) boolean
BaseEditCommand.unlockEntity
(BasePK lockTarget) boolean
BaseEditCommand.unlockEntity
(BaseEntity lockTarget) boolean
BaseEditCommand.unlockEntity
(BaseValue lockTarget)