Interface FactorValueDeletion

  • All Known Implementing Classes:
    FactorValueDeletionImpl

    public interface FactorValueDeletion
    This interface needed to be extracted for factor value deletions in order to be able to make the methods transactional
    Author:
    tvrossum
    • Method Detail

      • deleteFactorValues

        @Transactional
        void deleteFactorValues​(Collection<Long> factorValueIds)