Interface SAPGlobalConfigurationDAO
-
- All Known Implementing Classes:
SAPGlobalConfigurationDAOImpl
public interface SAPGlobalConfigurationDAOInterface for accessing the data of the global configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SAPGlobalConfigurationModelgetSAPGlobalConfiguration()Finds theSAPGlobalConfigurationModelby performing a FlexibleSearch using theFlexibleSearchService.
-
-
-
Method Detail
-
getSAPGlobalConfiguration
SAPGlobalConfigurationModel getSAPGlobalConfiguration()
Finds theSAPGlobalConfigurationModelby performing a FlexibleSearch using theFlexibleSearchService.- Returns:
SAPGlobalConfigurationModel
-
-