Package ch.tocco.nice2.infobox.impl
Class InfoboxPreferencesImpl
java.lang.Object
ch.tocco.nice2.infobox.impl.InfoboxPreferencesImpl
- All Implemented Interfaces:
InfoboxPreferences
-
Field Summary
FieldsFields inherited from interface ch.tocco.nice2.infobox.api.InfoboxPreferences
DEFAULT_POSITION, NODE_PREFIX -
Constructor Summary
ConstructorsConstructorDescriptionInfoboxPreferencesImpl(PreferencesFactory preferencesFactory, InfoboxSecurityService infoboxSecurityService) -
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
-
defaultHeight
public static final int defaultHeight- See Also:
-
defaultStatus
-
-
Constructor Details
-
InfoboxPreferencesImpl
public InfoboxPreferencesImpl(PreferencesFactory preferencesFactory, InfoboxSecurityService infoboxSecurityService)
-
-
Method Details
-
getInfoboxHeight
- Specified by:
getInfoboxHeightin interfaceInfoboxPreferences- Throws:
InfoboxPreferencesException
-
setInfoboxHeight
- Specified by:
setInfoboxHeightin interfaceInfoboxPreferences- Throws:
InfoboxPreferencesException
-
getInfoboxStatus
- Specified by:
getInfoboxStatusin interfaceInfoboxPreferences- Throws:
InfoboxPreferencesException
-
setInfoboxStatus
- Specified by:
setInfoboxStatusin interfaceInfoboxPreferences- Throws:
InfoboxPreferencesException
-
getInfoboxPosition
- Specified by:
getInfoboxPositionin interfaceInfoboxPreferences- Throws:
InfoboxPreferencesException
-
setInfoboxPosition
- Specified by:
setInfoboxPositionin interfaceInfoboxPreferences- Throws:
InfoboxPreferencesException
-
getAllPreferences
- Specified by:
getAllPreferencesin interfaceInfoboxPreferences- Throws:
InfoboxPreferencesException
-