Interface EntityLinkBuilder
- All Known Implementing Classes:
EntityAssociationLinkBuilder,EntityConfigurationLinkBuilder,EntityViewLinkBuilder,EntityViewLinkBuilder.ForEntityAssociation,EntityViewLinkBuilder.ForEntityConfiguration,PrefixingLinkBuilder
Deprecated.
- Author:
- Arne Vandamme
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionasAssociationFor(EntityLinkBuilder sourceLinkBuilder, Object sourceEntity) Deprecated.associations(Object entity) Deprecated.create()Deprecated.Deprecated.overview()Deprecated.Deprecated.Deprecated.
-
Method Details
-
overview
Deprecated.- Returns:
- link to the overview/list page
-
create
Deprecated.- Returns:
- link to create-new page
-
update
Deprecated.- Parameters:
entity- being updated- Returns:
- link to update page for entity
-
delete
Deprecated.- Parameters:
entity- being deleted- Returns:
- link to delete page for entity
-
view
Deprecated.- Parameters:
entity- being viewed- Returns:
- link to view page for entity
-
associations
Deprecated.- Parameters:
entity- being viewed- Returns:
- base link for associations
-
asAssociationFor
@Deprecated EntityLinkBuilder 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.
-
EntityViewLinksor theEntityViewLinkBuilderinstead