Interface RemovableData

    • Method Detail

      • getRemovedBy

        Integer getRemovedBy()
        Get the ID of the user that removed this item.
        Returns:
        The ID of a user or null if the item is not removed
        Since:
        3.7
        Hibernate: property
        column="`removed_by`" type="int" not-null="false"
      • setRemovedBy

        void setRemovedBy​(Integer userId)
        Set the ID of the user that removed this item or null to restore the item.
        Since:
        3.7