Class BaseSiteDaoImpl
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.basecommerce.site.dao.impl.BaseSiteDaoImpl
- All Implemented Interfaces:
BaseSiteDao,Dao
Implementation of
BaseSiteDao interface.-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns list of all BaseSites or null when nothing was found.findBaseSiteByUID(String siteUid) Returns BaseSite with given Uid or null when nothing was found.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Constructor Details
-
BaseSiteDaoImpl
public BaseSiteDaoImpl()
-
-
Method Details
-
findAllBaseSites
Description copied from interface:BaseSiteDaoReturns list of all BaseSites or null when nothing was found.- Specified by:
findAllBaseSitesin interfaceBaseSiteDao
-
findBaseSiteByUID
Description copied from interface:BaseSiteDaoReturns BaseSite with given Uid or null when nothing was found.- Specified by:
findBaseSiteByUIDin interfaceBaseSiteDao
-