Class DefaultCMSComponentDaoIntegrationTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class DefaultCMSComponentDaoIntegrationTest extends ServicelayerTransactionalTest
  • Constructor Details

    • DefaultCMSComponentDaoIntegrationTest

      public DefaultCMSComponentDaoIntegrationTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • shouldFindCmsComponentsByCatalogVersionOnly_CatalogVersion1

      public void shouldFindCmsComponentsByCatalogVersionOnly_CatalogVersion1()
    • shouldFindCmsComponentsByCatalogVersionOnly_CatalogVersion2

      public void shouldFindCmsComponentsByCatalogVersionOnly_CatalogVersion2()
    • shouldNotFindCmsComponents_NoCatalogVersion

      public void shouldNotFindCmsComponents_NoCatalogVersion()
    • shouldFindCmsComponentsByMask

      public void shouldFindCmsComponentsByMask()
    • assertContainsComponentUid

      protected void assertContainsComponentUid(List<AbstractCMSComponentModel> components1, String componentUid)
    • assertNotContainsComponentUid

      protected void assertNotContainsComponentUid(List<AbstractCMSComponentModel> components1, String componentUid)
    • shouldfindCMSComponentsByIdListAndCatalogVersion1

      public void shouldfindCMSComponentsByIdListAndCatalogVersion1()
    • shouldReturnEmptyResultsForNonExistingCMSComponentsByIdList

      public void shouldReturnEmptyResultsForNonExistingCMSComponentsByIdList()
    • shouldfindCMSComponentsByIdListAndCatalogVersion1and2

      public void shouldfindCMSComponentsByIdListAndCatalogVersion1and2()
    • shouldfindCMSComponentsByIdListAndCatalogVersion1and2withPagination

      public void shouldfindCMSComponentsByIdListAndCatalogVersion1and2withPagination()
    • shouldfindCMSComponentsByIdListAndCatalogVersion1and2withPaginationAndSorting

      public void shouldfindCMSComponentsByIdListAndCatalogVersion1and2withPaginationAndSorting()
    • shouldfindAllCMSComponentsByCatalogVersion1and2withPaginationAndSorting

      public void shouldfindAllCMSComponentsByCatalogVersion1and2withPaginationAndSorting()
    • shouldNotFindCmsComponents_NullIdList

      public void shouldNotFindCmsComponents_NullIdList()
    • shouldNotFindCmsComponents_EmptyIdList

      public void shouldNotFindCmsComponents_EmptyIdList()
    • shouldNotFindCmsComponents_NullCatalogVersion

      public void shouldNotFindCmsComponents_NullCatalogVersion()
    • shouldNotFindCmsComponents_NullSearchPageData

      public void shouldNotFindCmsComponents_NullSearchPageData()