Class SectionRepositoryImpl

java.lang.Object
net.officefloor.model.impl.section.SectionRepositoryImpl
All Implemented Interfaces:
net.officefloor.model.section.SectionRepository

public class SectionRepositoryImpl extends Object implements net.officefloor.model.section.SectionRepository
SectionRepository implementation.
Author:
Daniel Sagenschneider
  • Constructor Details

  • Method Details

    • retrieveSection

      public void retrieveSection(net.officefloor.model.section.SectionModel section, ConfigurationItem configuration) throws Exception
      Description copied from interface: net.officefloor.model.section.SectionRepository
      Retrieves the SectionModel from the ConfigurationItem.
      Specified by:
      retrieveSection in interface net.officefloor.model.section.SectionRepository
      Parameters:
      section - SectionModel.
      configuration - ConfigurationItem containing the SectionModel.
      Throws:
      Exception - If fails to retrieve the SectionModel.
    • storeSection

      public void storeSection(net.officefloor.model.section.SectionModel section, WritableConfigurationItem configuration) throws Exception
      Description copied from interface: net.officefloor.model.section.SectionRepository
      Stores the SectionModel into the ConfigurationItem.
      Specified by:
      storeSection in interface net.officefloor.model.section.SectionRepository
      Parameters:
      section - SectionModel.
      configuration - WritableConfigurationItem to contain the SectionModel.
      Throws:
      Exception - If fails to store the SectionModel.