isAllVendorsAllowed

public abstract Boolean isAllVendorsAllowed()

Finds out whether all vendors have been allowed by the user. If, on the other hand, vendors are present, then processing will be carried out and false will be returned if at least one of them is not allowed.

Important: If no vendors is present when calling this method no processing will be performed and null will be returned.

Return

true if all are allowed, false if at least one vendor is not allowed and null if no vendor is present