Interface EnvironmentCustomConfigDao

    • Method Detail

      • findById

        @Nullable
        @Nullable EnvironmentCustomConfig findById​(long environmentId)
        Gets specific Environment custom configuration by environment ID.
        Parameters:
        environmentId - ID of the environment your looking for.
        Returns:
        EnvironmentCustomConfig with given environment id or null if one with that ID could not be found.
      • findAll

        @NotNull
        @NotNull List<EnvironmentCustomConfig> findAll​(int firstResult,
                                                       int maxResults)
        Get paginated list of all custom configurations.
        Since:
        7.1
      • getCount

        long getCount()
        Count all custom configurations.
        Since:
        7.1