com.ibm.pim.common
Interface ExtendedValidationErrors

All Superinterfaces:
ValidationErrors

public interface ExtendedValidationErrors
extends ValidationErrors


Field Summary
 
Fields inherited from interface com.ibm.pim.common.ValidationErrors
copyright
 
Method Summary
 java.util.List<ValidationError> getErrorsForLocation(Category location)
          Returns the list of validation errors on the source for a given location.
 java.util.Collection<Category> getLocationsWithErrors()
          Returns a collection of locations associated with the source that have validation errors.
 
Methods inherited from interface com.ibm.pim.common.ValidationErrors
getErrors, getSource
 

Method Detail

getLocationsWithErrors

java.util.Collection<Category> getLocationsWithErrors()
Returns a collection of locations associated with the source that have validation errors.

Returns:
a collection of category objects representing the locations with validation errors.

getErrorsForLocation

java.util.List<ValidationError> getErrorsForLocation(Category location)
Returns the list of validation errors on the source for a given location.

Returns:
a list of validation errors objects.