Foundations Apex API Developer Reference

fferpcore.TargetObjectList2

global interface TargetObjectList2 extends TargetObjectList

List of TargetObject.

This class extends fferpcore.TargetObjectList

Methods

getKey

Object getKey(Integer index)

Return Value

The key for the target at the given index in the list or null if no key exists.

setKey

void setKey(Integer index, Object key)

Set the key for the target at the given index.

create

TargetObject create(Object key)

Create a new target object in the list with the provided key.

Return Value

The newly created TargetObject.

© Copyright 2009–2022 FinancialForce.com, inc. Confidential – all rights reserved. Various trademarks held by their respective owners.