Uses of Interface
com.foreach.across.modules.entity.web.EntityLinkBuilder
Packages that use EntityLinkBuilder
Package
Description
-
Uses of EntityLinkBuilder in com.foreach.across.modules.entity.web
Classes in com.foreach.across.modules.entity.web that implement EntityLinkBuilderModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.since 3.0.0 - useEntityViewLinks
insteadclass
Deprecated.since 3.0.0 - useEntityViewLinks
insteadMethods in com.foreach.across.modules.entity.web that return EntityLinkBuilderModifier and TypeMethodDescriptionEntityAssociationLinkBuilder.asAssociationFor
(EntityLinkBuilder sourceLinkBuilder, Object sourceEntity) Deprecated.EntityConfigurationLinkBuilder.asAssociationFor
(EntityLinkBuilder sourceLinkBuilder, Object sourceEntity) Deprecated.Creates a new link builder that represents the current linkbuilder as an association from a source entity, this will useassociations(Object)
on the source link builder for prefixing the current link builder.EntityLinkBuilder.asAssociationFor
(EntityLinkBuilder sourceLinkBuilder, Object sourceEntity) Deprecated.PrefixingLinkBuilder.asAssociationFor
(EntityLinkBuilder sourceLinkBuilder, Object sourceEntity) Deprecated.Methods in com.foreach.across.modules.entity.web with parameters of type EntityLinkBuilderModifier and TypeMethodDescriptionEntityAssociationLinkBuilder.asAssociationFor
(EntityLinkBuilder sourceLinkBuilder, Object sourceEntity) Deprecated.EntityConfigurationLinkBuilder.asAssociationFor
(EntityLinkBuilder sourceLinkBuilder, Object sourceEntity) Deprecated.Creates a new link builder that represents the current linkbuilder as an association from a source entity, this will useassociations(Object)
on the source link builder for prefixing the current link builder.EntityLinkBuilder.asAssociationFor
(EntityLinkBuilder sourceLinkBuilder, Object sourceEntity) Deprecated.PrefixingLinkBuilder.asAssociationFor
(EntityLinkBuilder sourceLinkBuilder, Object sourceEntity) Deprecated.Constructors in com.foreach.across.modules.entity.web with parameters of type EntityLinkBuilderModifierConstructorDescriptionPrefixingLinkBuilder
(@NonNull String prefixPath, EntityLinkBuilder linkBuilder) Deprecated. -
Uses of EntityLinkBuilder in com.foreach.across.modules.entity.web.links
Classes in com.foreach.across.modules.entity.web.links that implement EntityLinkBuilderModifier and TypeClassDescriptionclass
Core link building entry point for an entity type.static class
static class
Methods in com.foreach.across.modules.entity.web.links that return EntityLinkBuilderModifier and TypeMethodDescriptionabstract EntityLinkBuilder
EntityViewLinkBuilder.asAssociationFor
(EntityLinkBuilder sourceLinkBuilder, Object sourceEntity) Deprecated.EntityViewLinkBuilder.ForEntityAssociation.asAssociationFor
(EntityLinkBuilder sourceLinkBuilder, Object sourceEntity) EntityViewLinkBuilder.ForEntityConfiguration.asAssociationFor
(EntityLinkBuilder sourceLinkBuilder, @NonNull Object sourceEntity) Methods in com.foreach.across.modules.entity.web.links with parameters of type EntityLinkBuilderModifier and TypeMethodDescriptionabstract EntityLinkBuilder
EntityViewLinkBuilder.asAssociationFor
(EntityLinkBuilder sourceLinkBuilder, Object sourceEntity) Deprecated.EntityViewLinkBuilder.ForEntityAssociation.asAssociationFor
(EntityLinkBuilder sourceLinkBuilder, Object sourceEntity) EntityViewLinkBuilder.ForEntityConfiguration.asAssociationFor
(EntityLinkBuilder sourceLinkBuilder, @NonNull Object sourceEntity)
EntityViewLinks
instead