Uses of Class
net.officefloor.model.office.AdministrationToOfficeManagedObjectModel
-
Packages that use AdministrationToOfficeManagedObjectModel Package Description net.officefloor.model.impl.office net.officefloor.model.office -
-
Uses of AdministrationToOfficeManagedObjectModel in net.officefloor.model.impl.office
Methods in net.officefloor.model.impl.office that return types with arguments of type AdministrationToOfficeManagedObjectModel Modifier and Type Method Description Change<AdministrationToOfficeManagedObjectModel>OfficeChangesImpl. linkAdministrationToOfficeManagedObject(AdministrationModel administration, OfficeManagedObjectModel managedObject)Change<AdministrationToOfficeManagedObjectModel>OfficeChangesImpl. removeAdministrationToOfficeManagedObject(AdministrationToOfficeManagedObjectModel managedObjectToAdministration)Methods in net.officefloor.model.impl.office with parameters of type AdministrationToOfficeManagedObjectModel Modifier and Type Method Description Change<AdministrationToOfficeManagedObjectModel>OfficeChangesImpl. removeAdministrationToOfficeManagedObject(AdministrationToOfficeManagedObjectModel managedObjectToAdministration) -
Uses of AdministrationToOfficeManagedObjectModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return types with arguments of type AdministrationToOfficeManagedObjectModel Modifier and Type Method Description java.util.List<AdministrationToOfficeManagedObjectModel>AdministrationModel. getAdministeredOfficeManagedObjects()java.util.List<AdministrationToOfficeManagedObjectModel>OfficeManagedObjectModel. getAdministrations()Change<AdministrationToOfficeManagedObjectModel>OfficeChanges. linkAdministrationToOfficeManagedObject(AdministrationModel administration, OfficeManagedObjectModel managedObject)Links theAdministrationModelto administer theOfficeManagedObjectModel.Change<AdministrationToOfficeManagedObjectModel>OfficeChanges. removeAdministrationToOfficeManagedObject(AdministrationToOfficeManagedObjectModel managedObjectToAdministration)Removes theAdministrationToOfficeManagedObjectModel.Methods in net.officefloor.model.office with parameters of type AdministrationToOfficeManagedObjectModel Modifier and Type Method Description voidAdministrationModel. addAdministeredOfficeManagedObject(AdministrationToOfficeManagedObjectModel administeredOfficeManagedObject)voidOfficeManagedObjectModel. addAdministration(AdministrationToOfficeManagedObjectModel administration)voidAdministrationModel. removeAdministeredOfficeManagedObject(AdministrationToOfficeManagedObjectModel administeredOfficeManagedObject)voidOfficeManagedObjectModel. removeAdministration(AdministrationToOfficeManagedObjectModel administration)Change<AdministrationToOfficeManagedObjectModel>OfficeChanges. removeAdministrationToOfficeManagedObject(AdministrationToOfficeManagedObjectModel managedObjectToAdministration)Removes theAdministrationToOfficeManagedObjectModel.
-