com.ibm.pim.system
Interface ScriptStatistics


public interface ScriptStatistics

Interface for the ScriptStatistics object.

Since:
6.0.0

Field Summary
static java.lang.String copyright
           
 
Method Summary
 int getDuplicateItemsFoundCount()
          Returns the number of duplicate items found.
 int getErrorCount()
          Returns the number of errors during the script execution.
 int getErrorLineCount()
          Returns the number of error lines.
 int getFailedValidationCount()
          Returns the number of failed validations.
 int getItemCategoryMappingAddedCount()
          Returns the number of item category mapping added.
 int getItemsAddedCount()
          Returns the number of items added during the script execution.
 int getItemsAlreadyCheckedOutCount()
          Returns the number of items already checked out.
 int getItemsCheckedOutCount()
          Returns the number of items checkd out.
 int getItemsDeletedCount()
          Returns the number of items deleted during the script execution.
 int getItemsModifiedCount()
          Returns the number of items modified during the script execution.
 int getItemsNotFoundCount()
          Returns the number of items not found.
 int getItemsProcessedCount()
          Return the number of items processed during the script execution.
 int getLinesProcessedCount()
          Return the number of lines processed during the script execution.
 int getWarningCount()
          Returns the number of warnings during the script execution.
 void incrementDuplicateItemsFoundCount(int incrementValue)
          increment the number of duplicate items found value by incrementValue.
 void incrementErrorCount(int incrementValue)
          increment the number of errors value by incrementValue.
 void incrementErrorLineCount(int incrementValue)
          increment the number of error lines value by incrementValue.
 void incrementFailedValidationCount(int incrementValue)
          increment the number of failed validation value by incrementValue.
 void incrementItemCategoryMappingAddedCount(int incrementValue)
          increment the number of item category mapping added value by incrementValue.
 void incrementItemsAddedCount(int incrementValue)
          increment the number of items added value by incrementValue.
 void incrementItemsAlreadyCheckedOutCount(int incrementValue)
          Increment the number of items already checked out value by incrementValue.
 void incrementItemsCheckedOutCount(int incrementValue)
          Increment the number of items checked out value by incrementValue.
 void incrementItemsDeletedCount(int incrementValue)
          increment the number of items deleted value by incrementValue.
 void incrementItemsModifiedCount(int incrementValue)
          increment the number of items modified value by incrementValue.
 void incrementItemsNotFoundCount(int incrementValue)
          Increment the number of items not found value by incrementValue.
 void incrementItemsProcessedCount(int incrementValue)
          increment the number of items processed value by incrementValue.
 void incrementLinesProcessedCount(int incrementValue)
          increment the number of lines processed value by incrementValue.
 void incrementWarningCount(int incrementValue)
          increment the number of warnings value by incrementValue.
 void setDuplicateItemsFoundCount(int count)
          Sets the number of duplicate items found.
 void setErrorCount(int count)
          Sets the number of errors during the script execution.
 void setErrorLineCount(int count)
          Sets the number of error lines.
 void setFailedValidationCount(int count)
          Sets the number of failed validations.
 void setItemCategoryMappingAddedCount(int count)
          Sets the number of item category mapping added.
 void setItemsAddedCount(int count)
          Sets the number of items added during the script execution.
 void setItemsAlreadyCheckedOutCount(int count)
          Sets the number of items already checked out.
 void setItemsCheckedOutCount(int count)
          Sets the number of items checkd out.
 void setItemsDeletedCount(int count)
          Sets the number of items deleted during the script execution.
 void setItemsModifiedCount(int count)
          Sets the number of items modified during the script execution.
 void setItemsNotFoundCount(int count)
          Sets the number of items not found.
 void setItemsProcessedCount(int count)
          Sets the number of items processed during the script execution.
 void setLinesProcessedCount(int count)
          Sets the number of lines processed during the script execution.
 void setWarningCount(int count)
          Sets the number of warnings during the script execution.
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getLinesProcessedCount

int getLinesProcessedCount()
Return the number of lines processed during the script execution.

Returns:
the number of lines processed.
Throws:
PIMInternalException - If an internal exception occurs.

setLinesProcessedCount

void setLinesProcessedCount(int count)
Sets the number of lines processed during the script execution.

Parameters:
count - number of lines processed during the script execution
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

incrementLinesProcessedCount

void incrementLinesProcessedCount(int incrementValue)
increment the number of lines processed value by incrementValue.

Parameters:
incrementValue - the value by which the number of lines processed has to increment
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

getItemsProcessedCount

int getItemsProcessedCount()
Return the number of items processed during the script execution.

Returns:
number of items processed.
Throws:
PIMInternalException - If an internal exception occurs.

setItemsProcessedCount

void setItemsProcessedCount(int count)
Sets the number of items processed during the script execution.

Parameters:
count - number of items processed during the script execution
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

incrementItemsProcessedCount

void incrementItemsProcessedCount(int incrementValue)
increment the number of items processed value by incrementValue.

Parameters:
incrementValue - the value by which the number of items processed has to increment
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

getItemsModifiedCount

int getItemsModifiedCount()
Returns the number of items modified during the script execution.

Returns:
number of items modified.
Throws:
PIMInternalException - If an internal exception occurs.

setItemsModifiedCount

void setItemsModifiedCount(int count)
Sets the number of items modified during the script execution.

Parameters:
count - number of items modified during the script execution
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

incrementItemsModifiedCount

void incrementItemsModifiedCount(int incrementValue)
increment the number of items modified value by incrementValue.

Parameters:
incrementValue - the value by which the number of items modified has to increment
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

getItemsAddedCount

int getItemsAddedCount()
Returns the number of items added during the script execution.

Returns:
number of items added.
Throws:
PIMInternalException - If an internal exception occurs.

setItemsAddedCount

void setItemsAddedCount(int count)
Sets the number of items added during the script execution.

Parameters:
count - number of items added during the script execution
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

incrementItemsAddedCount

void incrementItemsAddedCount(int incrementValue)
increment the number of items added value by incrementValue.

Parameters:
incrementValue - the value by which the number of items added has to increment
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

getItemsDeletedCount

int getItemsDeletedCount()
Returns the number of items deleted during the script execution.

Returns:
number of items deleted.
Throws:
PIMInternalException - If an internal exception occurs.

setItemsDeletedCount

void setItemsDeletedCount(int count)
Sets the number of items deleted during the script execution.

Parameters:
count - number of items deleted during the script execution
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

incrementItemsDeletedCount

void incrementItemsDeletedCount(int incrementValue)
increment the number of items deleted value by incrementValue.

Parameters:
incrementValue - the value by which the number of items deleted has to increment
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

getErrorCount

int getErrorCount()
Returns the number of errors during the script execution.

Returns:
number of errors.
Throws:
PIMInternalException - If an internal exception occurs.

setErrorCount

void setErrorCount(int count)
Sets the number of errors during the script execution.

Parameters:
count - number of errors during the script execution
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

incrementErrorCount

void incrementErrorCount(int incrementValue)
increment the number of errors value by incrementValue.

Parameters:
incrementValue - the value by which the number of errors has to increment
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

getWarningCount

int getWarningCount()
Returns the number of warnings during the script execution.

Returns:
number of warnings.
Throws:
PIMInternalException - If an internal exception occurs.

setWarningCount

void setWarningCount(int count)
Sets the number of warnings during the script execution.

Parameters:
count - number of warnings during the script execution
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

incrementWarningCount

void incrementWarningCount(int incrementValue)
increment the number of warnings value by incrementValue.

Parameters:
incrementValue - the value by which the number of warnings has to increment
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

getErrorLineCount

int getErrorLineCount()
Returns the number of error lines.

Returns:
number of error lines.
Throws:
PIMInternalException - If an internal exception occurs.

setErrorLineCount

void setErrorLineCount(int count)
Sets the number of error lines.

Parameters:
count - number of error lines during the script execution
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

incrementErrorLineCount

void incrementErrorLineCount(int incrementValue)
increment the number of error lines value by incrementValue.

Parameters:
incrementValue - the value by which the number of error lines has to increment
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

getFailedValidationCount

int getFailedValidationCount()
Returns the number of failed validations.

Returns:
number of validation failures.
Throws:
PIMInternalException - If an internal exception occurs.

setFailedValidationCount

void setFailedValidationCount(int count)
Sets the number of failed validations.

Parameters:
count - number of failed validations during the script execution
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

incrementFailedValidationCount

void incrementFailedValidationCount(int incrementValue)
increment the number of failed validation value by incrementValue.

Parameters:
incrementValue - the value by which the number of failed validation has to increment
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

getItemCategoryMappingAddedCount

int getItemCategoryMappingAddedCount()
Returns the number of item category mapping added.

Returns:
number of Icms added.
Throws:
PIMInternalException - If an internal exception occurs.

setItemCategoryMappingAddedCount

void setItemCategoryMappingAddedCount(int count)
Sets the number of item category mapping added.

Parameters:
count - number of item category mapping added during the script execution
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

incrementItemCategoryMappingAddedCount

void incrementItemCategoryMappingAddedCount(int incrementValue)
increment the number of item category mapping added value by incrementValue.

Parameters:
incrementValue - the value by which the number of item category mapping added has to increment
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

getItemsNotFoundCount

int getItemsNotFoundCount()
Returns the number of items not found.

Returns:
number of items not found.
Throws:
PIMInternalException - If an internal exception occurs.

setItemsNotFoundCount

void setItemsNotFoundCount(int count)
Sets the number of items not found.

Parameters:
count - number of items not found during the script execution
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

incrementItemsNotFoundCount

void incrementItemsNotFoundCount(int incrementValue)
Increment the number of items not found value by incrementValue.

Parameters:
incrementValue - the value by which the number of items not found has to increment
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

getDuplicateItemsFoundCount

int getDuplicateItemsFoundCount()
Returns the number of duplicate items found.

Returns:
number of duplicate items.
Throws:
PIMInternalException - If an internal exception occurs.

setDuplicateItemsFoundCount

void setDuplicateItemsFoundCount(int count)
Sets the number of duplicate items found.

Parameters:
count - number of duplicate items found during the script execution
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

incrementDuplicateItemsFoundCount

void incrementDuplicateItemsFoundCount(int incrementValue)
increment the number of duplicate items found value by incrementValue.

Parameters:
incrementValue - the value by which the number of duplicate items found has to increment
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

getItemsCheckedOutCount

int getItemsCheckedOutCount()
Returns the number of items checkd out.

Returns:
number of items checkd out.
Throws:
PIMInternalException - If an internal exception occurs.

setItemsCheckedOutCount

void setItemsCheckedOutCount(int count)
Sets the number of items checkd out.

Parameters:
count - number of items checkd out during the script execution
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

incrementItemsCheckedOutCount

void incrementItemsCheckedOutCount(int incrementValue)
Increment the number of items checked out value by incrementValue.

Parameters:
incrementValue - the value by which the number of items checked out has to increment
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

getItemsAlreadyCheckedOutCount

int getItemsAlreadyCheckedOutCount()
Returns the number of items already checked out.

Returns:
number of items already checkd out.
Throws:
PIMInternalException - If an internal exception occurs.

setItemsAlreadyCheckedOutCount

void setItemsAlreadyCheckedOutCount(int count)
Sets the number of items already checked out.

Parameters:
count - number of items already checked out during the script execution
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.

incrementItemsAlreadyCheckedOutCount

void incrementItemsAlreadyCheckedOutCount(int incrementValue)
Increment the number of items already checked out value by incrementValue.

Parameters:
incrementValue - the value by which the number of items already checked out has to increment
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use.