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 interface
Endpoint<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 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 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.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 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.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 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.READ
endpoint 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 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 Endpoint Modifier and Type Method Description default 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 Endpoint Modifier and Type Method Description default Endpoint<?>
CloneModalFormAction. getCloneEndpoint()
Retrieves theCloneModalFormAction.EndpointTypes.CLONE
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 Endpoint Modifier and Type Method Description default Optional<Endpoint<?>>
CloneModalFormAction. findCloneEndpoint()
Finds theCloneModalFormAction.EndpointTypes.CLONE
endpoint for this component.default Optional<Endpoint<?>>
RowModalFormAction. findSubmitEndpoint()
Retrieve theRowModalFormAction.EndpointTypes.SUBMIT
endpoint.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 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
TriggerAction. addTriggerEndpoint(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 Endpoint Modifier and Type Method Description 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
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 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 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 Endpoint Modifier and Type Method Description default 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.endpoints 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 Endpoint Modifier and Type Class Description class
AbstractEndpoint<E extends AbstractEndpoint<E>>
class
DefaultEndpoint
class
DefaultPageableEndpoint
Default 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 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 Endpoint Modifier and Type Method Description default 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 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 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 Endpoint Modifier and Type Method Description default 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 Endpoint Modifier and Type Method Description default 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 Endpoint Modifier and Type Method Description void
DefaultEndpointValidator. validate(Endpoint<?> target, org.springframework.validation.Errors errors, ComponentValidatorManager manager)
void
EndpointValidator. validate(Endpoint<?> target, org.springframework.validation.Errors errors, ComponentValidatorManager manager)
-