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
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetAllPreferences(String boxId) intgetInfoboxHeight(String boxId) getInfoboxPosition(String boxId) getInfoboxStatus(String boxId) voidsetInfoboxHeight(String boxId, int height) voidsetInfoboxPosition(String boxId, String position) voidsetInfoboxStatus(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
-