public class OfferPresenterExtractor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected OfferPresenter |
presenter |
protected StateManager |
stateManager |
| Constructor and Description |
|---|
OfferPresenterExtractor(OfferPresenter presenter) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyData(com.smartgwt.client.data.Record selectedRecord) |
protected void |
extractCustomerData(com.smartgwt.client.data.Record selectedRecord,
Map<String,Object> dirtyValues) |
protected void |
extractFulfillmentGroupData(com.smartgwt.client.data.Record selectedRecord,
String type,
Map<String,Object> dirtyValues) |
protected void |
extractOrderData(com.smartgwt.client.data.Record selectedRecord,
String type,
Map<String,Object> dirtyValues) |
protected void |
extractQualifierData(com.smartgwt.client.data.Record selectedRecord,
String type,
boolean isValidation,
Map<String,Object> dirtyValues) |
protected void |
extractQualifierRuleType(com.smartgwt.client.data.Record selectedRecord,
Map<String,Object> dirtyValues) |
protected void |
extractTargetItemData(com.smartgwt.client.data.Record selectedRecord,
String type,
boolean isValidation,
Map<String,Object> dirtyValues) |
protected void |
extractTargetRuleType(com.smartgwt.client.data.Record selectedRecord,
Map<String,Object> dirtyValues) |
protected OfferDisplay |
getDisplay() |
void |
removeItemQualifer(ItemBuilderDisplay builder) |
void |
removeItemTarget(ItemBuilderDisplay builder) |
protected void |
setData(com.smartgwt.client.data.Record record,
String fieldName,
Object value,
Map<String,Object> dirtyValues) |
protected OfferPresenter presenter
protected StateManager stateManager
public OfferPresenterExtractor(OfferPresenter presenter)
protected OfferDisplay getDisplay()
public void removeItemQualifer(ItemBuilderDisplay builder)
public void removeItemTarget(ItemBuilderDisplay builder)
protected void setData(com.smartgwt.client.data.Record record,
String fieldName,
Object value,
Map<String,Object> dirtyValues)
public void applyData(com.smartgwt.client.data.Record selectedRecord)
protected void extractQualifierData(com.smartgwt.client.data.Record selectedRecord,
String type,
boolean isValidation,
Map<String,Object> dirtyValues)
throws IncompatibleMVELTranslationException
protected void extractTargetItemData(com.smartgwt.client.data.Record selectedRecord,
String type,
boolean isValidation,
Map<String,Object> dirtyValues)
throws IncompatibleMVELTranslationException
protected void extractFulfillmentGroupData(com.smartgwt.client.data.Record selectedRecord,
String type,
Map<String,Object> dirtyValues)
throws IncompatibleMVELTranslationException
protected void extractTargetRuleType(com.smartgwt.client.data.Record selectedRecord,
Map<String,Object> dirtyValues)
protected void extractQualifierRuleType(com.smartgwt.client.data.Record selectedRecord,
Map<String,Object> dirtyValues)
protected void extractOrderData(com.smartgwt.client.data.Record selectedRecord,
String type,
Map<String,Object> dirtyValues)
throws IncompatibleMVELTranslationException
protected void extractCustomerData(com.smartgwt.client.data.Record selectedRecord,
Map<String,Object> dirtyValues)
throws IncompatibleMVELTranslationException
Copyright © 2014. All Rights Reserved.