Class LicenceOverviewUserRelationPrivilegedCustomDataProvider
java.lang.Object
ch.tocco.nice2.netui.spi.bind.AbstractPrivilegedRelationDataProvider
ch.tocco.nice2.optional.licence.impl.dataprovider.LicenceOverviewUserRelationPrivilegedCustomDataProvider
- All Implemented Interfaces:
CustomDataProvider
@Component
public class LicenceOverviewUserRelationPrivilegedCustomDataProvider
extends AbstractPrivilegedRelationDataProvider
-
Constructor Summary
ConstructorDescriptionLicenceOverviewUserRelationPrivilegedCustomDataProvider
(DefaultDisplayService defaultDisplayService, SecurityManager securityManager, TypeManager typeManager) -
Method Summary
Modifier and TypeMethodDescriptionCollects the custom data for this field and returns it as aTypedValue
.Methods inherited from class ch.tocco.nice2.netui.spi.bind.AbstractPrivilegedRelationDataProvider
getDefaultDisplayOfRelation, getFieldData
-
Constructor Details
-
LicenceOverviewUserRelationPrivilegedCustomDataProvider
public LicenceOverviewUserRelationPrivilegedCustomDataProvider(DefaultDisplayService defaultDisplayService, SecurityManager securityManager, TypeManager typeManager)
-
-
Method Details
-
getData
public CustomDataValue<?> getData(@Nullable @Nullable Entity entity) throws CustomDataProviderException Description copied from interface:CustomDataProvider
Collects the custom data for this field and returns it as aTypedValue
.- Parameters:
entity
- The current entity, which gets loaded in the grid or form (is null in create scope).- Returns:
- a
TypedValue
containing the custom data for this field. - Throws:
CustomDataProviderException
- in case of error.
-