Interface LabelReportActionService
- All Known Implementing Classes:
LabelReportActionServiceImpl
public interface LabelReportActionService
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAvailableLabels
(String entityName, String scope) load all available labels for some entity model
-
Method Details
-
getAvailableLabels
load all available labels for some entity model- Parameters:
entityName
- the model to load labels forscope
- the form scope to load the labels for- Returns:
- a list of labels ready to be used in a SingleSelectBox
-