Class SAPGlobalConfigurationDAOImpl
- java.lang.Object
-
- de.hybris.platform.sap.core.configuration.global.dao.impl.SAPGlobalConfigurationDAOImpl
-
- All Implemented Interfaces:
SAPGlobalConfigurationDAO
public class SAPGlobalConfigurationDAOImpl extends java.lang.Object implements SAPGlobalConfigurationDAO
Implementation for accessing the data of the global configuration.
-
-
Constructor Summary
Constructors Constructor Description SAPGlobalConfigurationDAOImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SAPGlobalConfigurationModelgetSAPGlobalConfiguration()Finds theSAPGlobalConfigurationModelby performing a FlexibleSearch using theFlexibleSearchService.
-
-
-
Method Detail
-
getSAPGlobalConfiguration
public SAPGlobalConfigurationModel getSAPGlobalConfiguration()
Description copied from interface:SAPGlobalConfigurationDAOFinds theSAPGlobalConfigurationModelby performing a FlexibleSearch using theFlexibleSearchService.- Specified by:
getSAPGlobalConfigurationin interfaceSAPGlobalConfigurationDAO- Returns:
SAPGlobalConfigurationModel
-
-