Package net.officefloor.woof.teams
Class WoofTeamsLoaderImpl
- java.lang.Object
-
- net.officefloor.woof.teams.WoofTeamsLoaderImpl
-
- All Implemented Interfaces:
WoofTeamsLoader
public class WoofTeamsLoaderImpl extends java.lang.Object implements WoofTeamsLoader
WoofTeamsLoader
implementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description WoofTeamsLoaderImpl(WoofTeamsRepository repository)
Initiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadWoofTeamsConfiguration(WoofTeamsLoaderContext context)
Loads theWoofTeamsModel
configuration.void
loadWoofTeamsUsage(WoofTeamsUsageContext context)
Loads the use of theWoofTeamsModel
configuration.
-
-
-
Constructor Detail
-
WoofTeamsLoaderImpl
public WoofTeamsLoaderImpl(WoofTeamsRepository repository)
Initiate.- Parameters:
repository
-WoofTeamsRepository
.
-
-
Method Detail
-
loadWoofTeamsConfiguration
public void loadWoofTeamsConfiguration(WoofTeamsLoaderContext context) throws java.lang.Exception
Description copied from interface:WoofTeamsLoader
Loads theWoofTeamsModel
configuration.- Specified by:
loadWoofTeamsConfiguration
in interfaceWoofTeamsLoader
- Parameters:
context
-WoofTeamsLoaderContext
.- Throws:
java.lang.Exception
- If fails to load the configuration.
-
loadWoofTeamsUsage
public void loadWoofTeamsUsage(WoofTeamsUsageContext context) throws java.lang.Exception
Description copied from interface:WoofTeamsLoader
Loads the use of theWoofTeamsModel
configuration.- Specified by:
loadWoofTeamsUsage
in interfaceWoofTeamsLoader
- Parameters:
context
-WoofTeamsUsageContext
.- Throws:
java.lang.Exception
- If fails to load the usage.
-
-