Modifier and Type | Method and Description |
---|---|
<S extends SupplierSource> |
SupplierLoaderImpl.fillSupplyOrders(Class<S> supplierSourceClass,
PropertyList propertyList,
SupplyOrder... supplyOrders) |
<S extends SupplierSource> |
SupplierLoaderImpl.loadSpecification(Class<S> supplierSourceClass) |
<S extends SupplierSource> |
SupplierSourceContextImpl.loadSupplier(Class<S> supplierSourceClass,
PropertyList propertyList,
SupplyOrder... supplyOrders)
Loads the
SupplierType from the added ManagedObject
instances, along with filling SupplyOrder instances. |
<S extends SupplierSource> |
SupplierLoaderImpl.loadSupplierType(Class<S> supplierSourceClass,
PropertyList propertyList) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSupplierSource
Abstract
SupplierSource . |
Modifier and Type | Method and Description |
---|---|
<S extends SupplierSource> |
SupplierLoader.fillSupplyOrders(Class<S> supplierSourceClass,
PropertyList propertyList,
SupplyOrder... supplyOrders)
Fills the
SupplyOrder instances with a
SuppliedManagedObject . |
<S extends SupplierSource> |
SupplierLoader.loadSpecification(Class<S> supplierSourceClass)
|
<S extends SupplierSource> |
SupplierLoader.loadSupplierType(Class<S> supplierSourceClass,
PropertyList propertyList)
Loads and returns
SupplierType for the SupplierSource . |
Modifier and Type | Interface and Description |
---|---|
interface |
SupplierSourceService<S extends SupplierSource>
ServiceLoader service to plug-in an SupplierSource
Class alias by including the extension SupplierSource jar on
the class path. |
Modifier and Type | Method and Description |
---|---|
abstract <S extends SupplierSource> |
OfficeFloorCompiler.addSupplierSourceAlias(String alias,
Class<S> supplierSourceClass)
Allows providing an alias name for a
SupplierSource . |
Modifier and Type | Method and Description |
---|---|
<S extends SupplierSource> |
OfficeFloorCompilerImpl.addSupplierSourceAlias(String alias,
Class<S> supplierSourceClass) |
<S extends SupplierSource> |
OfficeFloorCompilerImpl.getSupplierSourceClass(String supplierSourceClassName,
Node node) |
Modifier and Type | Method and Description |
---|---|
<S extends SupplierSource> |
OfficeFloorCompilerAdapter.addSupplierSourceAlias(String alias,
Class<S> supplierSourceClass) |
Modifier and Type | Method and Description |
---|---|
<S extends SupplierSource> |
NodeContext.getSupplierSourceClass(String supplierSourceClassName,
Node node)
Obtains the
SupplierSource class. |
Modifier and Type | Method and Description |
---|---|
static <S extends SupplierSource> |
SupplierLoaderUtil.loadSupplierType(Class<S> supplierSourceClass,
OfficeFloorCompiler compiler,
String... propertyNameValues)
Convenience method that loads the
SupplierType with the provided
OfficeFloorCompiler . |
static <S extends SupplierSource> |
SupplierLoaderUtil.loadSupplierType(Class<S> supplierSourceClass,
String... propertyNameValues)
Convenience method that loads the
SupplierType by obtaining the
ClassLoader from the SupplierSource class. |
static <S extends SupplierSource> |
SupplierLoaderUtil.validateSpecification(Class<S> supplierSourceClass,
String... propertyNameLabels)
Validates the
SupplierSourceSpecification for the
SupplierSource . |
static <S extends SupplierSource> |
SupplierLoaderUtil.validateSupplierType(net.officefloor.compile.test.supplier.SupplierLoaderUtil.SupplierTypeBuilder expectedSupplierType,
Class<S> supplierSourceClass,
OfficeFloorCompiler compiler,
String... propertyNameValues)
Convenience method that validates the
SupplierType loaded from
the input SupplierSource against the expected
SupplierType from the SupplierTypeBuilder . |
static <S extends SupplierSource> |
SupplierLoaderUtil.validateSupplierType(net.officefloor.compile.test.supplier.SupplierLoaderUtil.SupplierTypeBuilder expectedSupplierType,
Class<S> supplierSourceClass,
String... propertyNameValues)
Convenience method that validates the
SupplierType loaded from
the input SupplierSource against the expected
SupplierType from the SupplierTypeBuilder . |
Copyright © 2005–2016. All rights reserved.