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 theAdministrationModel
to 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 void
AdministrationModel. addAdministeredOfficeManagedObject(AdministrationToOfficeManagedObjectModel administeredOfficeManagedObject)
void
OfficeManagedObjectModel. addAdministration(AdministrationToOfficeManagedObjectModel administration)
void
AdministrationModel. removeAdministeredOfficeManagedObject(AdministrationToOfficeManagedObjectModel administeredOfficeManagedObject)
void
OfficeManagedObjectModel. removeAdministration(AdministrationToOfficeManagedObjectModel administration)
Change<AdministrationToOfficeManagedObjectModel>
OfficeChanges. removeAdministrationToOfficeManagedObject(AdministrationToOfficeManagedObjectModel managedObjectToAdministration)
Removes theAdministrationToOfficeManagedObjectModel
.
-