Uses of Class
net.officefloor.woof.model.woof.WoofExceptionToWoofSectionInputModel
-
Packages that use WoofExceptionToWoofSectionInputModel Package Description net.officefloor.woof.model.woof -
-
Uses of WoofExceptionToWoofSectionInputModel in net.officefloor.woof.model.woof
Methods in net.officefloor.woof.model.woof that return WoofExceptionToWoofSectionInputModel Modifier and Type Method Description WoofExceptionToWoofSectionInputModel
WoofExceptionModel. getWoofSectionInput()
Methods in net.officefloor.woof.model.woof that return types with arguments of type WoofExceptionToWoofSectionInputModel Modifier and Type Method Description java.util.List<WoofExceptionToWoofSectionInputModel>
WoofSectionInputModel. getWoofExceptions()
Change<WoofExceptionToWoofSectionInputModel>
WoofChanges. linkExceptionToSectionInput(WoofExceptionModel exception, WoofSectionInputModel sectionInput)
Links theWoofExceptionModel
to theWoofSectionInputModel
.Change<WoofExceptionToWoofSectionInputModel>
WoofChangesImpl. linkExceptionToSectionInput(WoofExceptionModel exception, WoofSectionInputModel sectionInput)
Change<WoofExceptionToWoofSectionInputModel>
WoofChanges. removeExceptionToSectionInput(WoofExceptionToWoofSectionInputModel link)
Removes theWoofExceptionToWoofSectionInputModel
.Change<WoofExceptionToWoofSectionInputModel>
WoofChangesImpl. removeExceptionToSectionInput(WoofExceptionToWoofSectionInputModel link)
Methods in net.officefloor.woof.model.woof with parameters of type WoofExceptionToWoofSectionInputModel Modifier and Type Method Description void
WoofSectionInputModel. addWoofException(WoofExceptionToWoofSectionInputModel woofException)
Change<WoofExceptionToWoofSectionInputModel>
WoofChanges. removeExceptionToSectionInput(WoofExceptionToWoofSectionInputModel link)
Removes theWoofExceptionToWoofSectionInputModel
.Change<WoofExceptionToWoofSectionInputModel>
WoofChangesImpl. removeExceptionToSectionInput(WoofExceptionToWoofSectionInputModel link)
void
WoofSectionInputModel. removeWoofException(WoofExceptionToWoofSectionInputModel woofException)
void
WoofExceptionModel. setWoofSectionInput(WoofExceptionToWoofSectionInputModel woofSectionInput)
-