Class InfoboxServiceImpl
java.lang.Object
ch.tocco.nice2.infobox.impl.InfoboxServiceImpl
- All Implemented Interfaces:
InfoboxService
-
Constructor Summary
ConstructorsConstructorDescriptionInfoboxServiceImpl(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) voidsetContentFactories(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:InfoboxServiceonly used for DWR calls, useInfoboxService.getInfoBoxes(boolean, Condition...)instead- Specified by:
getInfoBoxesin interfaceInfoboxService- Throws:
InfoboxLoadException
-
getInfoBoxes
public InfoboxImpl[] getInfoBoxes(boolean loadAll, Condition... additionalConditions) throws InfoboxLoadException - Specified by:
getInfoBoxesin interfaceInfoboxService- Throws:
InfoboxLoadException
-
getContentsForBox
- Specified by:
getContentsForBoxin interfaceInfoboxService- Throws:
InfoboxLoadException
-
setContentFactories
-