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

Packages that use ExtendedValidationErrors
com.ibm.pim.catalog.item   
com.ibm.pim.collaboration   
com.ibm.pim.common   
 

Uses of ExtendedValidationErrors in com.ibm.pim.catalog.item
 

Methods in com.ibm.pim.catalog.item that return ExtendedValidationErrors
 ExtendedValidationErrors Item.save()
          Saves the item.
 ExtendedValidationErrors Item.validate()
          Validates the item.
 

Uses of ExtendedValidationErrors in com.ibm.pim.collaboration
 

Methods in com.ibm.pim.collaboration that return ExtendedValidationErrors
 ExtendedValidationErrors CollaborationItem.save()
          Saves the item.
 ExtendedValidationErrors CollaborationItem.validate()
          Validates the item.
 

Uses of ExtendedValidationErrors in com.ibm.pim.common
 

Methods in com.ibm.pim.common that return types with arguments of type ExtendedValidationErrors
 java.util.List<ExtendedValidationErrors> Batchable.flushBatch()
          This is the method where the implementing class sends the queued up objects to the data store.
 java.util.List<ExtendedValidationErrors> Batchable.stopBatchProcessing()
          This is the tear-down method for batch processing.