Interface LabelReportActionService

All Known Implementing Classes:
LabelReportActionServiceImpl

public interface LabelReportActionService
  • Method Details

    • getAvailableLabels

      List<LabelReportActionService.LabelOption> getAvailableLabels(String entityName, String scope)
      load all available labels for some entity model
      Parameters:
      entityName - the model to load labels for
      scope - the form scope to load the labels for
      Returns:
      a list of labels ready to be used in a SingleSelectBox