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 PDListget(int id)Get a reference to a Predefined List.StringselectedNames(PDList list)StringselectedNames(PDList list, ListSeparators delimiters)StringselectedValues(PDList list)StringselectedValues(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.INSTANCEwill be returned.
-
selectedNames
String selectedNames(PDList list, ListSeparators delimiters)
-
selectedValues
String selectedValues(PDList list, ListSeparators delimiters)
-
-