Uses of Class
net.officefloor.model.office.OfficeFunctionToOfficeTeamModel
-
Packages that use OfficeFunctionToOfficeTeamModel Package Description net.officefloor.model.impl.office net.officefloor.model.office -
-
Uses of OfficeFunctionToOfficeTeamModel in net.officefloor.model.impl.office
Methods in net.officefloor.model.impl.office that return types with arguments of type OfficeFunctionToOfficeTeamModel Modifier and Type Method Description Change<OfficeFunctionToOfficeTeamModel>
OfficeChangesImpl. linkOfficeFunctionToOfficeTeam(OfficeFunctionModel officeFunction, OfficeTeamModel officeTeam)
Change<OfficeFunctionToOfficeTeamModel>
OfficeChangesImpl. removeOfficeFunctionToOfficeTeam(OfficeFunctionToOfficeTeamModel officeFunctionToOfficeTeam)
Methods in net.officefloor.model.impl.office with parameters of type OfficeFunctionToOfficeTeamModel Modifier and Type Method Description Change<OfficeFunctionToOfficeTeamModel>
OfficeChangesImpl. removeOfficeFunctionToOfficeTeam(OfficeFunctionToOfficeTeamModel officeFunctionToOfficeTeam)
-
Uses of OfficeFunctionToOfficeTeamModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return OfficeFunctionToOfficeTeamModel Modifier and Type Method Description OfficeFunctionToOfficeTeamModel
OfficeFunctionModel. getOfficeTeam()
Methods in net.officefloor.model.office that return types with arguments of type OfficeFunctionToOfficeTeamModel Modifier and Type Method Description java.util.List<OfficeFunctionToOfficeTeamModel>
OfficeTeamModel. getOfficeFunctions()
Change<OfficeFunctionToOfficeTeamModel>
OfficeChanges. linkOfficeFunctionToOfficeTeam(OfficeFunctionModel officeFunction, OfficeTeamModel officeTeam)
Links theOfficeFunctionModel
to theOfficeTeamModel
.Change<OfficeFunctionToOfficeTeamModel>
OfficeChanges. removeOfficeFunctionToOfficeTeam(OfficeFunctionToOfficeTeamModel officeFunctionToOfficeTeam)
Removes theOfficeFunctionToOfficeTeamModel
.Methods in net.officefloor.model.office with parameters of type OfficeFunctionToOfficeTeamModel Modifier and Type Method Description void
OfficeTeamModel. addOfficeFunction(OfficeFunctionToOfficeTeamModel officeFunction)
void
OfficeTeamModel. removeOfficeFunction(OfficeFunctionToOfficeTeamModel officeFunction)
Change<OfficeFunctionToOfficeTeamModel>
OfficeChanges. removeOfficeFunctionToOfficeTeam(OfficeFunctionToOfficeTeamModel officeFunctionToOfficeTeam)
Removes theOfficeFunctionToOfficeTeamModel
.void
OfficeFunctionModel. setOfficeTeam(OfficeFunctionToOfficeTeamModel officeTeam)
Constructors in net.officefloor.model.office with parameters of type OfficeFunctionToOfficeTeamModel Constructor Description OfficeFunctionModel(java.lang.String officeFunctionName, OfficeFunctionToOfficeTeamModel officeTeam, OfficeFunctionToPreAdministrationModel[] preAdministration, OfficeFunctionToPostAdministrationModel[] postAdministration, OfficeFunctionToGovernanceModel[] governance)
Convenience constructor.OfficeFunctionModel(java.lang.String officeFunctionName, OfficeFunctionToOfficeTeamModel officeTeam, OfficeFunctionToPreAdministrationModel[] preAdministration, OfficeFunctionToPostAdministrationModel[] postAdministration, OfficeFunctionToGovernanceModel[] governance, int x, int y)
Convenience constructor allowing XY initialising.OfficeTeamModel(java.lang.String officeTeamName, TypeQualificationModel[] typeQualification, OfficeFunctionToOfficeTeamModel[] officeFunction, OfficeManagedObjectSourceTeamToOfficeTeamModel[] officeManagedObjectSourceTeam, AdministrationToOfficeTeamModel[] administration, GovernanceToOfficeTeamModel[] governance)
Convenience constructor.OfficeTeamModel(java.lang.String officeTeamName, TypeQualificationModel[] typeQualification, OfficeFunctionToOfficeTeamModel[] officeFunction, OfficeManagedObjectSourceTeamToOfficeTeamModel[] officeManagedObjectSourceTeam, AdministrationToOfficeTeamModel[] administration, GovernanceToOfficeTeamModel[] governance, int x, int y)
Convenience constructor allowing XY initialising.
-