Interface PresetProvider

All Known Implementing Classes:
PresetProviderImpl

public interface PresetProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    getProperty(String seriesID, String propertyName)
    Gets a preset property first from the series, then from the organization
  • Method Details

    • getProperty

      String getProperty(String seriesID, String propertyName) throws NotFoundException
      Gets a preset property first from the series, then from the organization
      Parameters:
      seriesID - The series to look for the property.
      propertyName - The property's key value to look for.
      Returns:
      The property's value
      Throws:
      NotFoundException - Thrown if the property can't be found in the series or organization's property collection.