Uses of Class
net.officefloor.model.office.OfficeEscalationToOfficeSectionInputModel
-
Packages that use OfficeEscalationToOfficeSectionInputModel Package Description net.officefloor.model.impl.office net.officefloor.model.office -
-
Uses of OfficeEscalationToOfficeSectionInputModel in net.officefloor.model.impl.office
Methods in net.officefloor.model.impl.office that return types with arguments of type OfficeEscalationToOfficeSectionInputModel Modifier and Type Method Description Change<OfficeEscalationToOfficeSectionInputModel>OfficeChangesImpl. linkOfficeEscalationToOfficeSectionInput(OfficeEscalationModel escalation, OfficeSectionInputModel sectionInput)Change<OfficeEscalationToOfficeSectionInputModel>OfficeChangesImpl. removeOfficeEscalationToOfficeSectionInput(OfficeEscalationToOfficeSectionInputModel escalationToSectionInput)Methods in net.officefloor.model.impl.office with parameters of type OfficeEscalationToOfficeSectionInputModel Modifier and Type Method Description Change<OfficeEscalationToOfficeSectionInputModel>OfficeChangesImpl. removeOfficeEscalationToOfficeSectionInput(OfficeEscalationToOfficeSectionInputModel escalationToSectionInput) -
Uses of OfficeEscalationToOfficeSectionInputModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return OfficeEscalationToOfficeSectionInputModel Modifier and Type Method Description OfficeEscalationToOfficeSectionInputModelOfficeEscalationModel. getOfficeSectionInput()Methods in net.officefloor.model.office that return types with arguments of type OfficeEscalationToOfficeSectionInputModel Modifier and Type Method Description java.util.List<OfficeEscalationToOfficeSectionInputModel>OfficeSectionInputModel. getOfficeEscalations()Change<OfficeEscalationToOfficeSectionInputModel>OfficeChanges. linkOfficeEscalationToOfficeSectionInput(OfficeEscalationModel escalation, OfficeSectionInputModel sectionInput)Links theOfficeEscalationModelto theOfficeSectionInputModel.Change<OfficeEscalationToOfficeSectionInputModel>OfficeChanges. removeOfficeEscalationToOfficeSectionInput(OfficeEscalationToOfficeSectionInputModel escalationToSectionInput)Removes theOfficeEscalationToOfficeSectionInputModel.Methods in net.officefloor.model.office with parameters of type OfficeEscalationToOfficeSectionInputModel Modifier and Type Method Description voidOfficeSectionInputModel. addOfficeEscalation(OfficeEscalationToOfficeSectionInputModel officeEscalation)voidOfficeSectionInputModel. removeOfficeEscalation(OfficeEscalationToOfficeSectionInputModel officeEscalation)Change<OfficeEscalationToOfficeSectionInputModel>OfficeChanges. removeOfficeEscalationToOfficeSectionInput(OfficeEscalationToOfficeSectionInputModel escalationToSectionInput)Removes theOfficeEscalationToOfficeSectionInputModel.voidOfficeEscalationModel. setOfficeSectionInput(OfficeEscalationToOfficeSectionInputModel officeSectionInput)
-