Uses of Enum Class
org.broadleafcommerce.common.extension.ResultType
Packages that use ResultType
Package
Description
-
Uses of ResultType in org.broadleafcommerce.common.extension
Methods in org.broadleafcommerce.common.extension that return ResultTypeModifier and TypeMethodDescriptionstatic ResultTypeReturns the enum constant of this class with the specified name.static ResultType[]ResultType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.broadleafcommerce.common.extension with parameters of type ResultTypeModifier and TypeMethodDescriptionSparselyPopulatedQueryExtensionHandler.breakdown(Class<?> type, ResultType resultType) Perform any breakdown operations.SparselyPopulatedQueryExtensionHandler.getCacheKey(Object testObject, String qualifier, ResultType resultType, ExtensionResultHolder<String> response) Build the cache key to be used for either the STANDARD or TEMPLATE style cache, driven by the resultType.SparselyPopulatedQueryExtensionHandler.getCacheKey(String qualifier, ResultType resultType, ExtensionResultHolder<String> response) Build the cache key to be used for either the STANDARD or TEMPLATE style cache, driven by the resultType.SparselyPopulatedQueryExtensionHandler.getCacheKeys(String qualifier, ResultType resultType, ExtensionResultHolder<List<String>> response) Build the cache keys to be used for either the STANDARD or TEMPLATE style cache, driven by the resultType.SparselyPopulatedQueryExtensionHandler.refineOrder(Class<?> type, ResultType resultType, jakarta.persistence.criteria.CriteriaBuilder builder, jakarta.persistence.criteria.CriteriaQuery criteria, jakarta.persistence.criteria.Root root, List<jakarta.persistence.criteria.Order> sorts) Add sorting to the fetch querySparselyPopulatedQueryExtensionHandler.refineParameterRetrieve(Class<?> type, ResultType resultType, jakarta.persistence.criteria.CriteriaBuilder builder, jakarta.persistence.criteria.CriteriaQuery criteria, jakarta.persistence.criteria.Root root, List<jakarta.persistence.criteria.Predicate> restrictions) Add additional restrictions to the fetch query.SparselyPopulatedQueryExtensionHandler.refineQuery(Class<?> type, ResultType resultType, jakarta.persistence.TypedQuery query) Finish the query - possibly setting parametersSparselyPopulatedQueryExtensionHandler.refineResults(Class<?> type, ResultType resultType, List queryResults, ExtensionResultHolder<List> response) Filter the results from the database in JavaSparselyPopulatedQueryExtensionHandler.refineRetrieve(Class<?> type, ResultType resultType, jakarta.persistence.criteria.CriteriaBuilder builder, jakarta.persistence.criteria.CriteriaQuery criteria, jakarta.persistence.criteria.Root root, List<jakarta.persistence.criteria.Predicate> restrictions) Add additional restrictions to the fetch querySparselyPopulatedQueryExtensionHandler.setup(Class<?> type, ResultType resultType) Perform any setup operations.Method parameters in org.broadleafcommerce.common.extension with type arguments of type ResultTypeModifier and TypeMethodDescriptionSparselyPopulatedQueryExtensionHandler.getResultType(Object testObject, ExtensionResultHolder<ResultType> response) By examining the multitenant information related to a test object, return whether the object is related to a standard site, or a template profile or catalog, if applicable. -
Uses of ResultType in org.broadleafcommerce.common.i18n.dao
Methods in org.broadleafcommerce.common.i18n.dao with parameters of type ResultTypeModifier and TypeMethodDescriptionTranslationDao.countTranslationEntries(TranslatedEntity entityType, ResultType stage) Count the number of translations for the given params.TranslationDaoImpl.countTranslationEntries(TranslatedEntity entityType, ResultType stage) TranslationDao.readAllTranslationEntries(TranslatedEntity entityType, ResultType stage) Read all the available translations for the given params.TranslationDao.readAllTranslationEntries(TranslatedEntity entityType, ResultType stage, List<String> entityIds) Read all the available translations for the given params.TranslationDaoImpl.readAllTranslationEntries(TranslatedEntity entityType, ResultType stage) TranslationDaoImpl.readAllTranslationEntries(TranslatedEntity entityType, ResultType stage, List<String> entityIds) TranslationDao.readConvertedTranslationEntries(TranslatedEntity entityType, ResultType stage) Read all translation entries (seeTranslationDao.readAllTranslationEntries(org.broadleafcommerce.common.i18n.domain.TranslatedEntity, org.broadleafcommerce.common.extension.ResultType)), and convert those results into a list ofStandardCacheIteminstances.TranslationDaoImpl.readConvertedTranslationEntries(TranslatedEntity entityType, ResultType stage) TranslationDao.readTranslation(TranslatedEntity entityType, String entityId, String fieldName, String localeCode, String localeCountryCode, ResultType stage) Read a specific translation for the given params.TranslationDaoImpl.readTranslation(TranslatedEntity entityType, String entityId, String fieldName, String localeCode, String localeCountryCode, ResultType stage) -
Uses of ResultType in org.broadleafcommerce.common.i18n.service
Methods in org.broadleafcommerce.common.i18n.service with parameters of type ResultTypeModifier and TypeMethodDescriptionTranslationService.findAllTranslationEntries(TranslatedEntity translatedEntity, ResultType standard, List<String> entityIds) Find all the available translations for the given params.TranslationServiceImpl.findAllTranslationEntries(TranslatedEntity translatedEntity, ResultType standard, List<String> entityIds) TranslationServiceImpl.getCacheKey(ResultType resultType, TranslatedEntity entityType) TranslationSupport.getCacheKey(ResultType resultType, TranslatedEntity entityType) Build a cache key