Interface UserMappingPropertiesService<P extends UserMappingProperties.FieldMapping>

All Known Implementing Classes:
DefaultUserMappingPropertiesService

public interface UserMappingPropertiesService<P extends UserMappingProperties.FieldMapping>
  • Method Summary

    Modifier and Type
    Method
    Description
    Find all user field mappings for a tenant
  • Method Details

    • getCustomerMappings

      List<P> getCustomerMappings(String tenantId)
      Find all user field mappings for a tenant
      Parameters:
      tenantId - the tenant ID
      Returns:
      a page of user field mappings for the tenant