Uses of Class
de.hybris.platform.smarteditwebservices.model.SmarteditConfigurationModel
Packages that use SmarteditConfigurationModel
Package
Description
-
Uses of SmarteditConfigurationModel in de.hybris.platform.smarteditwebservices.configuration
Methods in de.hybris.platform.smarteditwebservices.configuration that return SmarteditConfigurationModelModifier and TypeMethodDescriptionstatic SmarteditConfigurationModelSmarteditConfigurationModelFactory.modelBuilder(String key, String value) static SmarteditConfigurationModelSmarteditConfigurationModelFactory.modelBuilder(String id, String key, String value) -
Uses of SmarteditConfigurationModel in de.hybris.platform.smarteditwebservices.configuration.dao
Methods in de.hybris.platform.smarteditwebservices.configuration.dao that return SmarteditConfigurationModelMethods in de.hybris.platform.smarteditwebservices.configuration.dao that return types with arguments of type SmarteditConfigurationModelModifier and TypeMethodDescriptionSmarteditConfigurationDao.loadAll()Loads all configurations persisted -
Uses of SmarteditConfigurationModel in de.hybris.platform.smarteditwebservices.configuration.dao.impl
Methods in de.hybris.platform.smarteditwebservices.configuration.dao.impl that return SmarteditConfigurationModelModifier and TypeMethodDescriptionMethods in de.hybris.platform.smarteditwebservices.configuration.dao.impl that return types with arguments of type SmarteditConfigurationModel -
Uses of SmarteditConfigurationModel in de.hybris.platform.smarteditwebservices.configuration.facade.impl
Methods in de.hybris.platform.smarteditwebservices.configuration.facade.impl that return types with arguments of type SmarteditConfigurationModelModifier and TypeMethodDescriptionDefaultSmarteditConfigurationFacade.getConfigurationDataToModelConverter()DefaultSmarteditConfigurationFacade.getConfigurationModelToDataConverter()Methods in de.hybris.platform.smarteditwebservices.configuration.facade.impl with parameters of type SmarteditConfigurationModelModifier and TypeMethodDescriptionprotected ConfigurationDataDefaultSmarteditConfigurationFacadeTest.buildConfiguraitonData(SmarteditConfigurationModel configurationModel) Method parameters in de.hybris.platform.smarteditwebservices.configuration.facade.impl with type arguments of type SmarteditConfigurationModelModifier and TypeMethodDescriptionvoidDefaultSmarteditConfigurationFacade.setConfigurationDataToModelConverter(AbstractPopulatingConverter<ConfigurationData, SmarteditConfigurationModel> configurationDataToModelConverter) voidDefaultSmarteditConfigurationFacade.setConfigurationModelToDataConverter(AbstractPopulatingConverter<SmarteditConfigurationModel, ConfigurationData> configurationModelToDataConverter) -
Uses of SmarteditConfigurationModel in de.hybris.platform.smarteditwebservices.configuration.populator
Methods in de.hybris.platform.smarteditwebservices.configuration.populator with parameters of type SmarteditConfigurationModelModifier and TypeMethodDescriptionvoidSmarteditConfigurationDataToModelPopulator.populate(ConfigurationData source, SmarteditConfigurationModel target) voidSmarteditConfigurationModelToDataPopulator.populate(SmarteditConfigurationModel source, ConfigurationData target) -
Uses of SmarteditConfigurationModel in de.hybris.platform.smarteditwebservices.configuration.service
Methods in de.hybris.platform.smarteditwebservices.configuration.service that return SmarteditConfigurationModelModifier and TypeMethodDescriptionSmarteditConfigurationService.create(SmarteditConfigurationModel configurationModel) Create a new configuration modelFinds a configuration data bean by its unique identifierSmarteditConfigurationService.update(String uid, SmarteditConfigurationModel configurationModel) Updates the configuration model represented by the uidMethods in de.hybris.platform.smarteditwebservices.configuration.service that return types with arguments of type SmarteditConfigurationModelModifier and TypeMethodDescriptionSmarteditConfigurationService.findAll()Finds all ConfigurationData stores in the data store.Methods in de.hybris.platform.smarteditwebservices.configuration.service with parameters of type SmarteditConfigurationModelModifier and TypeMethodDescriptionSmarteditConfigurationService.create(SmarteditConfigurationModel configurationModel) Create a new configuration modelSmarteditConfigurationService.update(String uid, SmarteditConfigurationModel configurationModel) Updates the configuration model represented by the uid -
Uses of SmarteditConfigurationModel in de.hybris.platform.smarteditwebservices.configuration.service.impl
Methods in de.hybris.platform.smarteditwebservices.configuration.service.impl that return SmarteditConfigurationModelModifier and TypeMethodDescriptionDefaultSmarteditConfigurationService.create(SmarteditConfigurationModel configurationModel) DefaultSmarteditConfigurationService.update(String uid, SmarteditConfigurationModel configurationModel) Methods in de.hybris.platform.smarteditwebservices.configuration.service.impl that return types with arguments of type SmarteditConfigurationModelMethods in de.hybris.platform.smarteditwebservices.configuration.service.impl with parameters of type SmarteditConfigurationModelModifier and TypeMethodDescriptionDefaultSmarteditConfigurationService.create(SmarteditConfigurationModel configurationModel) DefaultSmarteditConfigurationService.update(String uid, SmarteditConfigurationModel configurationModel)