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 ClassSectionManagedObjectClassSectionLoader. addManagedObject(java.lang.String objectName, java.lang.String managedObjectSourceClassName, PropertyList properties, ObjectDecoration objectDecoration)Loads theSectionManagedObject.ClassSectionManagedObjectClassSectionLoader. 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 ClassSectionManagedObjectClassSectionObjectContext. getOrCreateManagedObject(java.lang.String managedObjectSourceClassName, PropertyList properties, ClassSectionTypeQualifier... typeQualifiers)Gets or creates theSectionManagedObject.ClassSectionManagedObjectClassSectionObjectContext. getOrCreateManagedObject(ManagedObjectSource<?,?> managedObjectSource, PropertyList properties, ClassSectionTypeQualifier... typeQualifiers)Gets or creates theSectionManagedObject.
-