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