Class DefaultKeywordService

    • Constructor Detail

      • DefaultKeywordService

        public DefaultKeywordService()
    • Method Detail

      • getKeyword

        public KeywordModel getKeyword​(CatalogVersionModel catalogVersion,
                                       java.lang.String keywordValue)
        Description copied from interface: KeywordService
        Returns the Keyword for the specified keyword value and CatalogVersion.
        Specified by:
        getKeyword in interface KeywordService
        Parameters:
        catalogVersion - The CatalogVersion the Keyword belongs to.
        keywordValue - The value of the searched Keyword.
        Returns:
        The matching Keyword.
      • getKeyword

        public KeywordModel getKeyword​(java.lang.String typeCode,
                                       CatalogVersionModel catalogVersion,
                                       java.lang.String keywordValue)
        Description copied from interface: KeywordService
        Returns the Keyword for the specified keyword value and CatalogVersion.
        Specified by:
        getKeyword in interface KeywordService
        Parameters:
        typeCode - The code of type (or subtype) of keyword to allow to search for subclasses
        catalogVersion - The CatalogVersion the Keyword belongs to.
        keywordValue - The value of the searched Keyword.
        Returns:
        The matching Keyword.
      • setKeywordDao

        public void setKeywordDao​(KeywordDao keywordDao)