Interface DeeplinkUrlDao

All Known Implementing Classes:
DeeplinkUrlDaoImpl

public interface DeeplinkUrlDao
The Interface DeeplinkUrlDao. Provides methods for interaction with DB in DeeplinkUrl functionality
Spring Bean ID:
deeplinUrlDao
  • Method Details

    • findDeeplinkUrlModel

      DeeplinkUrlModel findDeeplinkUrlModel(String code)
      Find deeplink url model.
      Parameters:
      code - the code
      Returns:
      the deeplink url model
    • findDeeplinkUrlRules

      List<DeeplinkUrlRuleModel> findDeeplinkUrlRules()
      Find deeplink url rules.
      Returns:
      the list
    • findObject

      Object findObject(String pkString)
      Find object.
      Parameters:
      pkString - the pk string
      Returns:
      the object