Uses of Class
de.hybris.platform.integration.commons.model.OndemandBaseStorePreferenceModel
-
Packages that use OndemandBaseStorePreferenceModel Package Description de.hybris.platform.integration.commons.services de.hybris.platform.integration.commons.services.impl de.hybris.platform.store Contains generated models for each type of de.hybris.platform.store package. -
-
Uses of OndemandBaseStorePreferenceModel in de.hybris.platform.integration.commons.services
Methods in de.hybris.platform.integration.commons.services that return OndemandBaseStorePreferenceModel Modifier and Type Method Description OndemandBaseStorePreferenceModelOndemandPreferenceSelectorService. getCurrentOndemandPreference()Retrieve the currentOndemandBaseStorePreferenceModel, for the current tenant if available.OndemandBaseStorePreferenceModelOndemandPreferenceSelectorService. getOndemandTenantPreferenceForStore(BaseStoreModel baseStore)Retreive OnDemandTenantPreferenceForStore for a given base storeMethods in de.hybris.platform.integration.commons.services that return types with arguments of type OndemandBaseStorePreferenceModel Modifier and Type Method Description java.util.List<OndemandBaseStorePreferenceModel>OndemandPreferenceSelectorService. getAllOndemandPreferences()Retrieve allOndemandBaseStorePreferenceModel, for the current tenant. -
Uses of OndemandBaseStorePreferenceModel in de.hybris.platform.integration.commons.services.impl
Methods in de.hybris.platform.integration.commons.services.impl that return OndemandBaseStorePreferenceModel Modifier and Type Method Description OndemandBaseStorePreferenceModelDefaultOndemandPreferenceSelectorService. getCurrentOndemandPreference()OndemandBaseStorePreferenceModelDefaultOndemandPreferenceSelectorService. getOndemandTenantPreferenceForStore(BaseStoreModel baseStore)Methods in de.hybris.platform.integration.commons.services.impl that return types with arguments of type OndemandBaseStorePreferenceModel Modifier and Type Method Description java.util.List<OndemandBaseStorePreferenceModel>DefaultOndemandPreferenceSelectorService. getAllOndemandPreferences() -
Uses of OndemandBaseStorePreferenceModel in de.hybris.platform.store
Methods in de.hybris.platform.store that return types with arguments of type OndemandBaseStorePreferenceModel Modifier and Type Method Description java.util.List<OndemandBaseStorePreferenceModel>BaseStoreModel. getOndemandBaseStorePreferences()Generated method - Getter of theBaseStore.ondemandBaseStorePreferencesattribute defined at extensionondemandcommon.Method parameters in de.hybris.platform.store with type arguments of type OndemandBaseStorePreferenceModel Modifier and Type Method Description voidBaseStoreModel. setOndemandBaseStorePreferences(java.util.List<OndemandBaseStorePreferenceModel> value)Generated method - Setter ofBaseStore.ondemandBaseStorePreferencesattribute defined at extensionondemandcommon.
-