Interface SnFieldDao

    • Method Detail

      • findFieldsByIndexType

        java.util.List<SnFieldModel> findFieldsByIndexType​(SnIndexTypeModel indexType)
        Finds the fields for the given index type.
        Parameters:
        indexType - - the index type
        Returns:
        the fieldw
      • findFieldByIndexTypeAndId

        java.util.Optional<SnFieldModel> findFieldByIndexTypeAndId​(SnIndexTypeModel indexType,
                                                                   java.lang.String id)
        Finds the field for the given index type and id.
        Parameters:
        indexType - - the index type
        id - - the id
        Returns:
        the field