public class BulkUploadValidation extends Object
Constructor and Description |
---|
BulkUploadValidation(BulkUpload upload) |
Modifier and Type | Method and Description |
---|---|
Set<EntryField> |
getFailedFields() |
boolean |
isValid()
Validates the bulk upload entries
Note This retrieves the entries for the upload at the time of validation
|
protected void |
validateEntry(Entry entry) |
public BulkUploadValidation(BulkUpload upload)
public boolean isValid()
public Set<EntryField> getFailedFields()
protected void validateEntry(Entry entry)
Copyright © 2017. All rights reserved.