Interface FactorValueDao

    • Method Detail

      • findByValue

        @Deprecated
        Collection<FactorValue> findByValue​(String valuePrefix)
        Deprecated.
        Locate based on string value of the value.
        Parameters:
        valuePrefix - value prefix
        Returns:
        collection of factor values
      • loadWithOldStyleCharacteristics

        @Deprecated
        FactorValue loadWithOldStyleCharacteristics​(Long id,
                                                    boolean readOnly)
        Deprecated.
      • loadIdsWithNumberOfOldStyleCharacteristics

        @Deprecated
        Map<Long,​Integer> loadIdsWithNumberOfOldStyleCharacteristics​(Set<Long> excludedIds)
        Deprecated.
        Load all the factor values IDs with their number of old-style characteristics.
        Parameters:
        excludedIds - list of excluded IDs
      • updateIgnoreAcl

        @Deprecated
        void updateIgnoreAcl​(FactorValue fv)
        Deprecated.
        do not use this, it is only a workaround to make FV migration faster
        Update a FactorValue without involving ACL advice.