Uses of Class
de.hybris.platform.processengine.model.BackofficeThemeConfigModel
Packages that use BackofficeThemeConfigModel
-
Uses of BackofficeThemeConfigModel in com.hybris.backoffice.daos
Methods in com.hybris.backoffice.daos that return types with arguments of type BackofficeThemeConfigModelModifier and TypeMethodDescriptionBackofficeThemeConfigDao.findByCode(String code) Finds BackofficeThemeConfigModel for given codeBackofficeThemeConfigDao.findByCodeAndActive(String code, boolean active) Finds BackofficeThemeConfigModel for given code and active status -
Uses of BackofficeThemeConfigModel in com.hybris.backoffice.daos.impl
Methods in com.hybris.backoffice.daos.impl that return types with arguments of type BackofficeThemeConfigModelModifier and TypeMethodDescriptionDefaultBackofficeThemeConfigDao.findByCode(String code) DefaultBackofficeThemeConfigDao.findByCodeAndActive(String code, boolean active)