allVendorsAllowed

@Deprecated(message = "The name of this method is not entirely clear on its execution.To avoid a breaking change, this one has been deprecated and another one has been implemented that executes the same functionality.This method will be removed in future releases", replaceWith = @ReplaceWith(imports = {}, expression = "this.isAllVendorsAllowed"), level = DeprecationLevel.WARNING)
public abstract Boolean allVendorsAllowed()

Deprecated

The name of this method is not entirely clear on its execution.To avoid a breaking change, this one has been deprecated and another one has been implemented that executes the same functionality.This method will be removed in future releases

Replace with

this.isAllVendorsAllowed

Finds out whether all vendor items have been accepted by the user

Return

true if all vendors are allowed false otherwise