| Package | Description | 
|---|---|
| org.broadleafcommerce.openadmin.server.service | |
| org.broadleafcommerce.openadmin.server.service.persistence.module | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AdminEntityServiceImpl. ensureEntityMarkedAsValidationFailure(ValidationException e,
                                     PersistencePackageRequest originalRequest)
 Should be invoked when a  ValidationExceptionis thrown to verify that theEntitycontained within the
 given originalRequest has a validationFailure = true | 
| Modifier and Type | Method and Description | 
|---|---|
| Serializable | BasicPersistenceModule. createPopulatedInstance(Serializable instance,
                       Entity entity,
                       Map<String,FieldMetadata> unfilteredProperties,
                       Boolean setId) | 
| Serializable | RecordHelper. createPopulatedInstance(Serializable instance,
                       Entity entity,
                       Map<String,FieldMetadata> unfilteredProperties,
                       Boolean setId)Delegates to the overloaded method with validateUnsubmittedProperties set to true. | 
| Serializable | BasicPersistenceModule. createPopulatedInstance(Serializable instance,
                       Entity entity,
                       Map<String,FieldMetadata> unfilteredProperties,
                       Boolean setId,
                       Boolean validateUnsubmittedProperties) | 
| Serializable | RecordHelper. createPopulatedInstance(Serializable instance,
                       Entity entity,
                       Map<String,FieldMetadata> mergedProperties,
                       Boolean setId,
                       Boolean validateUnsubmittedProperties)Populates a Hibernate entity instance based on the values from entity (the DTO representation of
 instance) and the metadata from mergedProperties. | 
Copyright © 2020. All rights reserved.