Class ELDeleteAbleHelper


  • public abstract class ELDeleteAbleHelper
    extends java.lang.Object
    A DeleteAble instance provides a preview of instances which are deleted as a side effect of the deletion of this instance.
    See Also:
    ELDeleteAble
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void delete​(SrvContext srvCtx, java.util.List<? extends ELDeleteAble> seqSel)
      Deletes the specified elements.
      static <T extends ELElement>
      java.util.List<T>
      getDeleteListAll​(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELDeleteAble> seqSel)
      Evaluates the delete control list.
      • Methods inherited from class java.lang.Object

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