@Component(value="blProductParentCategoryFieldPersistenceProvider") @Scope(value="prototype") public class ProductParentCategoryFieldPersistenceProvider extends FieldPersistenceProviderAdapter
| Modifier and Type | Field and Description |
|---|---|
protected ProductParentCategoryFieldPersistenceProviderExtensionManager |
extensionManager |
| Constructor and Description |
|---|
ProductParentCategoryFieldPersistenceProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canHandleExtraction(ExtractValueRequest extractValueRequest,
Property property) |
protected boolean |
canHandlePersistence(PopulateValueRequest populateValueRequest,
Serializable instance) |
protected boolean |
checkDirtyState(Product instance,
Long checkValue) |
FieldProviderResponse |
extractValue(ExtractValueRequest extractValueRequest,
Property property) |
protected Category |
getDefaultCategory(Product product) |
int |
getOrder() |
FieldProviderResponse |
populateValue(PopulateValueRequest populateValueRequest,
Serializable instance) |
addSearchMapping, checkDirtyState, filterProperties, setNonDisplayableValuesalwaysRun, buildFieldInfo, getListFieldType, getMapFieldTypeprotected ProductParentCategoryFieldPersistenceProviderExtensionManager extensionManager
public ProductParentCategoryFieldPersistenceProvider()
public FieldProviderResponse populateValue(PopulateValueRequest populateValueRequest, Serializable instance)
populateValue in interface FieldPersistenceProviderpopulateValue in class FieldPersistenceProviderAdapterpublic FieldProviderResponse extractValue(ExtractValueRequest extractValueRequest, Property property)
extractValue in interface FieldPersistenceProviderextractValue in class FieldPersistenceProviderAdapterprotected boolean canHandlePersistence(PopulateValueRequest populateValueRequest, Serializable instance)
protected boolean canHandleExtraction(ExtractValueRequest extractValueRequest, Property property)
public int getOrder()
getOrder in interface org.springframework.core.OrderedgetOrder in class FieldPersistenceProviderAdapterCopyright © 2016. All rights reserved.