Interface ParamDropDownListsServiceLocal
public interface ParamDropDownListsServiceLocal
Local interface for the ParamDropDownLists service from the Planner API
-
Method Summary
Modifier and TypeMethodDescriptionintaddParameterDropDownList(ParamDropDownList parameterDdList) Creates a new parameter drop down listdeleteParameterDropDownList(int id) Deletes parameter drop down list at the specified IDgetParameterDropDownListById(int id) Returns the parameter drop down list at the specified IDReturns parameter drop down lists fulfilling the search criteria
-
Method Details
-
getParameterDropDownListById
Returns the parameter drop down list at the specified ID- Parameters:
id- dropdown ID- Returns:
- the DropDownList
- Throws:
PubServerException- See Also:
-
getParameterDropDownLists
List<ParamDropDownList> getParameterDropDownLists(ParameterDropDownListFilter filter) throws ServiceException Returns parameter drop down lists fulfilling the search criteria- Parameters:
filter- search criteria in the ParameterDropDownListFilter object- Returns:
- the list of DropDownList
- Throws:
ServiceException- See Also:
-
addParameterDropDownList
Creates a new parameter drop down list- Parameters:
parameterDdList- to add- Returns:
- id of added ParamDropDownList
- Throws:
ServiceExceptionPubServerException- See Also:
-
deleteParameterDropDownList
Deletes parameter drop down list at the specified ID- Parameters:
id- ID of prameter drop down list- Returns:
- Throws:
ServiceException
-