public interface CustomerCreateController extends WidgetController
| Modifier and Type | Method and Description |
|---|---|
TypedObject |
createNewCustomer(ObjectValueContainer customerObjectValueContainer,
String customerTypeCode)
Create a new customer.
|
Set<String> |
getAutoFilledPropertyQualifiers()
Get the set of property qualifiers that the CustomerCreateController implementation will auto-fill if not
supplied.
|
addCockpitEventAcceptor, dispatchEvent, removeCockpitEventAcceptor, setCockpitEventAcceptorsSet<String> getAutoFilledPropertyQualifiers()
TypedObject createNewCustomer(ObjectValueContainer customerObjectValueContainer, String customerTypeCode) throws DuplicateUidException, ValueHandlerException
customerObjectValueContainer - container of values for the customercustomerTypeCode - type code for the customerValueHandlerException - thrown on errorDuplicateUidExceptionCopyright © 2017 SAP SE. All Rights Reserved.