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
ConstructorsConstructorDescriptionEntityAssociationLinkBuilder(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 StringDeprecated.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:
getEntityConfigurationPathin classEntityConfigurationLinkBuilder
-
asAssociationFor
Deprecated.Description copied from class:EntityConfigurationLinkBuilderCreates 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:
asAssociationForin interfaceEntityLinkBuilder- Overrides:
asAssociationForin classEntityConfigurationLinkBuilder
-
EntityViewLinksinstead