Interface ModelSearchConfigurator<T extends com.liferay.portal.kernel.model.BaseModel<?>>
@ProviderType
public interface ModelSearchConfigurator<T extends com.liferay.portal.kernel.model.BaseModel<?>>
-
Method Summary
Modifier and TypeMethodDescriptiondefault longdefault String[]default String[]default ModelIndexerWriterContributor<T> default ModelSummaryContributordefault ModelVisibilityContributordefault booleandefault booleandefault booleandefault boolean
-
Method Details
-
getClassName
String getClassName() -
getCompanyId
default long getCompanyId() -
getDefaultSelectedFieldNames
-
getDefaultSelectedLocalizedFieldNames
-
getModelIndexerWriterContributor
-
getModelSummaryContributor
-
getModelVisibilityContributor
-
isPermissionAware
default boolean isPermissionAware() -
isSearchResultPermissionFilterSuppressed
default boolean isSearchResultPermissionFilterSuppressed() -
isSelectAllLocales
default boolean isSelectAllLocales() -
isStagingAware
default boolean isStagingAware()
-