com.bea.commerce.ebusiness.discount.association
Interface DeleteResults


Deprecated

@Deprecated
public interface DeleteResults

This class represents the results of a delete association operation.


Method Summary
 int getFailCnt()
          Deprecated  
 List getFailList()
          Deprecated Provides a List of failures to the caller.
 String getIdentifier()
          Deprecated Provides the identifier associated with the delete request.
 int getSuccessCnt()
          Deprecated  
 List getSuccessList()
          Deprecated Provides a List of successfully deleted associations to the caller.
 

Method Detail

getIdentifier

String getIdentifier()
Deprecated 
Provides the identifier associated with the delete request.

Returns
the identifier associated with the delete request.

getSuccessCnt

int getSuccessCnt()
Deprecated 
Returns
an integer describing the number of successfully deleted associations.

getFailCnt

int getFailCnt()
Deprecated 
Returns
an integer describing the number of associations that failed to be deleted.

getSuccessList

List getSuccessList()
Deprecated 
Provides a List of successfully deleted associations to the caller. Each entry in the List is a integer representing the unique id of the association.

Returns
the List of unique association IDs for the successfully deleted associations. If no associations have been successfully deleted null will be returned.

getFailList

List getFailList()
Deprecated 
Provides a List of failures to the caller.

Returns
the List of failures, typically a collection of AssociationException objects. If no failures have occured null will be returned.
See Also
AssociationException


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.