Class SubSectionClassSectionFlowManufacturer
- java.lang.Object
-
- net.officefloor.plugin.section.clazz.flow.impl.SubSectionClassSectionFlowManufacturer
-
- All Implemented Interfaces:
ServiceFactory<ClassSectionFlowManufacturer>
,ClassSectionFlowManufacturer
,ClassSectionFlowManufacturerServiceFactory
public class SubSectionClassSectionFlowManufacturer extends java.lang.Object implements ClassSectionFlowManufacturer, ClassSectionFlowManufacturerServiceFactory
- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description SubSectionClassSectionFlowManufacturer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassSectionFlow
createFlow(ClassSectionFlowManufacturerContext context)
Creates theClassSectionFlow
.ClassSectionFlowManufacturer
createService(ServiceContext context)
Creates the service.
-
-
-
Method Detail
-
createService
public ClassSectionFlowManufacturer createService(ServiceContext context) throws java.lang.Throwable
Description copied from interface:ServiceFactory
Creates the service.- Specified by:
createService
in interfaceServiceFactory<ClassSectionFlowManufacturer>
- Parameters:
context
-ServiceContext
.- Returns:
- Service.
- Throws:
java.lang.Throwable
- If fails to create the service.
-
createFlow
public ClassSectionFlow createFlow(ClassSectionFlowManufacturerContext context) throws java.lang.Exception
Description copied from interface:ClassSectionFlowManufacturer
Creates theClassSectionFlow
.- Specified by:
createFlow
in interfaceClassSectionFlowManufacturer
- Parameters:
context
-ClassSectionFlowManufacturerContext
.- Returns:
ClassSectionFlow
ornull
to indicate to use anotherClassSectionFlowManufacturer
.- Throws:
java.lang.Exception
- If fails to createClassSectionFlow
.
-
-