Uses of Interface
com.broadleafcommerce.metadata.dsl.core.Endpoint
Packages that use Endpoint
Package
Description
-
Uses of Endpoint in com.broadleafcommerce.metadata.dsl.core
Classes in com.broadleafcommerce.metadata.dsl.core with type parameters of type EndpointModifier and TypeInterfaceDescriptioninterface
Represents the metadata for an endpoint.Methods in com.broadleafcommerce.metadata.dsl.core with type parameters of type EndpointModifier and TypeMethodDescriptionComponent.findEndpoint
(String type, Class<T> clazz) Finds the endpoint stored at the given type.default <E extends Endpoint<E>>
EAction.getEndpoint
(String type, Class<E> clazz) default <T extends Endpoint<T>>
TComponent.getEndpoint
(String type, Class<T> clazz) Retrieves the endpoint at the given key as the given type.Methods in com.broadleafcommerce.metadata.dsl.core that return EndpointModifier and TypeMethodDescriptiondefault Endpoint<?>
Action.getEndpoint
(String type) default Endpoint<?>
Component.getEndpoint
(String type) Retrieves the endpoint at the given type, if it exists.Methods in com.broadleafcommerce.metadata.dsl.core that return types with arguments of type EndpointModifier and TypeMethodDescriptionAction.findEndpoint
(String type) Action.findEndpoint
(Predicate<Endpoint<?>> predicate) Component.findEndpoint
(String type) Finds the endpoint stored at the given type.Component.findEndpoint
(Predicate<Endpoint<?>> predicate) Retrieves a single endpoint matching the given predicate.default Collection<Endpoint<?>>
Action.findEndpoints
(Predicate<Endpoint<?>> predicate) Component.findEndpoints
(Predicate<Endpoint<?>> predicate) Retrieves a list of endpoints that match the given predicate.AbstractComponent.getEndpoints()
Action.getEndpoints()
Component.getEndpoints()
A key-value map of endpoints used for managing the endpoints of this component.default Collection<Endpoint<?>>
Action.getEndpointsList()
default Collection<Endpoint<?>>
Component.getEndpointsList()
The serializable list of endpoints.Methods in com.broadleafcommerce.metadata.dsl.core with parameters of type EndpointModifier and TypeMethodDescriptiondefault A
Action.addEndpoint
(Endpoint<?> endpoint) default A
Action.addEndpoint
(String type, Endpoint<?> endpoint) default C
Component.addEndpoint
(Endpoint<?> endpoint) Adds the provided endpoint to this component.default C
Component.addEndpoint
(String type, Endpoint<?> endpoint) Adds the provided endpoint with the given type to this component.Method parameters in com.broadleafcommerce.metadata.dsl.core with type arguments of type EndpointModifier and TypeMethodDescriptionAction.findEndpoint
(Predicate<Endpoint<?>> predicate) Component.findEndpoint
(Predicate<Endpoint<?>> predicate) Retrieves a single endpoint matching the given predicate.default Collection<Endpoint<?>>
Action.findEndpoints
(Predicate<Endpoint<?>> predicate) Component.findEndpoints
(Predicate<Endpoint<?>> predicate) Retrieves a list of endpoints that match the given predicate.void
AbstractComponent.setEndpoints
(Map<String, Endpoint<?>> endpoints) void
Action.setEndpoints
(Map<String, Endpoint<?>> endpoints) void
Component.setEndpoints
(Map<String, Endpoint<?>> endpoints) -
Uses of Endpoint in com.broadleafcommerce.metadata.dsl.core.extension
Methods in com.broadleafcommerce.metadata.dsl.core.extension that return EndpointModifier and TypeMethodDescriptiondefault Endpoint<?>
ResourceGrid.getAssignEndpoint()
default Endpoint<?>
ResourceGrid.getCreateEndpoint()
default Endpoint<?>
ResourceGrid.getDeleteEndpoint()
default Endpoint<?>
FilterableGrid.getEndpointByType
(String targetEndpointType) default Endpoint<?>
Orderable.getOrderableEndpoint()
default Endpoint<?>
FetchEntity.getReadEndpoint()
Retrieves theFetchEntity.EndpointTypes.READ
endpoint for this component.default Endpoint<?>
ResourceGrid.getUpdateEndpoint()
default Endpoint<?>
ResourceGrid.getUpdateTranslationsEndpoint()
Methods in com.broadleafcommerce.metadata.dsl.core.extension that return types with arguments of type EndpointModifier and TypeMethodDescriptionResourceGrid.findAssignEndpoint()
ResourceGrid.findCreateEndpoint()
ResourceGrid.findDeleteEndpoint()
Orderable.findOrderableEndpoint()
FetchEntity.findReadEndpoint()
Finds theFetchEntity.EndpointTypes.READ
endpoint for this component.ResourceGrid.findUpdateEndpoint()
ResourceGrid.findUpdateTranslationsEndpoint()
Methods in com.broadleafcommerce.metadata.dsl.core.extension with parameters of type EndpointModifier and TypeMethodDescriptiondefault C
FetchEntity.addReadEndpoint
(Endpoint<?> endpoint) Adds theFetchEntity.EndpointTypes.READ
endpoint for the component.default G
ResourceGrid.assignEndpoint
(Endpoint<?> endpoint) default G
ResourceGrid.createEndpoint
(Endpoint<?> endpoint) default G
ResourceGrid.deleteEndpoint
(Endpoint<?> endpoint) default R
Orderable.orderableEndpoint
(Endpoint<?> endpoint) default G
ResourceGrid.updateEndpoint
(Endpoint<?> endpoint) default G
ResourceGrid.updateTranslationsEndpoint
(Endpoint<?> endpoint) Method parameters in com.broadleafcommerce.metadata.dsl.core.extension with type arguments of type EndpointModifier and TypeMethodDescriptiondefault G
ResourceGrid.assignEndpoint
(UnaryOperator<Endpoint<?>> fn) default G
ResourceGrid.createEndpoint
(UnaryOperator<Endpoint<?>> fn) default G
ResourceGrid.deleteEndpoint
(UnaryOperator<Endpoint<?>> fn) default R
Orderable.orderableEndpoint
(UnaryOperator<Endpoint<?>> fn) default C
FetchEntity.readEndpoint
(UnaryOperator<Endpoint<?>> fn) Configures theFetchEntity.EndpointTypes.READ
endpoint for the component.default G
ResourceGrid.updateEndpoint
(UnaryOperator<Endpoint<?>> fn) default G
ResourceGrid.updateTranslationsEndpoint
(UnaryOperator<Endpoint<?>> fn) -
Uses of Endpoint in com.broadleafcommerce.metadata.dsl.core.extension.actions
Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions that return EndpointModifier and TypeMethodDescriptiondefault Endpoint<?>
AddAdjustmentModalFormAction.getAddAdjustmentEndpoint()
Retrieves theAddAdjustmentModalFormAction.EndpointTypes.ADD_ADJUSTMENT
endpoint for this component.default Endpoint<?>
CloneModalFormAction.getCloneEndpoint()
Retrieves theCloneModalFormAction.EndpointTypes.CLONE
endpoint for this component.default Endpoint<?>
BulkOperationAction.getSubmitEndpoint()
Retrieves theBulkOperationAction.EndpointTypes.SUBMIT
endpoint for this component.default Endpoint<?>
EntityModalFormAction.getSubmitEndpoint()
Retrieves theEntityModalFormAction.EndpointTypes.SUBMIT_FORM
endpoint for this component.default Endpoint<?>
RowModalFormAction.getSubmitEndpoint()
Retrieve theRowModalFormAction.EndpointTypes.SUBMIT
endpoint.Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions that return types with arguments of type EndpointModifier and TypeMethodDescriptionAddAdjustmentModalFormAction.findAddAdjustmentEndpoint()
Finds theAddAdjustmentModalFormAction.EndpointTypes.ADD_ADJUSTMENT
endpoint for this component.CloneModalFormAction.findCloneEndpoint()
Finds theCloneModalFormAction.EndpointTypes.CLONE
endpoint for this component.BulkOperationAction.findSubmitEndpoint()
Finds theBulkOperationAction.EndpointTypes.SUBMIT
endpoint for this component.EntityModalFormAction.findSubmitEndpoint()
Finds theEntityModalFormAction.EndpointTypes.SUBMIT_FORM
endpoint for this component.RowModalFormAction.findSubmitEndpoint()
Retrieve theRowModalFormAction.EndpointTypes.SUBMIT
endpoint.TriggerAction.findTriggerEndpoint()
AbstractAction.getEndpoints()
Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions with parameters of type EndpointModifier and TypeMethodDescriptiondefault A
AddAdjustmentModalFormAction.addAddAdjustmentEndpoint
(Endpoint<?> endpoint) Adds theAddAdjustmentModalFormAction.EndpointTypes.ADD_ADJUSTMENT
endpoint for the component.default A
CloneModalFormAction.addCloneEndpoint
(Endpoint<?> endpoint) Adds theCloneModalFormAction.EndpointTypes.CLONE
endpoint for the component.default A
ExportGridAction.addReadExportEndpoint
(Endpoint<?> endpoint) Adds the endpoint to read the export by id.default A
ImportGridAction.addReadImportEndpoint
(Endpoint<?> endpoint) Adds the endpoint to read the import by id.default A
ExportGridAction.addStartExportEndpoint
(Endpoint<?> endpoint) Adds the endpoint to start the export.default A
ImportGridAction.addStartImportEndpoint
(Endpoint<?> endpoint) Adds the endpoint to start the import.default A
BulkOperationAction.addSubmitEndpoint
(Endpoint<?> endpoint) Adds theBulkOperationAction.EndpointTypes.SUBMIT
endpoint for the component.default A
EntityModalFormAction.addSubmitEndpoint
(Endpoint<?> endpoint) Adds theEntityModalFormAction.EndpointTypes.SUBMIT_FORM
endpoint for the component.default A
TriggerAction.addTriggerEndpoint
(Endpoint<?> endpoint) default A
InlineGridSelectAction.submitEndpoint
(Endpoint<?> endpoint) default A
RowModalFormAction.submitEndpoint
(Endpoint<?> endpoint) Configure theRowModalFormAction.EndpointTypes.SUBMIT
endpoint.Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.actions with type arguments of type EndpointModifier and TypeMethodDescriptiondefault A
AddAdjustmentModalFormAction.addAdjustmentEndpoint
(UnaryOperator<Endpoint<?>> fn) Configures theAddAdjustmentModalFormAction.EndpointTypes.ADD_ADJUSTMENT
endpoint for the component.default A
CloneModalFormAction.cloneEndpoint
(UnaryOperator<Endpoint<?>> fn) Configures theCloneModalFormAction.EndpointTypes.CLONE
endpoint for the component.default A
ExportGridAction.readExportEndpoint
(UnaryOperator<Endpoint<?>> fn) Adds the endpoint to read the export by id.default A
ImportGridAction.readImportEndpoint
(String scope, UnaryOperator<Endpoint<?>> fn) Adds the endpoint to read the import by id.void
AbstractAction.setEndpoints
(Map<String, Endpoint<?>> endpoints) default A
ExportGridAction.startExportEndpoint
(UnaryOperator<Endpoint<?>> fn) Adds the endpoint to start the export.default A
ImportGridAction.startImportEndpoint
(String scope, UnaryOperator<Endpoint<?>> fn) Adds the endpoint to start the import.default A
BulkOperationAction.submitEndpoint
(UnaryOperator<Endpoint<?>> fn) Configures theBulkOperationAction.EndpointTypes.SUBMIT
endpoint for the component.default A
EntityModalFormAction.submitEndpoint
(UnaryOperator<Endpoint<?>> fn) Configures theEntityModalFormAction.EndpointTypes.SUBMIT_FORM
endpoint for the component.default A
RowModalFormAction.submitEndpoint
(UnaryOperator<Endpoint<?>> fn) Configure theRowModalFormAction.EndpointTypes.SUBMIT
endpoint.default A
TriggerAction.triggerEndpoint
(UnaryOperator<Endpoint<?>> fn) -
Uses of Endpoint in com.broadleafcommerce.metadata.dsl.core.extension.common.tree
Methods in com.broadleafcommerce.metadata.dsl.core.extension.common.tree that return EndpointModifier and TypeMethodDescriptiondefault Endpoint<?>
Tree.getCreateItemEndpoint()
default Endpoint<?>
Tree.getDeleteItemEndpoint()
default Endpoint<?>
Tree.getReadAncestorsEndpoint()
default Endpoint<?>
Tree.getReadChildrenItemsEndpoint()
default Endpoint<?>
Tree.getReadItemEndpoint()
default Endpoint<?>
Tree.getReadRootItemsEndpoint()
default Endpoint<?>
Tree.getUpdateItemEndpoint()
default Endpoint<?>
Methods in com.broadleafcommerce.metadata.dsl.core.extension.common.tree with parameters of type EndpointModifier and TypeMethodDescriptiondefault T
Tree.createItemEndpoint
(Endpoint<?> endpoint) default T
Tree.deleteItemEndpoint
(Endpoint<?> endpoint) default T
Tree.readAncestorsEndpoint
(Endpoint<?> endpoint) default T
Tree.readChildrenItemsEndpoint
(Endpoint<?> endpoint) default T
Tree.readItemEndpoint
(Endpoint<?> endpoint) default T
Tree.readRootItemsEndpoint
(Endpoint<?> endpoint) default T
Tree.updateItemEndpoint
(Endpoint<?> endpoint) default T
Tree.updateTranslationsEndpoint
(Endpoint<?> endpoint) Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.common.tree with type arguments of type EndpointModifier and TypeMethodDescriptiondefault T
Tree.createItemEndpoint
(UnaryOperator<Endpoint<?>> fn) default T
Tree.deleteItemEndpoint
(UnaryOperator<Endpoint<?>> fn) default T
Tree.readAncestorsEndpoint
(UnaryOperator<Endpoint<?>> fn) default T
Tree.readChildrenItemsEndpoint
(UnaryOperator<Endpoint<?>> fn) default T
Tree.readItemEndpoint
(UnaryOperator<Endpoint<?>> fn) default T
Tree.readRootItemsEndpoint
(UnaryOperator<Endpoint<?>> fn) default T
Tree.updateItemEndpoint
(UnaryOperator<Endpoint<?>> fn) default T
Tree.updateTranslationsEndpoint
(UnaryOperator<Endpoint<?>> fn) -
Uses of Endpoint in com.broadleafcommerce.metadata.dsl.core.extension.endpoints
Subinterfaces of Endpoint in com.broadleafcommerce.metadata.dsl.core.extension.endpointsModifier 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 EndpointModifier and TypeClassDescriptionclass
AbstractEndpoint<E extends AbstractEndpoint<E>>
class
class
Default implementation ofPageableEndpoint
.Constructors in com.broadleafcommerce.metadata.dsl.core.extension.endpoints with parameters of type Endpoint -
Uses of Endpoint in com.broadleafcommerce.metadata.dsl.core.extension.fields
Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields that return EndpointMethods in com.broadleafcommerce.metadata.dsl.core.extension.fields that return types with arguments of type EndpointMethods in com.broadleafcommerce.metadata.dsl.core.extension.fields with parameters of type EndpointModifier and TypeMethodDescriptiondefault F
LookupField.hydrateEndpoint
(Endpoint<?> endpoint) Configures the hydration endpoint for the lookup.Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.fields with type arguments of type EndpointModifier and TypeMethodDescriptiondefault F
LookupField.hydrateEndpoint
(UnaryOperator<Endpoint<?>> fn) Configures the hydration endpoint for the lookup. -
Uses of Endpoint in com.broadleafcommerce.metadata.dsl.core.extension.views.details
Methods in com.broadleafcommerce.metadata.dsl.core.extension.views.details that return EndpointModifier and TypeMethodDescriptiondefault Endpoint<?>
UpdateEntityView.getDeleteEndpoint()
default Endpoint<?>
CreateEntityView.getSubmitEndpoint()
default Endpoint<?>
UpdateEntityView.getSubmitEndpoint()
default Endpoint<?>
UpdateEntityView.getUpdateTranslationsEndpoint()
Methods in com.broadleafcommerce.metadata.dsl.core.extension.views.details with parameters of type EndpointModifier and TypeMethodDescriptiondefault V
UpdateEntityView.addDeleteEndpoint
(Endpoint<?> endpoint) default V
UpdateEntityView.addSubmitEndpoint
(Endpoint<?> endpoint) default V
UpdateEntityView.addSubmitTranslationsEndpoint
(Endpoint<?> endpoint) default V
CreateEntityView.submitEndpoint
(Endpoint<?> endpoint) Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.views.details with type arguments of type EndpointModifier and TypeMethodDescriptiondefault V
UpdateEntityView.deleteEndpoint
(UnaryOperator<Endpoint<?>> fn) default V
CreateEntityView.submitEndpoint
(UnaryOperator<Endpoint<?>> fn) default V
UpdateEntityView.submitEndpoint
(UnaryOperator<Endpoint<?>> fn) default V
UpdateEntityView.submitTranslationsEndpoint
(UnaryOperator<Endpoint<?>> fn) -
Uses of Endpoint in com.broadleafcommerce.metadata.dsl.validators
Methods in com.broadleafcommerce.metadata.dsl.validators with parameters of type EndpointModifier and TypeMethodDescriptiondefault void
ComponentValidatorManager.validateEndpoint
(Endpoint<?> target, org.springframework.validation.Errors errors) Method used to validateEndpoint
objects. -
Uses of Endpoint in com.broadleafcommerce.metadata.dsl.validators.endpoints
Methods in com.broadleafcommerce.metadata.dsl.validators.endpoints with parameters of type EndpointModifier and TypeMethodDescriptionvoid
DefaultEndpointValidator.validate
(Endpoint<?> target, org.springframework.validation.Errors errors, ComponentValidatorManager manager) void
EndpointValidator.validate
(Endpoint<?> target, org.springframework.validation.Errors errors, ComponentValidatorManager manager)