Uses of Interface
net.officefloor.compile.team.TeamType
Packages that use TeamType
Package
Description
-
Uses of TeamType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return TeamTypeModifier and TypeMethodDescriptionCompileContextImpl.getOrLoadTeamType(TeamNode teamNode) TeamNodeImpl.loadTeamType()Methods in net.officefloor.compile.impl.structure with parameters of type TeamTypeModifier and TypeMethodDescriptionvoidOfficeFloorNodeImpl.visit(TeamType teamType, TeamNode teamNode, CompileContext compileContext) -
Uses of TeamType in net.officefloor.compile.impl.team
Classes in net.officefloor.compile.impl.team that implement TeamTypeMethods in net.officefloor.compile.impl.team that return TeamTypeModifier and TypeMethodDescription<TS extends TeamSource>
TeamTypeTeamLoaderImpl.loadTeamType(String teamName, Class<TS> teamSourceClass, PropertyList propertyList) TeamLoaderImpl.loadTeamType(String teamName, TeamSource teamSource, PropertyList propertyList) -
Uses of TeamType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return TeamTypeModifier and TypeMethodDescriptionCompileContext.getOrLoadTeamType(TeamNode teamNode) TeamNode.loadTeamType()Loads theTeamTypefor theTeamSource.Methods in net.officefloor.compile.internal.structure with parameters of type TeamTypeModifier and TypeMethodDescriptionvoidTeamVisitor.visit(TeamType teamType, TeamNode teamNode, CompileContext compileContext) Visits theTeamNode. -
Uses of TeamType in net.officefloor.compile.spi.officefloor
Methods in net.officefloor.compile.spi.officefloor that return TeamType -
Uses of TeamType in net.officefloor.compile.team
Methods in net.officefloor.compile.team that return TeamTypeModifier and TypeMethodDescription<TS extends TeamSource>
TeamTypeTeamLoader.loadTeamType(String teamName, Class<TS> teamSourceClass, PropertyList propertyList) Loads and returns theTeamTypesourced from theTeamSource.TeamLoader.loadTeamType(String teamName, TeamSource teamSource, PropertyList propertyList) Loads and returns theTeamTypesourced from theTeamSource. -
Uses of TeamType in net.officefloor.model.impl.officefloor
Methods in net.officefloor.model.impl.officefloor with parameters of type TeamTypeModifier and TypeMethodDescriptionChange<net.officefloor.model.officefloor.OfficeFloorTeamModel>OfficeFloorChangesImpl.addOfficeFloorTeam(String teamName, int teamSize, boolean isRequestNoTeamOversight, String teamSourceClassName, PropertyList properties, TeamType teamType)