Uses of Interface
com.broadleafcommerce.metadata.dsl.core.extension.endpoints.PageableEndpoint
Packages that use PageableEndpoint
Package
Description
-
Uses of PageableEndpoint in com.broadleafcommerce.metadata.dsl.core.extension
Methods in com.broadleafcommerce.metadata.dsl.core.extension that return PageableEndpointModifier and TypeMethodDescriptiondefault PageableEndpoint<?>
FilterableGrid.getFallbackEndpoint()
Gets the configured fallback endpoint.default PageableEndpoint<?>
FetchGrid.getReadEndpoint()
default PageableEndpoint<?>
PageableFetch.getReadEndpoint()
Methods in com.broadleafcommerce.metadata.dsl.core.extension that return types with arguments of type PageableEndpointModifier and TypeMethodDescriptiondefault Optional<PageableEndpoint<?>>
FilterableGrid.findFallbackEndpoint()
Gets the configured fallback endpoint and wraps inOptional
.default Optional<PageableEndpoint<?>>
FetchGrid.findReadEndpoint()
default Optional<PageableEndpoint<?>>
PageableFetch.findReadEndpoint()
Methods in com.broadleafcommerce.metadata.dsl.core.extension with parameters of type PageableEndpointModifier and TypeMethodDescriptiondefault G
FilterableGrid.fallbackEndpoint
(PageableEndpoint<?> endpoint) Defines an endpoint to use to read collection or grid results in case the primary read endpoint is not usable such as when the Search service is undergoing maintenance or encounters errors.default G
FetchGrid.readEndpoint
(PageableEndpoint<?> endpoint) default C
PageableFetch.readEndpoint
(PageableEndpoint<?> endpoint) Method parameters in com.broadleafcommerce.metadata.dsl.core.extension with type arguments of type PageableEndpointModifier and TypeMethodDescriptiondefault G
FilterableGrid.facetedSearch
(String facetableType, UnaryOperator<PageableEndpoint<?>> configureFallback) Enable faceted search.default G
FilterableGrid.fallbackEndpoint
(UnaryOperator<PageableEndpoint<?>> fn) default G
FetchGrid.readEndpoint
(UnaryOperator<PageableEndpoint<?>> fn) default C
PageableFetch.readEndpoint
(UnaryOperator<PageableEndpoint<?>> fn) -
Uses of PageableEndpoint in com.broadleafcommerce.metadata.dsl.core.extension.actions
Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions that return PageableEndpointModifier and TypeMethodDescriptiondefault PageableEndpoint<?>
GenerateTemplateAction.getGenerationEndpoint()
Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions that return types with arguments of type PageableEndpointModifier and TypeMethodDescriptiondefault Optional<PageableEndpoint<?>>
GenerateTemplateAction.findGenerationEndpoint()
Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions with parameters of type PageableEndpointModifier and TypeMethodDescriptiondefault A
GenerateTemplateAction.generationEndpoint
(PageableEndpoint<?> endpoint) Configure the generation endpoint for the lookup.Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.actions with type arguments of type PageableEndpointModifier and TypeMethodDescriptiondefault A
GenerateTemplateAction.generationEndpoint
(UnaryOperator<PageableEndpoint<?>> fn) Configure the generation endpoint for the lookup. -
Uses of PageableEndpoint in com.broadleafcommerce.metadata.dsl.core.extension.actions.filters
Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions.filters that return PageableEndpointModifier and TypeMethodDescriptiondefault PageableEndpoint<?>
LookupFilterAction.getReadEndpoint()
Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions.filters that return types with arguments of type PageableEndpointModifier and TypeMethodDescriptiondefault Optional<PageableEndpoint<?>>
LookupFilterAction.findReadEndpoint()
Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions.filters with parameters of type PageableEndpointModifier and TypeMethodDescriptiondefault A
LookupFilterAction.readEndpoint
(PageableEndpoint<?> endpoint) Configure the read endpoint for the lookup.Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.actions.filters with type arguments of type PageableEndpointModifier and TypeMethodDescriptiondefault A
LookupFilterAction.readEndpoint
(UnaryOperator<PageableEndpoint<?>> fn) Configure the read endpoint for the lookup. -
Uses of PageableEndpoint in com.broadleafcommerce.metadata.dsl.core.extension.common.tree
Methods in com.broadleafcommerce.metadata.dsl.core.extension.common.tree that return PageableEndpointMethods in com.broadleafcommerce.metadata.dsl.core.extension.common.tree that return types with arguments of type PageableEndpointModifier and TypeMethodDescriptiondefault Optional<PageableEndpoint<?>>
Tree.findReadGridItemsEndpoint()
Methods in com.broadleafcommerce.metadata.dsl.core.extension.common.tree with parameters of type PageableEndpointModifier and TypeMethodDescriptiondefault T
Tree.readGridItemsEndpoint
(PageableEndpoint<?> endpoint) Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.common.tree with type arguments of type PageableEndpointModifier and TypeMethodDescriptiondefault T
Tree.readGridItemsEndpoint
(UnaryOperator<PageableEndpoint<?>> fn) -
Uses of PageableEndpoint in com.broadleafcommerce.metadata.dsl.core.extension.endpoints
Classes in com.broadleafcommerce.metadata.dsl.core.extension.endpoints with type parameters of type PageableEndpointModifier and TypeInterfaceDescriptioninterface
PageableEndpoint<E extends PageableEndpoint<E>>
Represents the metadata for a pageable endpoint.Classes in com.broadleafcommerce.metadata.dsl.core.extension.endpoints that implement PageableEndpointConstructors in com.broadleafcommerce.metadata.dsl.core.extension.endpoints with parameters of type PageableEndpoint -
Uses of PageableEndpoint in com.broadleafcommerce.metadata.dsl.core.extension.fields
Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields that return PageableEndpointMethods in com.broadleafcommerce.metadata.dsl.core.extension.fields that return types with arguments of type PageableEndpointModifier and TypeMethodDescriptiondefault Optional<PageableEndpoint<?>>
LookupField.findReadEndpoint()
Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields with parameters of type PageableEndpointModifier and TypeMethodDescriptiondefault F
LookupField.readEndpoint
(PageableEndpoint<?> endpoint) Configure the read endpoint for the lookup.Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.fields with type arguments of type PageableEndpointModifier and TypeMethodDescriptiondefault F
LookupField.readEndpoint
(UnaryOperator<PageableEndpoint<?>> fn) Configure the read endpoint for the lookup. -
Uses of PageableEndpoint in com.broadleafcommerce.metadata.dsl.core.extension.grids
Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.grids with type arguments of type PageableEndpointModifier and TypeMethodDescriptiondefault G
ExportHistoryGrid.readExportHistoryEndpoint
(UnaryOperator<PageableEndpoint<?>> fn) Adds the endpoint to read the export history. -
Uses of PageableEndpoint in com.broadleafcommerce.metadata.dsl.core.extension.views
Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.views with type arguments of type PageableEndpointModifier and TypeMethodDescriptiondefault V
SelectTargetEntityGridView.readTargetEntitiesEndpoint
(UnaryOperator<PageableEndpoint<?>> fn) Adds the endpoint to read the entities.