Uses of Interface
org.opencrx.kernel.building1.cci2.AbstractBuildingUnit

Packages that use AbstractBuildingUnit
org.opencrx.kernel.account1.jdo2   
org.opencrx.kernel.account1.jmi1   
org.opencrx.kernel.address1.cci2   
org.opencrx.kernel.address1.jmi1   
org.opencrx.kernel.building1.cci2   
org.opencrx.kernel.building1.jdo2   
org.opencrx.kernel.building1.jmi1   
org.opencrx.kernel.contract1.jdo2   
org.opencrx.kernel.contract1.jmi1   
org.opencrx.kernel.product1.jdo2   
org.opencrx.kernel.product1.jmi1   
 

Uses of AbstractBuildingUnit in org.opencrx.kernel.account1.jdo2
 

Methods in org.opencrx.kernel.account1.jdo2 that return AbstractBuildingUnit
 AbstractBuildingUnit AccountAddress.getBuilding()
          Retrieves the value for the reference building.
 

Methods in org.opencrx.kernel.account1.jdo2 with parameters of type AbstractBuildingUnit
 void AccountAddress.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 

Uses of AbstractBuildingUnit in org.opencrx.kernel.account1.jmi1
 

Methods in org.opencrx.kernel.account1.jmi1 that return AbstractBuildingUnit
 AbstractBuildingUnit WebAddress.getBuilding()
          Retrieves the value for the reference building.
 AbstractBuildingUnit Room.getBuilding()
          Retrieves the value for the reference building.
 AbstractBuildingUnit PostalAddress.getBuilding()
          Retrieves the value for the reference building.
 AbstractBuildingUnit PhoneNumber.getBuilding()
          Retrieves the value for the reference building.
 AbstractBuildingUnit EmailAddress.getBuilding()
          Retrieves the value for the reference building.
 AbstractBuildingUnit AccountAddress.getBuilding()
          Retrieves the value for the reference building.
 

Methods in org.opencrx.kernel.account1.jmi1 with parameters of type AbstractBuildingUnit
 void WebAddress.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 void Room.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 void PostalAddress.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 void PhoneNumber.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 void EmailAddress.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 void AccountAddress.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 

Uses of AbstractBuildingUnit in org.opencrx.kernel.address1.cci2
 

Methods in org.opencrx.kernel.address1.cci2 that return AbstractBuildingUnit
 AbstractBuildingUnit Addressable.getBuilding()
          Retrieves the value for the reference building.
 

Methods in org.opencrx.kernel.address1.cci2 with parameters of type AbstractBuildingUnit
 void Addressable.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 

Uses of AbstractBuildingUnit in org.opencrx.kernel.address1.jmi1
 

Methods in org.opencrx.kernel.address1.jmi1 that return AbstractBuildingUnit
 AbstractBuildingUnit Addressable.getBuilding()
          Retrieves the value for the reference building.
 

Methods in org.opencrx.kernel.address1.jmi1 with parameters of type AbstractBuildingUnit
 void Addressable.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 

Uses of AbstractBuildingUnit in org.opencrx.kernel.building1.cci2
 

Subinterfaces of AbstractBuildingUnit in org.opencrx.kernel.building1.cci2
 interface Building
          Class Building
 interface BuildingComplex
          Class BuildingComplex
 interface BuildingUnit
          Class BuildingUnit
 

Methods in org.opencrx.kernel.building1.cci2 with type parameters of type AbstractBuildingUnit
<T extends AbstractBuildingUnit>
Set<T>
Segment.getBuildingUnit()
          Retrieves a set containing all the elements for the reference buildingUnit.
 

Methods in org.opencrx.kernel.building1.cci2 with parameters of type AbstractBuildingUnit
 void Facility.setBuildingUnit(AbstractBuildingUnit buildingUnit)
          Sets a new value for the reference buildingUnit.
 void Facility.setBuildingUnit(AbstractBuildingUnit buildingUnit, boolean idIsPersistent, String id)
          Set the object's composite association org:opencrx:kernel:building1:BuildingUnitContainsFacility.
 

Uses of AbstractBuildingUnit in org.opencrx.kernel.building1.jdo2
 

Classes in org.opencrx.kernel.building1.jdo2 that implement AbstractBuildingUnit
 class Building
          Class Building
 class BuildingComplex
          Class BuildingComplex
 class BuildingUnit
          Class BuildingUnit
 

Methods in org.opencrx.kernel.building1.jdo2 with type parameters of type AbstractBuildingUnit
<T extends AbstractBuildingUnit>
Set<T>
Segment.getBuildingUnit()
          Retrieves a set containing all the elements for the reference buildingUnit.
 

Methods in org.opencrx.kernel.building1.jdo2 with parameters of type AbstractBuildingUnit
static CloseableCollection<Facility> Facility.openmdxjdoGetObjectsByParent(AbstractBuildingUnit buildingUnit)
          Navigate through an object's composite association
 void Facility.setBuildingUnit(AbstractBuildingUnit buildingUnit)
          Sets a new value for the reference buildingUnit.
 void Facility.setBuildingUnit(AbstractBuildingUnit buildingUnit, boolean idIsPersistent, String id)
          Set the object's composite association org:opencrx:kernel:building1:BuildingUnitContainsFacility.
 

Uses of AbstractBuildingUnit in org.opencrx.kernel.building1.jmi1
 

Subinterfaces of AbstractBuildingUnit in org.opencrx.kernel.building1.jmi1
 interface AbstractBuildingUnit
          Abstract class AbstractBuildingUnit
 

Methods in org.opencrx.kernel.building1.jmi1 with type parameters of type AbstractBuildingUnit
<T extends AbstractBuildingUnit>
List<T>
Segment.getBuildingUnit(AbstractBuildingUnitQuery query)
          Retrieves the value for the reference buildingUnit for the specified query.
 

Methods in org.opencrx.kernel.building1.jmi1 with parameters of type AbstractBuildingUnit
 void Facility.setBuildingUnit(AbstractBuildingUnit buildingUnit)
          Sets a new value for the reference buildingUnit.
 void Facility.setBuildingUnit(AbstractBuildingUnit buildingUnit, boolean idIsPersistent, String id)
          Set the object's composite association org:opencrx:kernel:building1:BuildingUnitContainsFacility.
 

Uses of AbstractBuildingUnit in org.opencrx.kernel.contract1.jdo2
 

Methods in org.opencrx.kernel.contract1.jdo2 that return AbstractBuildingUnit
 AbstractBuildingUnit ContractAddress.getBuilding()
          Retrieves the value for the reference building.
 

Methods in org.opencrx.kernel.contract1.jdo2 with parameters of type AbstractBuildingUnit
 void ContractAddress.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 

Uses of AbstractBuildingUnit in org.opencrx.kernel.contract1.jmi1
 

Methods in org.opencrx.kernel.contract1.jmi1 that return AbstractBuildingUnit
 AbstractBuildingUnit WebAddress.getBuilding()
          Retrieves the value for the reference building.
 AbstractBuildingUnit PostalAddress.getBuilding()
          Retrieves the value for the reference building.
 AbstractBuildingUnit PhoneNumber.getBuilding()
          Retrieves the value for the reference building.
 AbstractBuildingUnit EmailAddress.getBuilding()
          Retrieves the value for the reference building.
 AbstractBuildingUnit ContractAddress.getBuilding()
          Retrieves the value for the reference building.
 AbstractBuildingUnit AccountAddress.getBuilding()
          Retrieves the value for the reference building.
 

Methods in org.opencrx.kernel.contract1.jmi1 with parameters of type AbstractBuildingUnit
 void WebAddress.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 void PostalAddress.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 void PhoneNumber.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 void EmailAddress.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 void ContractAddress.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 void AccountAddress.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 

Uses of AbstractBuildingUnit in org.opencrx.kernel.product1.jdo2
 

Methods in org.opencrx.kernel.product1.jdo2 that return AbstractBuildingUnit
 AbstractBuildingUnit ProductAddress.getBuilding()
          Retrieves the value for the reference building.
 

Methods in org.opencrx.kernel.product1.jdo2 with parameters of type AbstractBuildingUnit
 void ProductAddress.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 

Uses of AbstractBuildingUnit in org.opencrx.kernel.product1.jmi1
 

Methods in org.opencrx.kernel.product1.jmi1 that return AbstractBuildingUnit
 AbstractBuildingUnit WebAddress.getBuilding()
          Retrieves the value for the reference building.
 AbstractBuildingUnit Room.getBuilding()
          Retrieves the value for the reference building.
 AbstractBuildingUnit ProductAddress.getBuilding()
          Retrieves the value for the reference building.
 AbstractBuildingUnit PostalAddress.getBuilding()
          Retrieves the value for the reference building.
 AbstractBuildingUnit PhoneNumber.getBuilding()
          Retrieves the value for the reference building.
 AbstractBuildingUnit EmailAddress.getBuilding()
          Retrieves the value for the reference building.
 

Methods in org.opencrx.kernel.product1.jmi1 with parameters of type AbstractBuildingUnit
 void WebAddress.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 void Room.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 void ProductAddress.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 void PostalAddress.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 void PhoneNumber.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 void EmailAddress.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 



This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.