Uses of Class
net.officefloor.model.office.OfficeSupplierThreadLocalToOfficeManagedObjectModel
-
Packages that use OfficeSupplierThreadLocalToOfficeManagedObjectModel Package Description net.officefloor.model.office -
-
Uses of OfficeSupplierThreadLocalToOfficeManagedObjectModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return OfficeSupplierThreadLocalToOfficeManagedObjectModel Modifier and Type Method Description OfficeSupplierThreadLocalToOfficeManagedObjectModel
OfficeSupplierThreadLocalModel. getOfficeManagedObject()
Methods in net.officefloor.model.office that return types with arguments of type OfficeSupplierThreadLocalToOfficeManagedObjectModel Modifier and Type Method Description java.util.List<OfficeSupplierThreadLocalToOfficeManagedObjectModel>
OfficeManagedObjectModel. getDependentOfficeSupplierThreadLocals()
Methods in net.officefloor.model.office with parameters of type OfficeSupplierThreadLocalToOfficeManagedObjectModel Modifier and Type Method Description void
OfficeManagedObjectModel. addDependentOfficeSupplierThreadLocal(OfficeSupplierThreadLocalToOfficeManagedObjectModel dependentOfficeSupplierThreadLocal)
void
OfficeManagedObjectModel. removeDependentOfficeSupplierThreadLocal(OfficeSupplierThreadLocalToOfficeManagedObjectModel dependentOfficeSupplierThreadLocal)
void
OfficeSupplierThreadLocalModel. setOfficeManagedObject(OfficeSupplierThreadLocalToOfficeManagedObjectModel officeManagedObject)
-