Uses of Class
net.officefloor.model.office.GovernanceToOfficeSectionManagedObjectModel
-
Packages that use GovernanceToOfficeSectionManagedObjectModel Package Description net.officefloor.model.office -
-
Uses of GovernanceToOfficeSectionManagedObjectModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return types with arguments of type GovernanceToOfficeSectionManagedObjectModel Modifier and Type Method Description java.util.List<GovernanceToOfficeSectionManagedObjectModel>
OfficeSectionManagedObjectModel. getGovernances()
java.util.List<GovernanceToOfficeSectionManagedObjectModel>
GovernanceModel. getOfficeSectionManagedObjects()
Methods in net.officefloor.model.office with parameters of type GovernanceToOfficeSectionManagedObjectModel Modifier and Type Method Description void
OfficeSectionManagedObjectModel. addGovernance(GovernanceToOfficeSectionManagedObjectModel governance)
void
GovernanceModel. addOfficeSectionManagedObject(GovernanceToOfficeSectionManagedObjectModel officeSectionManagedObject)
void
OfficeSectionManagedObjectModel. removeGovernance(GovernanceToOfficeSectionManagedObjectModel governance)
void
GovernanceModel. removeOfficeSectionManagedObject(GovernanceToOfficeSectionManagedObjectModel officeSectionManagedObject)
Constructors in net.officefloor.model.office with parameters of type GovernanceToOfficeSectionManagedObjectModel Constructor Description GovernanceModel(java.lang.String governanceName, java.lang.String governanceSourceClassName, boolean isAutoWireExtensions, GovernanceToOfficeTeamModel officeTeam, PropertyModel[] property, GovernanceFlowModel[] governanceFlow, GovernanceEscalationModel[] governanceEscalation, GovernanceAreaModel[] governanceArea, GovernanceToExternalManagedObjectModel[] externalManagedObject, GovernanceToOfficeManagedObjectModel[] officeManagedObject, GovernanceToOfficeSectionManagedObjectModel[] officeSectionManagedObject, OfficeSubSectionToGovernanceModel[] officeSubSection, OfficeFunctionToGovernanceModel[] officeFunction)
Convenience constructor.GovernanceModel(java.lang.String governanceName, java.lang.String governanceSourceClassName, boolean isAutoWireExtensions, GovernanceToOfficeTeamModel officeTeam, PropertyModel[] property, GovernanceFlowModel[] governanceFlow, GovernanceEscalationModel[] governanceEscalation, GovernanceAreaModel[] governanceArea, GovernanceToExternalManagedObjectModel[] externalManagedObject, GovernanceToOfficeManagedObjectModel[] officeManagedObject, GovernanceToOfficeSectionManagedObjectModel[] officeSectionManagedObject, OfficeSubSectionToGovernanceModel[] officeSubSection, OfficeFunctionToGovernanceModel[] officeFunction, int x, int y)
Convenience constructor allowing XY initialising.OfficeSectionManagedObjectModel(java.lang.String officeSectionManagedObjectName, GovernanceToOfficeSectionManagedObjectModel[] governance, OfficeSectionManagedObjectTeamModel[] officeSectionManagedObjectTeam, AdministrationToOfficeSectionManagedObjectModel[] administration, OfficeSectionManagedObjectToPreLoadAdministrationModel[] preLoadAdministration)
Convenience constructor.OfficeSectionManagedObjectModel(java.lang.String officeSectionManagedObjectName, GovernanceToOfficeSectionManagedObjectModel[] governance, OfficeSectionManagedObjectTeamModel[] officeSectionManagedObjectTeam, AdministrationToOfficeSectionManagedObjectModel[] administration, OfficeSectionManagedObjectToPreLoadAdministrationModel[] preLoadAdministration, int x, int y)
Convenience constructor allowing XY initialising.
-