Interface XmlDataCollectionConfigDao

    • Method Detail

      • getDataCollectionByName

        XmlDataCollection getDataCollectionByName​(java.lang.String name)
        Gets the data collection by name.
        Parameters:
        name - the collection name
        Returns:
        the data collection by name
      • getDataCollectionByIndex

        XmlDataCollection getDataCollectionByIndex​(int idx)
        Gets the data collection by index.
        Parameters:
        idx - the collection index
        Returns:
        the data collection by index