Uses of Class
de.hybris.platform.servicelayer.exceptions.ModelSavingException
-
Packages that use ModelSavingException Package Description de.hybris.platform.acceleratorservices.email.strategy.impl de.hybris.platform.cmsfacades.cmsitems.impl de.hybris.platform.servicelayer.exceptions de.hybris.platform.servicelayer.internal.model Contains generated models for each type of de.hybris.platform.servicelayer.internal.jalo package.de.hybris.platform.servicelayer.internal.model.impl de.hybris.platform.servicelayer.model de.hybris.platform.task.impl -
-
Uses of ModelSavingException in de.hybris.platform.acceleratorservices.email.strategy.impl
Methods in de.hybris.platform.acceleratorservices.email.strategy.impl with parameters of type ModelSavingException Modifier and Type Method Description protected EmailAddressModelDefaultEmailAddressFetchStrategy. handleMissingEmailAfterInsertConflict(ModelSavingException e, java.lang.String emailAddress, java.lang.String displayName)Tries to fetch the given email address 10 times with 10 ms interval.protected voidDefaultEmailAddressFetchStrategy. logDebugInfo(ModelSavingException e, java.lang.String message) -
Uses of ModelSavingException in de.hybris.platform.cmsfacades.cmsitems.impl
Methods in de.hybris.platform.cmsfacades.cmsitems.impl with parameters of type ModelSavingException Modifier and Type Method Description protected 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 ModelSavingException Modifier and Type Method Description ModelSavingExceptionModelSavingException. getNextException()Methods in de.hybris.platform.servicelayer.exceptions with parameters of type ModelSavingException Modifier and Type Method Description voidModelSavingException. setNextException(ModelSavingException exception) -
Uses of ModelSavingException in de.hybris.platform.servicelayer.internal.model
Methods in de.hybris.platform.servicelayer.internal.model that throw ModelSavingException Modifier and Type Method Description java.util.Collection<ModelWrapper>ModelPersister. persist(java.util.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 ModelSavingException Modifier and Type Method Description java.util.Collection<ModelWrapper>DefaultModelPersister. persist(java.util.Collection<ModelWrapper> wrappers)java.util.Collection<ModelWrapper>ResolvingModelPersister. persist(java.util.Collection<ModelWrapper> wrappers)voidAbstractModelService. saveAll(java.lang.Object... models)voidDefaultModelService. saveAll()voidDefaultModelService. saveAll(java.lang.Object... models)voidDefaultModelService. saveAll(java.util.Collection<? extends java.lang.Object> models) -
Uses of ModelSavingException in de.hybris.platform.servicelayer.model
Methods in de.hybris.platform.servicelayer.model that throw ModelSavingException Modifier and Type Method Description voidModelService. save(java.lang.Object model)Saves 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(java.util.Collection<? extends java.lang.Object> models)voidModelService. saveAll()Saves all modified and new model instances which are attached to the current request context.voidModelService. saveAll(java.lang.Object... models)Saves several model model instances at once.voidModelService. saveAll(java.util.Collection<? extends java.lang.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 ModelSavingException Modifier and Type Method Description protected voidDefaultScheduleAndTriggerStrategy. retryMatchConditionForSchedule(TaskConditionModel cond, PK taskPK, ModelSavingException creationExcpetion)
-