public class FindOrCreateCustomerStep extends Step
Constructor and Description |
---|
FindOrCreateCustomerStep(ParameterMap config) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getJspFile() |
int |
getParamGroupId() |
java.util.Set<CommonSearchConfig> |
getProviderConfigs() |
boolean |
isAllowCreate() |
boolean |
isAllowEmptyCustomers() |
StepData<?> |
newStepData(WizardData data) |
getConfig, getExpression, newInstance, setExpression
public FindOrCreateCustomerStep(ParameterMap config)
public java.lang.String getJspFile()
getJspFile
in class Step
public StepData<?> newStepData(WizardData data)
newStepData
in class Step
public java.util.Set<CommonSearchConfig> getProviderConfigs()
public int getParamGroupId()
public boolean isAllowCreate()
public boolean isAllowEmptyCustomers()