Previous Topic

Book Contents

Book Index

Next Topic

Merging BOCollections

To create a sum of two BOCollections:

ApiBOCollection.addAll(ApiBOCollection)

Adds all items held by the BOCollection you pass as a parameter to your ApiCollection. Unlike the ApiCollection.addBOCollection(ApiBOCollection) method, this method keeps the behavior of the BOCollection being added.

See Also

Collections

N to M Relations

Creating Collections

Time-related Feature

Listing Collections

Adding Objects to Collections

Appending BOCollections to Collections

Removing Objects from a Collection

Sorting Collections