Class DefaultIsuConfigSyncDao
- java.lang.Object
-
- de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
-
- de.hybris.platform.upilintegrationservices.daos.impl.DefaultIsuConfigSyncDao
-
- All Implemented Interfaces:
de.hybris.platform.servicelayer.internal.dao.Dao,IsuConfigSyncDao
public class DefaultIsuConfigSyncDao extends de.hybris.platform.servicelayer.internal.dao.AbstractItemDao implements IsuConfigSyncDao
Default implementation of theIsuConfigSyncDao.- Since:
- 1911
-
-
Constructor Summary
Constructors Constructor Description DefaultIsuConfigSyncDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<UpilSemanticsModel>findUpilSemantics(CatalogVersionModel catalogVersion, java.lang.Object semanticsName1, java.lang.Object semanticsName2, java.lang.String semanticType)Returns list ofUpilSemanticsModels based on the catalogVersion, semanticsName1, semanticsName2 and semanticType.java.util.List<TmaProductSpecTypeModel>getTmaProductSpecTypeForCode(java.lang.String referenceType)Returns list ofTmaProductSpecTypeModels based on the code.
-
-
-
Method Detail
-
findUpilSemantics
public java.util.List<UpilSemanticsModel> findUpilSemantics(CatalogVersionModel catalogVersion, java.lang.Object semanticsName1, java.lang.Object semanticsName2, java.lang.String semanticType)
Description copied from interface:IsuConfigSyncDaoReturns list ofUpilSemanticsModels based on the catalogVersion, semanticsName1, semanticsName2 and semanticType.- Specified by:
findUpilSemanticsin interfaceIsuConfigSyncDao- Parameters:
catalogVersion- Catalog versionsemanticsName1- SemanticsName1 to get theUpilSemanticsModelsemanticsName2- SemanticsName2 to get theUpilSemanticsModelsemanticType- code of theSemanticType- Returns:
ListofUpilSemanticsModels
-
getTmaProductSpecTypeForCode
public java.util.List<TmaProductSpecTypeModel> getTmaProductSpecTypeForCode(java.lang.String referenceType)
Description copied from interface:IsuConfigSyncDaoReturns list ofTmaProductSpecTypeModels based on the code.- Specified by:
getTmaProductSpecTypeForCodein interfaceIsuConfigSyncDao- Parameters:
referenceType- the code of theTmaProductSpecTypeModel- Returns:
ListofTmaProductSpecTypeModels
-
-