Class DeeplinkUrlDaoImpl

  • All Implemented Interfaces:
    DeeplinkUrlDao

    public class DeeplinkUrlDaoImpl
    extends java.lang.Object
    implements DeeplinkUrlDao
    The Class DeeplinkUrlDaoImpl. Default implementation of DeeplinkUrlDao
    Spring Bean ID:
    deeplinUrlDao
    • Constructor Detail

      • DeeplinkUrlDaoImpl

        public DeeplinkUrlDaoImpl()
    • Method Detail

      • findObject

        public java.lang.Object findObject​(java.lang.String pkString)
        Description copied from interface: DeeplinkUrlDao
        Find object.
        Specified by:
        findObject in interface DeeplinkUrlDao
        Parameters:
        pkString - the pk string
        Returns:
        the object
      • sanitize

        protected static java.lang.String sanitize​(java.lang.String input)
      • getModelService

        public ModelService getModelService()
        Gets the model service.
        Returns:
        the modelService
      • getSearchService

        public FlexibleSearchService getSearchService()
        Gets the search service.
        Returns:
        the searchService
      • setModelService

        public void setModelService​(ModelService modelService)
        Sets the model service.
        Parameters:
        modelService - the modelService to set
      • setSearchService

        public void setSearchService​(FlexibleSearchService searchService)
        Sets the search service.
        Parameters:
        searchService - the searchService to set