Collections.List.createListWithId()

Signature

Object createListWithId ( String className , String listId )

Domain

ACTION

Description

Create and return instance of user specified list implementation for the given listID. If the list already exists, return the existing List.

Parameters

NameTypeDescription
classNameStringSpecify the className that implements the List interface
listIdStringThe String ID of the list to create

Returns

TypeDescription
ObjectInstance of user specified List implementation

Cautions

none