Uses of Interface
com.ibm.pim.common.ValidationErrors

Packages that use ValidationErrors
com.ibm.pim.collaboration   
com.ibm.pim.common   
com.ibm.pim.extensionpoints   
com.ibm.pim.hierarchy   
com.ibm.pim.hierarchy.category   
com.ibm.pim.lookuptable   
com.ibm.pim.organization   
 

Uses of ValidationErrors in com.ibm.pim.collaboration
 

Methods in com.ibm.pim.collaboration that return ValidationErrors
 ValidationErrors CollaborationCategory.validate()
          Validates the category.
 

Uses of ValidationErrors in com.ibm.pim.common
 

Subinterfaces of ValidationErrors in com.ibm.pim.common
 interface ExtendedValidationErrors
           
 

Uses of ValidationErrors in com.ibm.pim.extensionpoints
 

Methods in com.ibm.pim.extensionpoints that return ValidationErrors
 ValidationErrors ItemRunValueRuleFunctionArguments.getValidationErrors()
          Obtains the validation errors for this item.
 ValidationErrors ItemPrePostProcessingFunctionArguments.getValidationErrors()
          Obtains the validation errors for this item.
 ValidationErrors CollaborationItemRunValueRuleFunctionArguments.getValidationErrors()
          Obtains the validation errors for this item.
 ValidationErrors CollaborationItemPrePostProcessingFunctionArguments.getValidationErrors()
          Obtains the validation errors for this item.
 ValidationErrors CollaborationCategoryRunValueRuleFunctionArguments.getValidationErrors()
          Obtains the validation errors for this category.
 ValidationErrors CollaborationCategoryPrePostProcessingFunctionArguments.getValidationErrors()
          Obtains the validation errors for this category.
 ValidationErrors CategoryRunValueRuleFunctionArguments.getValidationErrors()
          Obtains the validation errors for this category.
 ValidationErrors CategoryPrePostProcessingFunctionArguments.getValidationErrors()
          Obtains the validation errors for this category.
 

Uses of ValidationErrors in com.ibm.pim.hierarchy
 

Methods in com.ibm.pim.hierarchy that return types with arguments of type ValidationErrors
 java.util.List<ValidationErrors> Hierarchy.save()
          Persist the changes to the given hierarchy object
 

Uses of ValidationErrors in com.ibm.pim.hierarchy.category
 

Methods in com.ibm.pim.hierarchy.category that return ValidationErrors
 ValidationErrors Category.validate()
          Validates the category.
 

Uses of ValidationErrors in com.ibm.pim.lookuptable
 

Methods in com.ibm.pim.lookuptable that return ValidationErrors
 ValidationErrors LookupTableEntry.save()
          Persists this entry to the database
 

Uses of ValidationErrors in com.ibm.pim.organization
 

Methods in com.ibm.pim.organization that return ValidationErrors
 ValidationErrors Organization.validate()
          Validates the organization.
 

Methods in com.ibm.pim.organization that return types with arguments of type ValidationErrors
 java.util.List<ValidationErrors> OrganizationHierarchy.save()
          Persist the changes to the given hierarchy object