public String getMenuDescription(RequestProperties reqState, String parentMenuName) { PrivateLabel privLabel = reqState.getPrivateLabel(); I18N i18n = privLabel.getI18N(ReportMenuDriverPerformance.class); return super._getMenuDescription( reqState, i18n.getString("ReportMenuDriverPerformance.menuDesc", "Driver Performance Reports")); }
public String getMenuHelp(RequestProperties reqState, String parentMenuName) { PrivateLabel privLabel = reqState.getPrivateLabel(); I18N i18n = privLabel.getI18N(ReportMenuDriverPerformance.class); return super._getMenuHelp( reqState, i18n.getString( "ReportMenuDriverPerformance.menuHelp", "Display various driver performance reports")); }
public String getNavigationTab(RequestProperties reqState) { PrivateLabel privLabel = reqState.getPrivateLabel(); I18N i18n = privLabel.getI18N(ReportMenuDriverPerformance.class); return super._getNavigationTab( reqState, i18n.getString("ReportMenuDriverPerformance.navTab", "Performance")); }