Interface UserMappingPropertiesService<P extends UserMappingProperties.FieldMapping>
- All Known Implementing Classes:
DefaultUserMappingPropertiesService
public interface UserMappingPropertiesService<P extends UserMappingProperties.FieldMapping>
-
Method Summary
Modifier and TypeMethodDescriptiongetCustomerMappings
(String tenantId) Find all user field mappings for a tenant
-
Method Details
-
getCustomerMappings
Find all user field mappings for a tenant- Parameters:
tenantId
- the tenant ID- Returns:
- a page of user field mappings for the tenant
-