Package ch.tocco.nice2.infobox.impl
Class InfoboxServiceImpl
java.lang.Object
ch.tocco.nice2.infobox.impl.InfoboxServiceImpl
- All Implemented Interfaces:
InfoboxService
-
Constructor Summary
ConstructorDescriptionInfoboxServiceImpl
(Context context, InfoboxPreferences preferences, SecurityManager securityManager, BusinessUnitManager businessUnitManager, QueryBuilderFactory queryBuilderFactory, InfoboxSecurityService infoboxSecurityService, TextResources textResources, org.slf4j.Logger log) -
Method Summary
Modifier and TypeMethodDescriptionContent[]
getContentsForBox
(String boxId) only used for DWR calls, useInfoboxService.getInfoBoxes(boolean, Condition...)
insteadgetInfoBoxes
(boolean loadAll, Condition... additionalConditions) void
setContentFactories
(List<ContentFactory> contentFactories)
-
Constructor Details
-
InfoboxServiceImpl
public InfoboxServiceImpl(Context context, InfoboxPreferences preferences, SecurityManager securityManager, BusinessUnitManager businessUnitManager, QueryBuilderFactory queryBuilderFactory, InfoboxSecurityService infoboxSecurityService, TextResources textResources, org.slf4j.Logger log)
-
-
Method Details
-
getInfoBoxes
Description copied from interface:InfoboxService
only used for DWR calls, useInfoboxService.getInfoBoxes(boolean, Condition...)
instead- Specified by:
getInfoBoxes
in interfaceInfoboxService
- Throws:
InfoboxLoadException
-
getInfoBoxes
public InfoboxImpl[] getInfoBoxes(boolean loadAll, Condition... additionalConditions) throws InfoboxLoadException - Specified by:
getInfoBoxes
in interfaceInfoboxService
- Throws:
InfoboxLoadException
-
getContentsForBox
- Specified by:
getContentsForBox
in interfaceInfoboxService
- Throws:
InfoboxLoadException
-
setContentFactories
-