Uses of Interface
com.broadleafcommerce.metadata.dsl.core.extension.endpoints.PageableEndpoint
-
-
Uses of PageableEndpoint in com.broadleafcommerce.metadata.dsl.core.extension
Methods in com.broadleafcommerce.metadata.dsl.core.extension that return PageableEndpoint Modifier and Type Method Description default PageableEndpoint<?>
FetchGrid. getReadEndpoint()
default PageableEndpoint<?>
PageableFetch. getReadEndpoint()
Methods in com.broadleafcommerce.metadata.dsl.core.extension that return types with arguments of type PageableEndpoint Modifier and Type Method Description default Optional<PageableEndpoint<?>>
FetchGrid. findReadEndpoint()
default Optional<PageableEndpoint<?>>
PageableFetch. findReadEndpoint()
Methods in com.broadleafcommerce.metadata.dsl.core.extension with parameters of type PageableEndpoint Modifier and Type Method Description 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 PageableEndpoint Modifier and Type Method Description 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 PageableEndpoint Modifier and Type Method Description default PageableEndpoint<?>
GenerateTemplateAction. getGenerationEndpoint()
Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions that return types with arguments of type PageableEndpoint Modifier and Type Method Description default Optional<PageableEndpoint<?>>
GenerateTemplateAction. findGenerationEndpoint()
Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions with parameters of type PageableEndpoint Modifier and Type Method Description default 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 PageableEndpoint Modifier and Type Method Description default 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 PageableEndpoint Modifier and Type Method Description default PageableEndpoint<?>
LookupFilterAction. getReadEndpoint()
Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions.filters that return types with arguments of type PageableEndpoint Modifier and Type Method Description default Optional<PageableEndpoint<?>>
LookupFilterAction. findReadEndpoint()
Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions.filters with parameters of type PageableEndpoint Modifier and Type Method Description default 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 PageableEndpoint Modifier and Type Method Description default 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 PageableEndpoint Modifier and Type Method Description default PageableEndpoint<?>
Tree. getReadGridItemsEndpoint()
Methods in com.broadleafcommerce.metadata.dsl.core.extension.common.tree that return types with arguments of type PageableEndpoint Modifier and Type Method Description default Optional<PageableEndpoint<?>>
Tree. findReadGridItemsEndpoint()
Methods in com.broadleafcommerce.metadata.dsl.core.extension.common.tree with parameters of type PageableEndpoint Modifier and Type Method Description default T
Tree. readGridItemsEndpoint(PageableEndpoint<?> endpoint)
Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.common.tree with type arguments of type PageableEndpoint Modifier and Type Method Description default 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 PageableEndpoint Modifier and Type Interface Description interface
PageableEndpoint<E extends PageableEndpoint<E>>
Represents the metadata for a pageable endpoint.Classes in com.broadleafcommerce.metadata.dsl.core.extension.endpoints that implement PageableEndpoint Modifier and Type Class Description class
DefaultPageableEndpoint
Default implementation ofPageableEndpoint
.Constructors in com.broadleafcommerce.metadata.dsl.core.extension.endpoints with parameters of type PageableEndpoint Constructor Description DefaultPageableEndpoint(PageableEndpoint<?> endpoint)
-
Uses of PageableEndpoint in com.broadleafcommerce.metadata.dsl.core.extension.fields
Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields that return PageableEndpoint Modifier and Type Method Description default PageableEndpoint<?>
LookupField. getReadEndpoint()
Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields that return types with arguments of type PageableEndpoint Modifier and Type Method Description default Optional<PageableEndpoint<?>>
LookupField. findReadEndpoint()
Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields with parameters of type PageableEndpoint Modifier and Type Method Description default 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 PageableEndpoint Modifier and Type Method Description default 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 PageableEndpoint Modifier and Type Method Description default 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 PageableEndpoint Modifier and Type Method Description default V
SelectTargetEntityGridView. readTargetEntitiesEndpoint(UnaryOperator<PageableEndpoint<?>> fn)
Adds the endpoint to read the entities.
-