public class PrePersistenceRequest extends Object
RecordParseResult.getMainRequest()
.Modifier and Type | Field and Description |
---|---|
protected String |
foreignKeyProperty
What the result of this persistence request should drive in the main request
|
protected String |
foreignKeyResultProperty
What property should be pulled out of the
PersistenceResponse after executing this request to set to {@link f |
protected org.broadleafcommerce.openadmin.server.domain.PersistencePackageRequest |
request |
Constructor and Description |
---|
PrePersistenceRequest(String foreignKeyProperty,
String foreignKeyResultProperty,
org.broadleafcommerce.openadmin.server.domain.PersistencePackageRequest request) |
Modifier and Type | Method and Description |
---|---|
String |
getForeignKeyProperty() |
String |
getForeignKeyResultProperty() |
org.broadleafcommerce.openadmin.server.domain.PersistencePackageRequest |
getRequest() |
protected String foreignKeyProperty
protected String foreignKeyResultProperty
PersistenceResponse
after executing this request to set to {@link fprotected org.broadleafcommerce.openadmin.server.domain.PersistencePackageRequest request
Copyright © 2020. All rights reserved.