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 OfficeEscalationToOfficeSectionInputModel
OfficeEscalationModel. 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 theOfficeEscalationModel
to 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 void
OfficeSectionInputModel. addOfficeEscalation(OfficeEscalationToOfficeSectionInputModel officeEscalation)
void
OfficeSectionInputModel. removeOfficeEscalation(OfficeEscalationToOfficeSectionInputModel officeEscalation)
Change<OfficeEscalationToOfficeSectionInputModel>
OfficeChanges. removeOfficeEscalationToOfficeSectionInput(OfficeEscalationToOfficeSectionInputModel escalationToSectionInput)
Removes theOfficeEscalationToOfficeSectionInputModel
.void
OfficeEscalationModel. setOfficeSectionInput(OfficeEscalationToOfficeSectionInputModel officeSectionInput)
-