Uses of Class
net.officefloor.model.office.OfficeTeamModel
-
Packages that use OfficeTeamModel Package Description net.officefloor.model.impl.office net.officefloor.model.office -
-
Uses of OfficeTeamModel in net.officefloor.model.impl.office
Methods in net.officefloor.model.impl.office that return types with arguments of type OfficeTeamModel Modifier and Type Method Description Change<OfficeTeamModel>OfficeChangesImpl. addOfficeTeam(java.lang.String teamName)Change<OfficeTeamModel>OfficeChangesImpl. removeOfficeTeam(OfficeTeamModel officeTeam)Change<OfficeTeamModel>OfficeChangesImpl. renameOfficeTeam(OfficeTeamModel officeTeam, java.lang.String newOfficeTeamName)Methods in net.officefloor.model.impl.office with parameters of type OfficeTeamModel Modifier and Type Method Description Change<TypeQualificationModel>OfficeChangesImpl. addOfficeTeamTypeQualification(OfficeTeamModel officeTeam, java.lang.String qualifier, java.lang.String type)Change<AdministrationToOfficeTeamModel>OfficeChangesImpl. linkAdministrationToOfficeTeam(AdministrationModel administration, OfficeTeamModel officeTeam)Change<OfficeFunctionToOfficeTeamModel>OfficeChangesImpl. linkOfficeFunctionToOfficeTeam(OfficeFunctionModel officeFunction, OfficeTeamModel officeTeam)Change<OfficeManagedObjectSourceTeamToOfficeTeamModel>OfficeChangesImpl. linkOfficeManagedObjectSourceTeamToOfficeTeam(OfficeManagedObjectSourceTeamModel mosTeam, OfficeTeamModel officeTeam)Change<OfficeTeamModel>OfficeChangesImpl. removeOfficeTeam(OfficeTeamModel officeTeam)Change<OfficeTeamModel>OfficeChangesImpl. renameOfficeTeam(OfficeTeamModel officeTeam, java.lang.String newOfficeTeamName) -
Uses of OfficeTeamModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return OfficeTeamModel Modifier and Type Method Description OfficeTeamModelAdministrationToOfficeTeamModel. getOfficeTeam()OfficeTeamModelGovernanceToOfficeTeamModel. getOfficeTeam()OfficeTeamModelOfficeFunctionToOfficeTeamModel. getOfficeTeam()OfficeTeamModelOfficeManagedObjectSourceTeamToOfficeTeamModel. getOfficeTeam()Methods in net.officefloor.model.office that return types with arguments of type OfficeTeamModel Modifier and Type Method Description Change<OfficeTeamModel>OfficeChanges. addOfficeTeam(java.lang.String teamName)Adds anOfficeTeamModelto theOfficeModel.java.util.List<OfficeTeamModel>OfficeModel. getOfficeTeams()RemoveConnectionsAction<OfficeTeamModel>OfficeTeamModel. removeConnections()Remove Connections.Change<OfficeTeamModel>OfficeChanges. removeOfficeTeam(OfficeTeamModel officeTeam)Removes theOfficeTeamModel.Change<OfficeTeamModel>OfficeChanges. renameOfficeTeam(OfficeTeamModel officeTeam, java.lang.String newOfficeTeamName)Renames theOfficeTeamModel.Constructors in net.officefloor.model.office with parameters of type OfficeTeamModel Constructor Description AdministrationToOfficeTeamModel(java.lang.String officeTeamName, AdministrationModel administration, OfficeTeamModel officeTeam)Convenience constructor.AdministrationToOfficeTeamModel(java.lang.String officeTeamName, AdministrationModel administration, OfficeTeamModel officeTeam, int x, int y)Convenience constructor allowing XY initialising.GovernanceToOfficeTeamModel(java.lang.String officeTeamName, GovernanceModel governance, OfficeTeamModel officeTeam)Convenience constructor.GovernanceToOfficeTeamModel(java.lang.String officeTeamName, GovernanceModel governance, OfficeTeamModel officeTeam, int x, int y)Convenience constructor allowing XY initialising.OfficeFunctionToOfficeTeamModel(java.lang.String officeTeamName, OfficeFunctionModel officeFunction, OfficeTeamModel officeTeam)Convenience constructor.OfficeFunctionToOfficeTeamModel(java.lang.String officeTeamName, OfficeFunctionModel officeFunction, OfficeTeamModel officeTeam, int x, int y)Convenience constructor allowing XY initialising.OfficeManagedObjectSourceTeamToOfficeTeamModel(java.lang.String officeTeamName, OfficeManagedObjectSourceTeamModel officeManagedObjectSourceTeam, OfficeTeamModel officeTeam)Convenience constructor.OfficeManagedObjectSourceTeamToOfficeTeamModel(java.lang.String officeTeamName, OfficeManagedObjectSourceTeamModel officeManagedObjectSourceTeam, OfficeTeamModel officeTeam, int x, int y)Convenience constructor allowing XY initialising.OfficeModel(boolean isAutoWireObjects, boolean isAutoWireTeams, OfficeSectionModel[] officeSection, OfficeTeamModel[] officeTeam, OfficeSupplierModel[] officeSupplier, ExternalManagedObjectModel[] externalManagedObject, OfficeManagedObjectSourceModel[] officeManagedObjectSource, OfficeManagedObjectModel[] officeManagedObject, OfficeManagedObjectPoolModel[] officeManagedObjectPool, OfficeEscalationModel[] officeEscalation, AdministrationModel[] administration, GovernanceModel[] governance, OfficeStartModel[] officeStart)Convenience constructor.OfficeModel(boolean isAutoWireObjects, boolean isAutoWireTeams, OfficeSectionModel[] officeSection, OfficeTeamModel[] officeTeam, OfficeSupplierModel[] officeSupplier, ExternalManagedObjectModel[] externalManagedObject, OfficeManagedObjectSourceModel[] officeManagedObjectSource, OfficeManagedObjectModel[] officeManagedObject, OfficeManagedObjectPoolModel[] officeManagedObjectPool, OfficeEscalationModel[] officeEscalation, AdministrationModel[] administration, GovernanceModel[] governance, OfficeStartModel[] officeStart, int x, int y)Convenience constructor allowing XY initialising.
-