Interface ChannelGroupTypeProvider

All Known Implementing Classes:
AbstractStorageBasedTypeProvider

@NonNullByDefault public interface ChannelGroupTypeProvider
The ChannelGroupTypeProvider is responsible for providing channel group types.
Author:
Henning Treu - Initial contribution
See Also:
  • Method Details

    • getChannelGroupType

      @Nullable ChannelGroupType getChannelGroupType(ChannelGroupTypeUID channelGroupTypeUID, @Nullable Locale locale)
      See Also:
      • ChannelTypeRegistry#getChannelGroupType(ChannelGroupTypeUID, Locale)
    • getChannelGroupTypes

      Collection<ChannelGroupType> getChannelGroupTypes(@Nullable Locale locale)
      See Also:
      • ChannelTypeRegistry#getChannelGroupTypes(Locale)