|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractBuildingUnit
Abstract class AbstractBuildingUnit
| Method Summary | ||
|---|---|---|
void |
addFacility(boolean idIsPersistent,
String id,
Facility facility)
Adds the specified element to the set of the values for the reference facility. |
|
|
getAssignedAddress(AddressableQuery query)
Retrieves the value for the reference assignedAddress for
the specified query. |
|
Addressable |
getAssignedAddress(boolean idIsPersistent,
String id)
Retrieves the value for the reference assignedAddress for
the specified qualifier attribute value. |
|
Addressable |
getAssignedAddress(String id)
Retrieves the value for the reference assignedAddress for
the specified qualifier attribute value. |
|
Depot |
getDepot()
Retrieves the value for the reference depot. |
|
Facility |
getFacility(boolean idIsPersistent,
String id)
Retrieves the value for the reference facility for the
specified qualifier attribute value. |
|
|
getFacility(FacilityQuery query)
Retrieves the value for the reference facility for the
specified query. |
|
Facility |
getFacility(String id)
Retrieves the value for the reference facility for the
specified qualifier attribute value. |
|
void |
setDepot(Depot depot)
Sets a new value for the reference depot. |
|
| Methods inherited from interface org.opencrx.kernel.building1.cci2.AbstractBuildingUnit |
|---|
addFacility, getAssignedAddress, getDescription, getFacility, getName, getSizeInCubicMeter, getSizeInSquareMeter, setDescription, setName, setSizeInCubicMeter, setSizeInSquareMeter |
| Methods inherited from interface org.opencrx.kernel.generic.jmi1.Pictured |
|---|
getPicture, setPicture |
| Methods inherited from interface org.opencrx.kernel.generic.cci2.Pictured |
|---|
getPictureContent, getPictureContentMimeType, getPictureContentName |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
<T extends Addressable> List<T> getAssignedAddress(AddressableQuery query)
assignedAddress for
the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Query
query - predicate which is applied to the set of referenced objects.
true.
Addressable getAssignedAddress(boolean idIsPersistent,
String id)
assignedAddress for
the specified qualifier attribute value.
getAssignedAddress in interface AbstractBuildingUnitidIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
Addressable getAssignedAddress(String id)
assignedAddress for
the specified qualifier attribute value.
This method is equivalent to the preferred invocation
getAssignedAddress(false,id).
id - The value for the qualifier attribute that qualifies this reference.
Depot getDepot()
depot.
getDepot in interface AbstractBuildingUnitnull – value for this reference.void setDepot(Depot depot)
depot.
setDepot in interface AbstractBuildingUnitdepot - The non-null new value for this reference.<T extends Facility> List<T> getFacility(FacilityQuery query)
facility for the
specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Query
query - predicate which is applied to the set of referenced objects.
true.
Facility getFacility(boolean idIsPersistent,
String id)
facility for the
specified qualifier attribute value.
getFacility in interface AbstractBuildingUnitidIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
Facility getFacility(String id)
facility for the
specified qualifier attribute value.
This method is equivalent to the preferred invocation
getFacility(false,id).
id - The value for the qualifier attribute that qualifies this reference.
void addFacility(boolean idIsPersistent,
String id,
Facility facility)
facility.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.facility - The element to be appended.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||