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 TypeInterfaceDescriptioninterfaceRepresents 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 AAction.addEndpoint(Endpoint<?> endpoint) default AAction.addEndpoint(String type, Endpoint<?> endpoint) default CComponent.addEndpoint(Endpoint<?> endpoint) Adds the provided endpoint to this component.default CComponent.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.voidAbstractComponent.setEndpoints(Map<String, Endpoint<?>> endpoints) voidAction.setEndpoints(Map<String, Endpoint<?>> endpoints) voidComponent.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.READendpoint 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.READendpoint for this component.ResourceGrid.findUpdateEndpoint()ResourceGrid.findUpdateTranslationsEndpoint()Methods in com.broadleafcommerce.metadata.dsl.core.extension with parameters of type EndpointModifier and TypeMethodDescriptiondefault CFetchEntity.addReadEndpoint(Endpoint<?> endpoint) Adds theFetchEntity.EndpointTypes.READendpoint for the component.default GResourceGrid.assignEndpoint(Endpoint<?> endpoint) default GResourceGrid.createEndpoint(Endpoint<?> endpoint) default GResourceGrid.deleteEndpoint(Endpoint<?> endpoint) default ROrderable.orderableEndpoint(Endpoint<?> endpoint) default GResourceGrid.updateEndpoint(Endpoint<?> endpoint) default GResourceGrid.updateTranslationsEndpoint(Endpoint<?> endpoint) Method parameters in com.broadleafcommerce.metadata.dsl.core.extension with type arguments of type EndpointModifier and TypeMethodDescriptiondefault GResourceGrid.assignEndpoint(UnaryOperator<Endpoint<?>> fn) default GResourceGrid.createEndpoint(UnaryOperator<Endpoint<?>> fn) default GResourceGrid.deleteEndpoint(UnaryOperator<Endpoint<?>> fn) default ROrderable.orderableEndpoint(UnaryOperator<Endpoint<?>> fn) default CFetchEntity.readEndpoint(UnaryOperator<Endpoint<?>> fn) Configures theFetchEntity.EndpointTypes.READendpoint for the component.default GResourceGrid.updateEndpoint(UnaryOperator<Endpoint<?>> fn) default GResourceGrid.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_ADJUSTMENTendpoint for this component.default Endpoint<?>CloneModalFormAction.getCloneEndpoint()Retrieves theCloneModalFormAction.EndpointTypes.CLONEendpoint for this component.default Endpoint<?>BulkOperationAction.getSubmitEndpoint()Retrieves theBulkOperationAction.EndpointTypes.SUBMITendpoint for this component.default Endpoint<?>EntityModalFormAction.getSubmitEndpoint()Retrieves theEntityModalFormAction.EndpointTypes.SUBMIT_FORMendpoint for this component.default Endpoint<?>RowModalFormAction.getSubmitEndpoint()Retrieve theRowModalFormAction.EndpointTypes.SUBMITendpoint.Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions that return types with arguments of type EndpointModifier and TypeMethodDescriptionAddAdjustmentModalFormAction.findAddAdjustmentEndpoint()Finds theAddAdjustmentModalFormAction.EndpointTypes.ADD_ADJUSTMENTendpoint for this component.CloneModalFormAction.findCloneEndpoint()Finds theCloneModalFormAction.EndpointTypes.CLONEendpoint for this component.BulkOperationAction.findSubmitEndpoint()Finds theBulkOperationAction.EndpointTypes.SUBMITendpoint for this component.EntityModalFormAction.findSubmitEndpoint()Finds theEntityModalFormAction.EndpointTypes.SUBMIT_FORMendpoint for this component.RowModalFormAction.findSubmitEndpoint()Retrieve theRowModalFormAction.EndpointTypes.SUBMITendpoint.TriggerAction.findTriggerEndpoint()AbstractAction.getEndpoints()Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions with parameters of type EndpointModifier and TypeMethodDescriptiondefault AAddAdjustmentModalFormAction.addAddAdjustmentEndpoint(Endpoint<?> endpoint) Adds theAddAdjustmentModalFormAction.EndpointTypes.ADD_ADJUSTMENTendpoint for the component.default ACloneModalFormAction.addCloneEndpoint(Endpoint<?> endpoint) Adds theCloneModalFormAction.EndpointTypes.CLONEendpoint for the component.default AExportGridAction.addReadExportEndpoint(Endpoint<?> endpoint) Adds the endpoint to read the export by id.default AImportGridAction.addReadImportEndpoint(Endpoint<?> endpoint) Adds the endpoint to read the import by id.default AExportGridAction.addStartExportEndpoint(Endpoint<?> endpoint) Adds the endpoint to start the export.default AImportGridAction.addStartImportEndpoint(Endpoint<?> endpoint) Adds the endpoint to start the import.default ABulkOperationAction.addSubmitEndpoint(Endpoint<?> endpoint) Adds theBulkOperationAction.EndpointTypes.SUBMITendpoint for the component.default AEntityModalFormAction.addSubmitEndpoint(Endpoint<?> endpoint) Adds theEntityModalFormAction.EndpointTypes.SUBMIT_FORMendpoint for the component.default ATriggerAction.addTriggerEndpoint(Endpoint<?> endpoint) default AInlineGridSelectAction.submitEndpoint(Endpoint<?> endpoint) default ARowModalFormAction.submitEndpoint(Endpoint<?> endpoint) Configure theRowModalFormAction.EndpointTypes.SUBMITendpoint.Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.actions with type arguments of type EndpointModifier and TypeMethodDescriptiondefault AAddAdjustmentModalFormAction.addAdjustmentEndpoint(UnaryOperator<Endpoint<?>> fn) Configures theAddAdjustmentModalFormAction.EndpointTypes.ADD_ADJUSTMENTendpoint for the component.default ACloneModalFormAction.cloneEndpoint(UnaryOperator<Endpoint<?>> fn) Configures theCloneModalFormAction.EndpointTypes.CLONEendpoint for the component.default AExportGridAction.readExportEndpoint(UnaryOperator<Endpoint<?>> fn) Adds the endpoint to read the export by id.default AImportGridAction.readImportEndpoint(String scope, UnaryOperator<Endpoint<?>> fn) Adds the endpoint to read the import by id.voidAbstractAction.setEndpoints(Map<String, Endpoint<?>> endpoints) default AExportGridAction.startExportEndpoint(UnaryOperator<Endpoint<?>> fn) Adds the endpoint to start the export.default AImportGridAction.startImportEndpoint(String scope, UnaryOperator<Endpoint<?>> fn) Adds the endpoint to start the import.default ABulkOperationAction.submitEndpoint(UnaryOperator<Endpoint<?>> fn) Configures theBulkOperationAction.EndpointTypes.SUBMITendpoint for the component.default AEntityModalFormAction.submitEndpoint(UnaryOperator<Endpoint<?>> fn) Configures theEntityModalFormAction.EndpointTypes.SUBMIT_FORMendpoint for the component.default ARowModalFormAction.submitEndpoint(UnaryOperator<Endpoint<?>> fn) Configure theRowModalFormAction.EndpointTypes.SUBMITendpoint.default ATriggerAction.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 TTree.createItemEndpoint(Endpoint<?> endpoint) default TTree.deleteItemEndpoint(Endpoint<?> endpoint) default TTree.readAncestorsEndpoint(Endpoint<?> endpoint) default TTree.readChildrenItemsEndpoint(Endpoint<?> endpoint) default TTree.readItemEndpoint(Endpoint<?> endpoint) default TTree.readRootItemsEndpoint(Endpoint<?> endpoint) default TTree.updateItemEndpoint(Endpoint<?> endpoint) default TTree.updateTranslationsEndpoint(Endpoint<?> endpoint) Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.common.tree with type arguments of type EndpointModifier and TypeMethodDescriptiondefault TTree.createItemEndpoint(UnaryOperator<Endpoint<?>> fn) default TTree.deleteItemEndpoint(UnaryOperator<Endpoint<?>> fn) default TTree.readAncestorsEndpoint(UnaryOperator<Endpoint<?>> fn) default TTree.readChildrenItemsEndpoint(UnaryOperator<Endpoint<?>> fn) default TTree.readItemEndpoint(UnaryOperator<Endpoint<?>> fn) default TTree.readRootItemsEndpoint(UnaryOperator<Endpoint<?>> fn) default TTree.updateItemEndpoint(UnaryOperator<Endpoint<?>> fn) default TTree.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 TypeInterfaceDescriptioninterfacePageableEndpoint<E extends PageableEndpoint<E>>Represents the metadata for a pageable endpoint.Classes in com.broadleafcommerce.metadata.dsl.core.extension.endpoints that implement EndpointModifier and TypeClassDescriptionclassAbstractEndpoint<E extends AbstractEndpoint<E>>classclassDefault 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 FLookupField.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 FLookupField.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 VUpdateEntityView.addDeleteEndpoint(Endpoint<?> endpoint) default VUpdateEntityView.addSubmitEndpoint(Endpoint<?> endpoint) default VUpdateEntityView.addSubmitTranslationsEndpoint(Endpoint<?> endpoint) default VCreateEntityView.submitEndpoint(Endpoint<?> endpoint) Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.views.details with type arguments of type EndpointModifier and TypeMethodDescriptiondefault VUpdateEntityView.deleteEndpoint(UnaryOperator<Endpoint<?>> fn) default VCreateEntityView.submitEndpoint(UnaryOperator<Endpoint<?>> fn) default VUpdateEntityView.submitEndpoint(UnaryOperator<Endpoint<?>> fn) default VUpdateEntityView.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 voidComponentValidatorManager.validateEndpoint(Endpoint<?> target, org.springframework.validation.Errors errors) Method used to validateEndpointobjects. -
Uses of Endpoint in com.broadleafcommerce.metadata.dsl.validators.endpoints
Methods in com.broadleafcommerce.metadata.dsl.validators.endpoints with parameters of type EndpointModifier and TypeMethodDescriptionvoidDefaultEndpointValidator.validate(Endpoint<?> target, org.springframework.validation.Errors errors, ComponentValidatorManager manager) voidEndpointValidator.validate(Endpoint<?> target, org.springframework.validation.Errors errors, ComponentValidatorManager manager)