Uses of Interface
net.officefloor.model.repository.ModelRepository
-
-
Uses of ModelRepository in net.officefloor.activity.model
Constructors in net.officefloor.activity.model with parameters of type ModelRepository Constructor Description ActivityRepositoryImpl(ModelRepository modelRepository)
Initiate. -
Uses of ModelRepository in net.officefloor.model.impl.office
Constructors in net.officefloor.model.impl.office with parameters of type ModelRepository Constructor Description OfficeRepositoryImpl(ModelRepository modelRepository)
Initiate. -
Uses of ModelRepository in net.officefloor.model.impl.officefloor
Constructors in net.officefloor.model.impl.officefloor with parameters of type ModelRepository Constructor Description OfficeFloorRepositoryImpl(ModelRepository modelRepository)
Initiate. -
Uses of ModelRepository in net.officefloor.model.impl.repository
Classes in net.officefloor.model.impl.repository that implement ModelRepository Modifier and Type Class Description class
ModelRepositoryImpl
ModelRepository
implementation. -
Uses of ModelRepository in net.officefloor.model.impl.section
Constructors in net.officefloor.model.impl.section with parameters of type ModelRepository Constructor Description SectionRepositoryImpl(ModelRepository modelRepository)
Initiate. -
Uses of ModelRepository in net.officefloor.woof.model.objects
Constructors in net.officefloor.woof.model.objects with parameters of type ModelRepository Constructor Description WoofObjectsRepositoryImpl(ModelRepository modelRepository)
Initiate. -
Uses of ModelRepository in net.officefloor.woof.model.resources
Constructors in net.officefloor.woof.model.resources with parameters of type ModelRepository Constructor Description WoofResourcesRepositoryImpl(ModelRepository modelRepository)
Initiate. -
Uses of ModelRepository in net.officefloor.woof.model.teams
Constructors in net.officefloor.woof.model.teams with parameters of type ModelRepository Constructor Description WoofTeamsRepositoryImpl(ModelRepository modelRepository)
Initiate. -
Uses of ModelRepository in net.officefloor.woof.model.woof
Constructors in net.officefloor.woof.model.woof with parameters of type ModelRepository Constructor Description WoofRepositoryImpl(ModelRepository modelRepository)
Initiate.
-