Class ExpandoTableSearchFixture

java.lang.Object
com.liferay.portal.search.test.util.ExpandoTableSearchFixture

public class ExpandoTableSearchFixture extends Object
  • Field Details

    • classNameLocalService

      protected com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService
    • expandoColumnLocalService

      protected com.liferay.expando.kernel.service.ExpandoColumnLocalService expandoColumnLocalService
    • expandoColumns

      protected final List<com.liferay.expando.kernel.model.ExpandoColumn> expandoColumns
    • expandoTableLocalService

      protected com.liferay.expando.kernel.service.ExpandoTableLocalService expandoTableLocalService
    • expandoTables

      protected final List<com.liferay.expando.kernel.model.ExpandoTable> expandoTables
  • Constructor Details

    • ExpandoTableSearchFixture

      public ExpandoTableSearchFixture(com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService, com.liferay.expando.kernel.service.ExpandoColumnLocalService expandoColumnLocalService, com.liferay.expando.kernel.service.ExpandoTableLocalService expandoTableLocalService)
  • Method Details

    • addExpandoColumn

      public void addExpandoColumn(Class<?> clazz, int indexType, int columnType, String... columns) throws Exception
      Throws:
      Exception
    • addExpandoColumn

      public void addExpandoColumn(Class<?> clazz, int indexType, String... columns) throws Exception
      Throws:
      Exception
    • getExpandoColumns

      public List<com.liferay.expando.kernel.model.ExpandoColumn> getExpandoColumns()
    • getExpandoTables

      public List<com.liferay.expando.kernel.model.ExpandoTable> getExpandoTables()