Uses of Class
net.officefloor.model.office.OfficeSubSectionToGovernanceModel
-
Packages that use OfficeSubSectionToGovernanceModel Package Description net.officefloor.model.office -
-
Uses of OfficeSubSectionToGovernanceModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return types with arguments of type OfficeSubSectionToGovernanceModel Modifier and Type Method Description java.util.List<OfficeSubSectionToGovernanceModel>OfficeSubSectionModel. getGovernances()java.util.List<OfficeSubSectionToGovernanceModel>GovernanceModel. getOfficeSubSections()Methods in net.officefloor.model.office with parameters of type OfficeSubSectionToGovernanceModel Modifier and Type Method Description voidOfficeSubSectionModel. addGovernance(OfficeSubSectionToGovernanceModel governance)voidGovernanceModel. addOfficeSubSection(OfficeSubSectionToGovernanceModel officeSubSection)voidOfficeSubSectionModel. removeGovernance(OfficeSubSectionToGovernanceModel governance)voidGovernanceModel. removeOfficeSubSection(OfficeSubSectionToGovernanceModel officeSubSection)Constructors in net.officefloor.model.office with parameters of type OfficeSubSectionToGovernanceModel 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.OfficeSubSectionModel(java.lang.String officeSubSectionName, OfficeFunctionModel[] officeFunction, OfficeSectionManagedObjectModel[] officeSectionManagedObject, OfficeSubSectionModel[] officeSubSection, OfficeSubSectionToGovernanceModel[] governance)Convenience constructor.OfficeSubSectionModel(java.lang.String officeSubSectionName, OfficeFunctionModel[] officeFunction, OfficeSectionManagedObjectModel[] officeSectionManagedObject, OfficeSubSectionModel[] officeSubSection, OfficeSubSectionToGovernanceModel[] governance, int x, int y)Convenience constructor allowing XY initialising.
-