Interface PlanningsServiceLocal
public interface PlanningsServiceLocal
Local interface for the Plannings service from the Planner API
-
Method Summary
Modifier and TypeMethodDescriptionaddPlannings(List<Planning> plannings) Creates new planningsvoiddeletePlanning(Planning planning) Deletes specified planningReturns the planning at the specified IDReturns plannings fulfilling the search criteriasetPlannings(List<Planning> plannings) Modifies existing plannings
-
Method Details
-
getPlanningById
Returns the planning at the specified ID- Parameters:
id- planning ID- Returns:
- the planning
- Throws:
PubServerException- See Also:
-
getPlanningsByDocument
Returns plannings fulfilling the search criteria- Parameters:
filter- search criteria in the PlanningsFilter object- Returns:
- the list of plannings
- Throws:
PubServerException- See Also:
-
setPlannings
Modifies existing plannings- Parameters:
plannings- the list of plannings to modify- Returns:
- the list of processed plannings
- Throws:
PubServerException- See Also:
-
addPlannings
Creates new plannings- Parameters:
plannings- the list of plannings to create- Returns:
- the list of processed plannings
- Throws:
PubServerException- See Also:
-
deletePlanning
Deletes specified planning- Parameters:
planning- the planning to delete- Throws:
PubServerException- See Also:
-