Class DefaultCMSPageDaoTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalTest
-
- de.hybris.platform.cms2.servicelayer.daos.impl.DefaultCMSPageDaoTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultCMSPageDaoTest extends ServicelayerTransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultCMSPageDaoTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createSampleCatalogStructure()
protected void
setCMSRelationModel(CMSRelationModel rel, java.lang.String id)
protected void
setRelationModel(ContentSlotForPageModel rel, ContentSlotModel slot, java.lang.String id)
protected void
setRelationModel(ContentSlotForTemplateModel rel, ContentSlotModel slot, java.lang.String id)
void
testFindPagesByContentSlotsAndPageStatusesWithEmptyCatalogVersions()
void
testFindPagesByContentSlotsAndPageStatusesWithEmptyContentSlots()
void
testFindPagesByContentSlotsAndPageStatusesWithEmptyPageStatuses()
void
testFindPagesForTemplateContentSlots()
void
testFindPagesForTemplateContentSlotsWithMoreThanThousandCatalogVersions()
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNone
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
createSampleCatalogStructure
public void createSampleCatalogStructure()
-
setRelationModel
protected void setRelationModel(ContentSlotForPageModel rel, ContentSlotModel slot, java.lang.String id)
-
setRelationModel
protected void setRelationModel(ContentSlotForTemplateModel rel, ContentSlotModel slot, java.lang.String id)
-
setCMSRelationModel
protected void setCMSRelationModel(CMSRelationModel rel, java.lang.String id)
-
testFindPagesForTemplateContentSlots
public void testFindPagesForTemplateContentSlots()
-
testFindPagesForTemplateContentSlotsWithMoreThanThousandCatalogVersions
public void testFindPagesForTemplateContentSlotsWithMoreThanThousandCatalogVersions()
-
testFindPagesByContentSlotsAndPageStatusesWithEmptyContentSlots
public void testFindPagesByContentSlotsAndPageStatusesWithEmptyContentSlots()
-
testFindPagesByContentSlotsAndPageStatusesWithEmptyCatalogVersions
public void testFindPagesByContentSlotsAndPageStatusesWithEmptyCatalogVersions()
-
testFindPagesByContentSlotsAndPageStatusesWithEmptyPageStatuses
public void testFindPagesByContentSlotsAndPageStatusesWithEmptyPageStatuses()
-
-