Package ch.tocco.nice2.infobox.api
Interface InfoboxService
- All Known Implementing Classes:
InfoboxServiceImpl
public interface InfoboxService
A remote service for getting info boxes.
-
Method Summary
Modifier and TypeMethodDescriptionContent[]
getContentsForBox
(String boxId) Infobox[]
only used for DWR calls, usegetInfoBoxes(boolean, Condition...)
insteadInfobox[]
getInfoBoxes
(boolean loadAll, Condition... additionalConditions)
-
Method Details
-
getInfoBoxes
only used for DWR calls, usegetInfoBoxes(boolean, Condition...)
instead- Throws:
InfoboxLoadException
-
getInfoBoxes
Infobox[] getInfoBoxes(boolean loadAll, Condition... additionalConditions) throws InfoboxLoadException - Throws:
InfoboxLoadException
-
getContentsForBox
- Throws:
InfoboxLoadException
-