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) booleanEntityLockControl.isEntityLocked(BasePK lockTarget, BasePK lockedBy) Tests whether a valid lock is being held on a given entity.booleanEntityLockControl.isEntityLocked(BaseEntity lockTarget, BasePK lockedBy) Tests whether a valid lock is being held on a given entity.booleanEntityLockControl.isEntityLocked(BaseValue<?> lockTarget, BasePK lockedBy) Tests whether a valid lock is being held on a given entity.longEntityLockControl.lockEntity(BasePK lockTarget, BasePK lockedBy) Create a lock on a given entity.longEntityLockControl.lockEntity(BaseEntity lockTarget, BasePK lockedBy) Create a lock on a given entity.longEntityLockControl.lockEntity(BaseValue<?> lockTarget, BasePK lockedBy) Create a lock on a given entity.booleanEntityLockControl.lockEntityForUpdate(BasePK lockTarget, BasePK lockedBy) Converts an existing lock that is held on an entity into one that is no longer time limited.booleanEntityLockControl.lockEntityForUpdate(BaseEntity lockTarget, BasePK lockedBy) Converts an existing lock that is held on an entity into one that is no longer time limited.booleanEntityLockControl.lockEntityForUpdate(BaseValue<?> lockTarget, BasePK lockedBy) Converts an existing lock that is held on an entity into one that is no longer time limited.booleanEntityLockControl.unlockEntity(BasePK lockTarget, BasePK lockedBy) Releases a lock that is being held on a given entity.booleanEntityLockControl.unlockEntity(BaseEntity lockTarget, BasePK lockedBy) Releases a lock that is being held on a given entity.booleanEntityLockControl.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) booleanBaseEditCommand.isEntityLocked(BasePK lockTarget) booleanBaseEditCommand.isEntityLocked(BaseEntity lockTarget) booleanBaseEditCommand.isEntityLocked(BaseValue lockTarget) booleanBaseEditCommand.lockEntity(BasePK lockTarget) booleanBaseEditCommand.lockEntity(BaseEntity lockTarget) booleanBaseEditCommand.lockEntity(BaseValue lockTarget) booleanBaseEditCommand.lockEntityForUpdate(BasePK lockTarget) booleanBaseEditCommand.lockEntityForUpdate(BaseEntity lockTarget) booleanBaseEditCommand.lockEntityForUpdate(BaseValue lockTarget) booleanBaseEditCommand.unlockEntity(BasePK lockTarget) booleanBaseEditCommand.unlockEntity(BaseEntity lockTarget) booleanBaseEditCommand.unlockEntity(BaseValue lockTarget)