Interface UserServiceAssociationRecordFormContext<S extends AssociationTableEntitySelection>

All Known Subinterfaces:
UserServiceAssociationRecordFormContext.ForCreate, UserServiceAssociationRecordFormContext.ForDefault, UserServiceAssociationRecordFormContext.ForDuplicate

public interface UserServiceAssociationRecordFormContext<S extends AssociationTableEntitySelection>
This interface defines methods to get the contextual information when the user service must be created in replacement of the default record form, for an associated object to be created or accessed.
Since:
5.9.0
See Also:
  • Method Details

    • getEntitySelection

      S getEntitySelection()
      Returns the current selection.
    • getSession

      Session getSession()
      Returns the current session.