Class EntityAssociationLinkBuilder
java.lang.Object
com.foreach.across.modules.entity.web.EntityConfigurationLinkBuilder
com.foreach.across.modules.entity.web.EntityAssociationLinkBuilder
- All Implemented Interfaces:
EntityLinkBuilder
Deprecated.
Generates links for an EntityAssociation
.
This link builder is the base for scoped versions created with asAssociationFor(EntityLinkBuilder, Object)
.
- Author:
- Arne Vandamme
-
Constructor Summary
ConstructorDescriptionEntityAssociationLinkBuilder
(EntityAssociation association, org.springframework.core.convert.ConversionService conversionService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionasAssociationFor
(EntityLinkBuilder sourceLinkBuilder, Object sourceEntity) Deprecated.Creates a new link builder that represents the current linkbuilder as an association from a source entity, this will useEntityLinkBuilder.associations(Object)
on the source link builder for prefixing the current link builder.protected String
Deprecated.Methods inherited from class com.foreach.across.modules.entity.web.EntityConfigurationLinkBuilder
associations, create, delete, getIdAsString, overview, setAssociationsPath, setCreatePath, setDeletePath, setOverviewPath, setUpdatePath, setViewPath, setWebAppPathResolver, update, view
-
Constructor Details
-
EntityAssociationLinkBuilder
public EntityAssociationLinkBuilder(EntityAssociation association, org.springframework.core.convert.ConversionService conversionService) Deprecated.
-
-
Method Details
-
getEntityConfigurationPath
Deprecated.- Overrides:
getEntityConfigurationPath
in classEntityConfigurationLinkBuilder
-
asAssociationFor
Deprecated.Description copied from class:EntityConfigurationLinkBuilder
Creates a new link builder that represents the current linkbuilder as an association from a source entity, this will useEntityLinkBuilder.associations(Object)
on the source link builder for prefixing the current link builder.- Specified by:
asAssociationFor
in interfaceEntityLinkBuilder
- Overrides:
asAssociationFor
in classEntityConfigurationLinkBuilder
-
EntityViewLinks
instead