Interface PreferencesServiceLocal
public interface PreferencesServiceLocal
Local interface for the Preferences service from the Planner API
-
Method Summary
Modifier and TypeMethodDescriptiongetPreferenceByName(String name) Returns the preference at the specified namegetPreferences(String type) Returns preferences fulfilling the search criteriasetPreference(Preference preference) Modifies value for existing preference
-
Method Details
-
getPreferenceByName
Returns the preference at the specified name- Parameters:
name- Preference Name- Returns:
- the preference
- Throws:
PubServerException- See Also:
-
getPreferences
Returns preferences fulfilling the search criteria- Parameters:
type- {cometserver | renderingserver}- Returns:
- the list of preferences
- Throws:
PubServerException- See Also:
-
setPreference
Modifies value for existing preference- Parameters:
preference- a preference to change- Returns:
- modified preference
- Throws:
PubServerException- See Also:
-