Class ThirdPartyUserWidgetServiceImpl
java.lang.Object
ch.tocco.nice2.optional.address.impl.ruleprovider.ThirdPartyUserWidgetServiceImpl
- All Implemented Interfaces:
ThirdPartyUserWidgetService
@Component
public class ThirdPartyUserWidgetServiceImpl
extends Object
implements ThirdPartyUserWidgetService
-
Constructor Summary
ConstructorsConstructorDescriptionThirdPartyUserWidgetServiceImpl(WidgetConfigService widgetConfigService, QueryBuilderFactory queryBuilderFactory) -
Method Summary
Modifier and TypeMethodDescriptiongetThirdPartyUserKeys(@Nullable String widgetKey, Entity user) Resolves the third party users the given user may see through a widget.
-
Constructor Details
-
ThirdPartyUserWidgetServiceImpl
public ThirdPartyUserWidgetServiceImpl(WidgetConfigService widgetConfigService, QueryBuilderFactory queryBuilderFactory)
-
-
Method Details
-
getThirdPartyUserKeys
Description copied from interface:ThirdPartyUserWidgetServiceResolves the third party users the given user may see through a widget. The accessible users are derived from the User_user_codes configured on the widget.- Specified by:
getThirdPartyUserKeysin interfaceThirdPartyUserWidgetService
-