Class DefaultIndexerServiceIntegrationTest

    • Constructor Detail

      • DefaultIndexerServiceIntegrationTest

        public DefaultIndexerServiceIntegrationTest()
    • Method Detail

      • performFullIndex

        public void performFullIndex()
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • updateIndex

        public void updateIndex()
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • updateTypeIndex

        public void updateTypeIndex()
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • updateTypeIndexWithPks

        public void updateTypeIndexWithPks()
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • updatePartialTypeIndexWithPks

        public void updatePartialTypeIndexWithPks()
                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • deleteFromIndex

        public void deleteFromIndex()
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • deleteTypeIndex

        public void deleteTypeIndex()
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • deleteTypeIndexWithPks

        public void deleteTypeIndexWithPks()
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getExistingProducts

        protected java.util.List<ProductModel> getExistingProducts()