Interface UpilintegrationservicesService
-
- All Known Implementing Classes:
DefaultUpilintegrationservicesService
public interface UpilintegrationservicesServiceUpilintegrationservicesService interface to perform Upil related operations- Since:
- 1911
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.BooleansyncIsuConfigWithTua(CatalogVersionModel catalogVersionModel)Sync ISU configurations with Hybris
-
-
-
Method Detail
-
syncIsuConfigWithTua
java.lang.Boolean syncIsuConfigWithTua(CatalogVersionModel catalogVersionModel)
Sync ISU configurations with Hybris- Parameters:
catalogVersionModel-- Returns:
- Boolean Returns true if sync is success otherwise it will return false.
-
-