Interface OfficeSectionManagedObject
- All Superinterfaces:
AdministerableManagedObject,DependentManagedObject,GovernerableManagedObject
- All Known Subinterfaces:
ManagedObjectNode
- All Known Implementing Classes:
ManagedObjectNodeImpl
public interface OfficeSectionManagedObject
extends DependentManagedObject, AdministerableManagedObject, GovernerableManagedObject
ManagedObject contained within an OfficeSubSection.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddPreLoadAdministration(OfficeAdministration administration) Adds anOfficeAdministrationto be done before attempting load thisManagedObject.Obtains the name of thisOfficeSectionManagedObject.Methods inherited from interface net.officefloor.compile.spi.office.AdministerableManagedObject
getAdministerableManagedObjectNameMethods inherited from interface net.officefloor.compile.spi.office.DependentManagedObject
getDependentManagedObjectNameMethods inherited from interface net.officefloor.compile.spi.office.GovernerableManagedObject
getGovernerableManagedObjectName
-
Method Details
-
getOfficeSectionManagedObjectName
String getOfficeSectionManagedObjectName()Obtains the name of thisOfficeSectionManagedObject.- Returns:
- Name of this
OfficeSectionManagedObject.
-
addPreLoadAdministration
Adds an
OfficeAdministrationto be done before attempting load thisManagedObject.The order that the
OfficeAdministrationinstances are added is the order they will be done.- Parameters:
administration-OfficeAdministrationto be done before attempting load thisManagedObject.
-