Interface OfficeSectionManagedObject
-
- All Superinterfaces:
AdministerableManagedObject,DependentManagedObject,GovernerableManagedObject
- All Known Subinterfaces:
ManagedObjectNode
- All Known Implementing Classes:
ManagedObjectNodeImpl
public interface OfficeSectionManagedObject extends DependentManagedObject, AdministerableManagedObject, GovernerableManagedObject
ManagedObjectcontained within anOfficeSubSection.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddPreLoadAdministration(OfficeAdministration administration)Adds anOfficeAdministrationto be done before attempting load thisManagedObject.java.lang.StringgetOfficeSectionManagedObjectName()Obtains the name of thisOfficeSectionManagedObject.-
Methods inherited from interface net.officefloor.compile.spi.office.AdministerableManagedObject
getAdministerableManagedObjectName
-
Methods inherited from interface net.officefloor.compile.spi.office.DependentManagedObject
getDependentManagedObjectName
-
Methods inherited from interface net.officefloor.compile.spi.office.GovernerableManagedObject
getGovernerableManagedObjectName
-
-
-
-
Method Detail
-
getOfficeSectionManagedObjectName
java.lang.String getOfficeSectionManagedObjectName()
Obtains the name of thisOfficeSectionManagedObject.- Returns:
- Name of this
OfficeSectionManagedObject.
-
addPreLoadAdministration
void addPreLoadAdministration(OfficeAdministration administration)
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.
-
-