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 GFetchGrid. readEndpoint(PageableEndpoint<?> endpoint)default CPageableFetch. readEndpoint(PageableEndpoint<?> endpoint)Method parameters in com.broadleafcommerce.metadata.dsl.core.extension with type arguments of type PageableEndpoint Modifier and Type Method Description default GFetchGrid. readEndpoint(UnaryOperator<PageableEndpoint<?>> fn)default CPageableFetch. 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 AGenerateTemplateAction. 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 AGenerateTemplateAction. 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 ALookupFilterAction. 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 ALookupFilterAction. 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 TTree. 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 TTree. 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 interfacePageableEndpoint<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 classDefaultPageableEndpointDefault 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 FLookupField. 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 FLookupField. 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 GExportHistoryGrid. 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 VSelectTargetEntityGridView. readTargetEntitiesEndpoint(UnaryOperator<PageableEndpoint<?>> fn)Adds the endpoint to read the entities.
-