Uses of Interface
com.broadleafcommerce.metadata.dsl.core.Endpoint
-
-
Uses of Endpoint in com.broadleafcommerce.metadata.dsl.core
Classes in com.broadleafcommerce.metadata.dsl.core with type parameters of type Endpoint Modifier and Type Interface Description interfaceEndpoint<E extends Endpoint<E>>Represents the metadata for an endpoint.Methods in com.broadleafcommerce.metadata.dsl.core with type parameters of type Endpoint Modifier and Type Method Description 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 Endpoint Modifier and Type Method Description default 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 Endpoint Modifier and Type Method Description default Optional<Endpoint<?>>Action. findEndpoint(String type)default Optional<Endpoint<?>>Action. findEndpoint(Predicate<Endpoint<?>> predicate)default Optional<Endpoint<?>>Component. findEndpoint(String type)Finds the endpoint stored at the given type.default Optional<Endpoint<?>>Component. findEndpoint(Predicate<Endpoint<?>> predicate)Retrieves a single endpoint matching the given predicate.default Collection<Endpoint<?>>Action. findEndpoints(Predicate<Endpoint<?>> predicate)default List<Endpoint<?>>Component. findEndpoints(Predicate<Endpoint<?>> predicate)Retrieves a list of endpoints that match the given predicate.Map<String,Endpoint<?>>AbstractComponent. getEndpoints()Map<String,Endpoint<?>>Action. getEndpoints()Map<String,Endpoint<?>>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 Endpoint Modifier and Type Method Description default 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 Endpoint Modifier and Type Method Description default Optional<Endpoint<?>>Action. findEndpoint(Predicate<Endpoint<?>> predicate)default Optional<Endpoint<?>>Component. findEndpoint(Predicate<Endpoint<?>> predicate)Retrieves a single endpoint matching the given predicate.default Collection<Endpoint<?>>Action. findEndpoints(Predicate<Endpoint<?>> predicate)default List<Endpoint<?>>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 Endpoint Modifier and Type Method Description default Endpoint<?>ResourceGrid. getAssignEndpoint()default Endpoint<?>ResourceGrid. getCreateEndpoint()default Endpoint<?>ResourceGrid. getDeleteEndpoint()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 Endpoint Modifier and Type Method Description default Optional<Endpoint<?>>ResourceGrid. findAssignEndpoint()default Optional<Endpoint<?>>ResourceGrid. findCreateEndpoint()default Optional<Endpoint<?>>ResourceGrid. findDeleteEndpoint()default Optional<Endpoint<?>>Orderable. findOrderableEndpoint()default Optional<Endpoint<?>>FetchEntity. findReadEndpoint()Finds theFetchEntity.EndpointTypes.READendpoint for this component.default Optional<Endpoint<?>>ResourceGrid. findUpdateEndpoint()default Optional<Endpoint<?>>ResourceGrid. findUpdateTranslationsEndpoint()Methods in com.broadleafcommerce.metadata.dsl.core.extension with parameters of type Endpoint Modifier and Type Method Description default 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 Endpoint Modifier and Type Method Description default 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 Endpoint Modifier and Type Method Description default Endpoint<?>CloneModalFormAction. getCloneEndpoint()Retrieves theCloneModalFormAction.EndpointTypes.CLONEendpoint 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 Endpoint Modifier and Type Method Description default Optional<Endpoint<?>>CloneModalFormAction. findCloneEndpoint()Finds theCloneModalFormAction.EndpointTypes.CLONEendpoint for this component.default Optional<Endpoint<?>>RowModalFormAction. findSubmitEndpoint()Retrieve theRowModalFormAction.EndpointTypes.SUBMITendpoint.default Optional<Endpoint<?>>TriggerAction. findTriggerEndpoint()Map<String,Endpoint<?>>AbstractAction. getEndpoints()Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions with parameters of type Endpoint Modifier and Type Method Description 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 ATriggerAction. addTriggerEndpoint(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 Endpoint Modifier and Type Method Description 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 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 Endpoint Modifier and Type Method Description default 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<?>Tree. getUpdateTranslationsEndpoint()Methods in com.broadleafcommerce.metadata.dsl.core.extension.common.tree with parameters of type Endpoint Modifier and Type Method Description default 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 Endpoint Modifier and Type Method Description default 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.endpoints 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 Endpoint Modifier and Type Class Description classAbstractEndpoint<E extends AbstractEndpoint<E>>classDefaultEndpointclassDefaultPageableEndpointDefault implementation ofPageableEndpoint.Constructors in com.broadleafcommerce.metadata.dsl.core.extension.endpoints with parameters of type Endpoint Constructor Description AbstractEndpoint(Endpoint<?> endpoint) -
Uses of Endpoint in com.broadleafcommerce.metadata.dsl.core.extension.fields
Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields that return Endpoint Modifier and Type Method Description default Endpoint<?>LookupField. getHydrateEndpoint()Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields that return types with arguments of type Endpoint Modifier and Type Method Description default Optional<Endpoint<?>>LookupField. findHydrateEndpoint()Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields with parameters of type Endpoint Modifier and Type Method Description default 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 Endpoint Modifier and Type Method Description default 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 Endpoint Modifier and Type Method Description default 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 Endpoint Modifier and Type Method Description default 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 Endpoint Modifier and Type Method Description default 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 Endpoint Modifier and Type Method Description default 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 Endpoint Modifier and Type Method Description voidDefaultEndpointValidator. validate(Endpoint<?> target, org.springframework.validation.Errors errors, ComponentValidatorManager manager)voidEndpointValidator. validate(Endpoint<?> target, org.springframework.validation.Errors errors, ComponentValidatorManager manager)
-