Class IsForumSubscribedDataProvider
java.lang.Object
ch.tocco.nice2.optional.forum.impl.customdata.IsForumSubscribedDataProvider
- All Implemented Interfaces:
CustomDataProvider
-
Constructor Summary
ConstructorsConstructorDescriptionIsForumSubscribedDataProvider(QueryBuilderFactory queryBuilderFactory, PrincipalService principalService, TypeManager typeManager) -
Method Summary
Modifier and TypeMethodDescriptionCollects the custom data for this field and returns it as aTypedValue.
-
Constructor Details
-
IsForumSubscribedDataProvider
public IsForumSubscribedDataProvider(QueryBuilderFactory queryBuilderFactory, PrincipalService principalService, TypeManager typeManager)
-
-
Method Details
-
getData
Description copied from interface:CustomDataProviderCollects the custom data for this field and returns it as aTypedValue.- Specified by:
getDatain interfaceCustomDataProvider- Parameters:
topic- The current entity, which gets loaded in the grid or form (is null in create scope).- Returns:
- a
TypedValuecontaining the custom data for this field.
-