Previous Topic

Book Contents

Book Index

Next Topic

Creating Collections

BO Collections are commonly created and filled by outputs of various methods in Valuemation API. You may also want to create your own Collection and add selected BO’s manually.

To create a Collection:

Application.createCollection()

Creates a new empty Collection of business objects.

BOCollections cannot be created manually. They are created automatically as the output of various methods in Valuemation API, most often, you will retrieve them from a field using ApiBOField.getCollection.

See Also

Collections

N to M Relations

Time-related Feature

Listing Collections

Adding Objects to Collections

Appending BOCollections to Collections

Merging BOCollections

Removing Objects from a Collection

Sorting Collections