StandardSetController Class Flashcards

1
Q

StandardSetController objects allow you too…

A

create list controllers similar to, or as extensions of, the pre-built Visualforce list controllers provided by Salesforce.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

StandardSetController Namespace

A

ApexPages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Two ways to instantiate a StandardSetController

A
  1. From a list of SObject

2. From a query locator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

which are true regarding a StandardSetController?

Choose 3

  1. Can be used for mass updates
  2. Allow pre-built list controllers to be extended
  3. Allow list controllers similar to pre-built Visualforce list controllers to be created
  4. The maximum record limit for StandardSetController is 1000
A
  1. Can be used for mass updates
  2. Allow pre-built list controllers to be extended
  3. Allow list controllers similar to pre-built Visualforce list controllers to be created
How well did you know this?
1
Not at all
2
3
4
5
Perfectly