Uses of Class
net.officefloor.model.office.OfficeSupplierThreadLocalToExternalManagedObjectModel
-
Packages that use OfficeSupplierThreadLocalToExternalManagedObjectModel Package Description net.officefloor.model.office -
-
Uses of OfficeSupplierThreadLocalToExternalManagedObjectModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return OfficeSupplierThreadLocalToExternalManagedObjectModel Modifier and Type Method Description OfficeSupplierThreadLocalToExternalManagedObjectModel
OfficeSupplierThreadLocalModel. getExternalManagedObject()
Methods in net.officefloor.model.office that return types with arguments of type OfficeSupplierThreadLocalToExternalManagedObjectModel Modifier and Type Method Description java.util.List<OfficeSupplierThreadLocalToExternalManagedObjectModel>
ExternalManagedObjectModel. getDependentOfficeSupplierThreadLocals()
Methods in net.officefloor.model.office with parameters of type OfficeSupplierThreadLocalToExternalManagedObjectModel Modifier and Type Method Description void
ExternalManagedObjectModel. addDependentOfficeSupplierThreadLocal(OfficeSupplierThreadLocalToExternalManagedObjectModel dependentOfficeSupplierThreadLocal)
void
ExternalManagedObjectModel. removeDependentOfficeSupplierThreadLocal(OfficeSupplierThreadLocalToExternalManagedObjectModel dependentOfficeSupplierThreadLocal)
void
OfficeSupplierThreadLocalModel. setExternalManagedObject(OfficeSupplierThreadLocalToExternalManagedObjectModel externalManagedObject)
-