Uses of Class
net.officefloor.plugin.section.clazz.loader.ClassSectionManagedObject
-
Packages that use ClassSectionManagedObject Package Description net.officefloor.plugin.section.clazz.loader net.officefloor.plugin.section.clazz.object -
-
Uses of ClassSectionManagedObject in net.officefloor.plugin.section.clazz.loader
Methods in net.officefloor.plugin.section.clazz.loader that return ClassSectionManagedObject Modifier and Type Method Description ClassSectionManagedObject
ClassSectionLoader. addManagedObject(java.lang.String objectName, java.lang.String managedObjectSourceClassName, PropertyList properties, ObjectDecoration objectDecoration)
Loads theSectionManagedObject
.ClassSectionManagedObject
ClassSectionLoader. addManagedObject(java.lang.String objectName, ManagedObjectSource<?,?> managedObjectSource, PropertyList properties, ObjectDecoration objectDecoration)
Loads theSectionManagedObject
. -
Uses of ClassSectionManagedObject in net.officefloor.plugin.section.clazz.object
Methods in net.officefloor.plugin.section.clazz.object that return ClassSectionManagedObject Modifier and Type Method Description ClassSectionManagedObject
ClassSectionObjectContext. getOrCreateManagedObject(java.lang.String managedObjectSourceClassName, PropertyList properties, ClassSectionTypeQualifier... typeQualifiers)
Gets or creates theSectionManagedObject
.ClassSectionManagedObject
ClassSectionObjectContext. getOrCreateManagedObject(ManagedObjectSource<?,?> managedObjectSource, PropertyList properties, ClassSectionTypeQualifier... typeQualifiers)
Gets or creates theSectionManagedObject
.
-