Class ADLockAbleHelper


  • public abstract class ADLockAbleHelper
    extends java.lang.Object
    Elements which can be locked by a user.
    See Also:
    ADLockAble
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void lock​(SrvContext srvCtx, java.util.List<? extends ADLockAble> sel)
      Creates a lock for the current object.
      static void unlock​(SrvContext srvCtx, java.util.List<? extends ADLockAble> sel)
      Deletes the lock for the current object.
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait