Package com.hybris.backoffice.daos
Interface BackofficeThemeConfigDao
- All Known Implementing Classes:
DefaultBackofficeThemeConfigDao
public interface BackofficeThemeConfigDao
DAO to perform
BackofficeThemeConfigModel. service operations.- Spring Bean ID:
- backofficeThemeConfigDao
-
Method Summary
Modifier and TypeMethodDescriptionfindByCode(String code) Finds BackofficeThemeConfigModel for given codefindByCodeAndActive(String code, boolean active) Finds BackofficeThemeConfigModel for given code and active status
-
Method Details
-
findByCode
Finds BackofficeThemeConfigModel for given code- Parameters:
code-- Returns:
BackofficeThemeConfigModelfor given code
-
findByCodeAndActive
Finds BackofficeThemeConfigModel for given code and active status- Parameters:
code-active-- Returns:
BackofficeThemeConfigModelfor given code
-