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
WoofTeamsLoaderimplementation.- 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 voidloadWoofTeamsConfiguration(WoofTeamsLoaderContext context)Loads theWoofTeamsModelconfiguration.voidloadWoofTeamsUsage(WoofTeamsUsageContext context)Loads the use of theWoofTeamsModelconfiguration.
-
-
-
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:WoofTeamsLoaderLoads theWoofTeamsModelconfiguration.- Specified by:
loadWoofTeamsConfigurationin 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:WoofTeamsLoaderLoads the use of theWoofTeamsModelconfiguration.- Specified by:
loadWoofTeamsUsagein interfaceWoofTeamsLoader- Parameters:
context-WoofTeamsUsageContext.- Throws:
java.lang.Exception- If fails to load the usage.
-
-