commercestorepricing.PricingRequestItemCollection

Class providing methods to retrieve and manipulate PricingRequestItem collection

Returns the commercestorepricing.PricingRequestItem at given index in the collection

ParamDescription
indexIndex of the item to retrieve
TypeDescription
PricingRequestItemPricingRequestItem

Returns an iterator over the collection of commercestorepricing.PricingRequestItem objects.

TypeDescription
IteratorAn iterator that can be used to iterate through the collection of commercestorepricing.PricingRequestItem objects.

Returns the index of a commercestorepricing.PricingRequestItem in the collection

ParamDescription
dtoPricingRequestItem
TypeDescription
Integerindex of the specified item or -1 if the item is not found

Returns number of elements in the list

TypeDescription
IntegerNumber of elements in the list

Checks if there are elements in the list

TypeDescription
BooleanTrue if there are no elements in the list, false otherwise

Compares the argument with the underlying commercestorepricing.PricingCollection object and returns true if they are equal

Returns the hashCode for this pricingCollection object