Package net.officefloor.woof.model.woof
Interface WoofRepository
- 
- All Known Implementing Classes:
- WoofRepositoryImpl
 
 public interface WoofRepositoryRepository for obtaining the WoOF (Web on OfficeFloor) model.- Author:
- Daniel Sagenschneider
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidretrieveWoof(WoofModel woof, ConfigurationItem configuration)Retrieves theWoofModelfrom theConfigurationItem.voidstoreWoof(WoofModel woof, WritableConfigurationItem configuration)Stores theWoofModelwithin theWritableConfigurationItem.
 
- 
- 
- 
Method Detail- 
retrieveWoofvoid retrieveWoof(WoofModel woof, ConfigurationItem configuration) throws java.lang.Exception Retrieves theWoofModelfrom theConfigurationItem.- Parameters:
- woof-- WoofModel.
- configuration-- ConfigurationItem.
- Throws:
- java.lang.Exception- If fails to retrieve the- WoofModel.
 
 - 
storeWoofvoid storeWoof(WoofModel woof, WritableConfigurationItem configuration) throws java.lang.Exception Stores theWoofModelwithin theWritableConfigurationItem.- Parameters:
- woof-- WoofModel.
- configuration-- WritableConfigurationItem.
- Throws:
- java.lang.Exception- If fails to store the- WoofModel.
 
 
- 
 
-