Interface IListAPI
-
- All Superinterfaces:
T4PublishAPI
public interface IListAPI extends T4PublishAPI
Publish API for getting information about Predefined Lists.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PDList
get(int id)
Get a reference to a Predefined List.String
selectedNames(PDList list)
String
selectedNames(PDList list, ListSeparators delimiters)
String
selectedValues(PDList list)
String
selectedValues(PDList list, ListSeparators delimiters)
-
-
-
Method Detail
-
get
PDList get(int id)
Get a reference to a Predefined List.- Parameters:
id
- The id of the Predefined List- Returns:
- A reference to the List. If the Predefined List cannot be loaded or does not exist,
a reference to
PDListNotFound.INSTANCE
will be returned.
-
selectedNames
String selectedNames(PDList list, ListSeparators delimiters)
-
selectedValues
String selectedValues(PDList list, ListSeparators delimiters)
-
-