Uses of Class
edu.pdx.cs.joy.family.Marriage
Packages that use Marriage
Package
Description
The package contains a family tree application that uses many of
the classes that we discuss in The Joy of Coding.
-
Uses of Marriage in edu.pdx.cs.joy.family
Methods in edu.pdx.cs.joy.family that return MarriageModifier and TypeMethodDescriptionEditMarriageDialog.getMarriage()Returns theMarriageedited by thisEditMarriageDialog.Methods in edu.pdx.cs.joy.family that return types with arguments of type MarriageModifier and TypeMethodDescriptionMarriageDAO.findAll()Finds all marriages in the database.MarriageDAOImpl.findAll()Finds all marriages in the database.MarriageDAO.findByPersonId(int personId) Finds all marriages for a specific person ID.MarriageDAOImpl.findByPersonId(int personId) Finds all marriages for a specific person ID.Person.getMarriages()Returns the marriages that this person was involved in.Methods in edu.pdx.cs.joy.family with parameters of type MarriageModifier and TypeMethodDescriptionvoidPerson.addMarriage(Marriage marriage) Makes note of a marriage this person was involved in.voidSaves a marriage to the database.voidSaves a marriage to the database.Constructors in edu.pdx.cs.joy.family with parameters of type MarriageModifierConstructorDescriptionEditMarriageDialog(Marriage marriage, JFrame owner, FamilyTree tree) Creates a newEditMarriageDialogfor editing an existing marriage.(package private)RemoteMarriageImpl(Marriage marriage) Creates a newRemoteMarriageImplthat delegates most of its behavior to a givenMarriage