Package ch.tocco.nice2.infobox.api
Interface InfoboxPreferences
- All Known Implementing Classes:
InfoboxPreferencesImpl
public interface InfoboxPreferences
Sets and gets preferences for an info box of the current user and current business unit.
Also used as Remote Service.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAllPreferences
(String boxId) int
getInfoboxHeight
(String boxId) getInfoboxPosition
(String boxId) getInfoboxStatus
(String boxId) void
setInfoboxHeight
(String boxId, int height) void
setInfoboxPosition
(String boxId, String position) void
setInfoboxStatus
(String boxId, String statusId)
-
Field Details
-
NODE_PREFIX
- See Also:
-
DEFAULT_POSITION
- See Also:
-
-
Method Details
-
getInfoboxHeight
- Throws:
InfoboxPreferencesException
-
setInfoboxHeight
- Throws:
InfoboxPreferencesException
-
getInfoboxStatus
- Throws:
InfoboxPreferencesException
-
setInfoboxStatus
- Throws:
InfoboxPreferencesException
-
getInfoboxPosition
- Throws:
InfoboxPreferencesException
-
setInfoboxPosition
- Throws:
InfoboxPreferencesException
-
getAllPreferences
- Throws:
InfoboxPreferencesException
-