Uses of Class
de.hybris.platform.servicelayer.exceptions.ModelSavingException
Packages that use ModelSavingException
Package
Description
Contains generated models for each type of de.hybris.platform.servicelayer.internal.jalo package.
-
Uses of ModelSavingException in de.hybris.platform.acceleratorservices.email.strategy.impl
Methods in de.hybris.platform.acceleratorservices.email.strategy.impl with parameters of type ModelSavingExceptionModifier and TypeMethodDescriptionprotected EmailAddressModelDefaultEmailAddressFetchStrategy.handleMissingEmailAfterInsertConflict(ModelSavingException e, String emailAddress, String displayName) Tries to fetch the given email address 10 times with 100 ms interval.protected voidDefaultEmailAddressFetchStrategy.logDebugInfo(ModelSavingException e, String message) -
Uses of ModelSavingException in de.hybris.platform.cmsfacades.cmsitems.impl
Methods in de.hybris.platform.cmsfacades.cmsitems.impl with parameters of type ModelSavingExceptionModifier and TypeMethodDescriptionprotected voidDefaultCMSItemFacade.transformValidationException(ModelSavingException error) Parses the ModelSavingException and transforms it into validation error(s). -
Uses of ModelSavingException in de.hybris.platform.servicelayer.exceptions
Methods in de.hybris.platform.servicelayer.exceptions that return ModelSavingExceptionMethods in de.hybris.platform.servicelayer.exceptions with parameters of type ModelSavingExceptionModifier and TypeMethodDescriptionvoidModelSavingException.setNextException(ModelSavingException exception) -
Uses of ModelSavingException in de.hybris.platform.servicelayer.internal.model
Methods in de.hybris.platform.servicelayer.internal.model that throw ModelSavingExceptionModifier and TypeMethodDescriptionModelPersister.persist(Collection<ModelWrapper> wrappers) Saves a given set of models. -
Uses of ModelSavingException in de.hybris.platform.servicelayer.internal.model.impl
Methods in de.hybris.platform.servicelayer.internal.model.impl that throw ModelSavingExceptionModifier and TypeMethodDescriptionDefaultModelPersister.persist(Collection<ModelWrapper> wrappers) ResolvingModelPersister.persist(Collection<ModelWrapper> wrappers) voidvoidDefaultModelService.saveAll()voidvoidDefaultModelService.saveAll(Collection<? extends Object> models) -
Uses of ModelSavingException in de.hybris.platform.servicelayer.model
Methods in de.hybris.platform.servicelayer.model that throw ModelSavingExceptionModifier and TypeMethodDescriptionvoidSaves all attribute values from the model to the wrapped source object or creates a new one if no source is mapped yet.voidMockModelService.saveAll()voidMockModelService.saveAll(Collection<? extends Object> models) voidModelService.saveAll()Saves all modified and new model instances which are attached to the current request context.voidSaves several model model instances at once.voidModelService.saveAll(Collection<? extends Object> models) Saves several model model instances at once. -
Uses of ModelSavingException in de.hybris.platform.task.impl
Methods in de.hybris.platform.task.impl with parameters of type ModelSavingExceptionModifier and TypeMethodDescriptionprotected voidDefaultScheduleAndTriggerStrategy.retryMatchConditionForSchedule(TaskConditionModel cond, PK taskPK, ModelSavingException creationExcpetion)