Uses of Interface
com.foreach.across.modules.entity.web.EntityLinkBuilder
Package
Description
-
Uses of EntityLinkBuilder in com.foreach.across.modules.entity.web
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.since 3.0.0 - useEntityViewLinks
insteadclass
Deprecated.since 3.0.0 - useEntityViewLinks
insteadModifier 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.Modifier 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.ModifierConstructorDescriptionPrefixingLinkBuilder
(@NonNull String prefixPath, EntityLinkBuilder linkBuilder) Deprecated. -
Uses of EntityLinkBuilder in com.foreach.across.modules.entity.web.links
Modifier and TypeClassDescriptionclass
Core link building entry point for an entity type.static class
static class
Modifier 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) Modifier 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