|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Segment
Class Segment
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.openmdx.base.cci2.Segment |
|---|
Segment.Identity |
| Method Summary | ||
|---|---|---|
void |
addBooking(boolean idIsPersistent,
String id,
SingleBooking booking)
Adds the specified element to the set of the values for the reference booking. |
|
void |
addBooking(SingleBooking booking)
Adds the specified element to the set of the values for the reference booking using an implementation-specific, reassignable qualifier. |
|
void |
addBooking(String id,
SingleBooking booking)
Adds the specified element to the set of the values for the reference booking using a reassignable qualifier. |
|
void |
addCb(boolean idIsPersistent,
String id,
CompoundBooking cb)
Adds the specified element to the set of the values for the reference cb. |
|
void |
addCb(CompoundBooking cb)
Adds the specified element to the set of the values for the reference cb using an implementation-specific, reassignable qualifier. |
|
void |
addCb(String id,
CompoundBooking cb)
Adds the specified element to the set of the values for the reference cb using a reassignable qualifier. |
|
void |
addDepotType(boolean idIsPersistent,
String id,
DepotType depotType)
Adds the specified element to the set of the values for the reference depotType. |
|
void |
addDepotType(DepotType depotType)
Adds the specified element to the set of the values for the reference depotType using an implementation-specific, reassignable qualifier. |
|
void |
addDepotType(String id,
DepotType depotType)
Adds the specified element to the set of the values for the reference depotType using a reassignable qualifier. |
|
void |
addEntity(boolean idIsPersistent,
String id,
DepotEntity entity)
Adds the specified element to the set of the values for the reference entity. |
|
void |
addEntity(DepotEntity entity)
Adds the specified element to the set of the values for the reference entity using an implementation-specific, reassignable qualifier. |
|
void |
addEntity(String id,
DepotEntity entity)
Adds the specified element to the set of the values for the reference entity using a reassignable qualifier. |
|
void |
addEntityRelationship(boolean idIsPersistent,
String id,
DepotEntityRelationship entityRelationship)
Adds the specified element to the set of the values for the reference entityRelationship. |
|
void |
addEntityRelationship(DepotEntityRelationship entityRelationship)
Adds the specified element to the set of the values for the reference entityRelationship using an implementation-specific, reassignable qualifier. |
|
void |
addEntityRelationship(String id,
DepotEntityRelationship entityRelationship)
Adds the specified element to the set of the values for the reference entityRelationship using a reassignable qualifier. |
|
void |
addSimpleBooking(boolean idIsPersistent,
String id,
SimpleBooking simpleBooking)
Adds the specified element to the set of the values for the reference simpleBooking. |
|
void |
addSimpleBooking(SimpleBooking simpleBooking)
Adds the specified element to the set of the values for the reference simpleBooking using an implementation-specific, reassignable qualifier. |
|
void |
addSimpleBooking(String id,
SimpleBooking simpleBooking)
Adds the specified element to the set of the values for the reference simpleBooking using a reassignable qualifier. |
|
SingleBooking |
getBooking(boolean idIsPersistent,
String id)
Retrieves the value for the reference booking for the specified qualifier attribute value. |
|
|
getBooking(SingleBookingQuery query)
Retrieves the value for the reference booking for the specified query. |
|
SingleBooking |
getBooking(String id)
Retrieves the value for the reference booking for the specified qualifier attribute value. |
|
CompoundBooking |
getCb(boolean idIsPersistent,
String id)
Retrieves the value for the reference cb for the specified qualifier attribute value. |
|
|
getCb(CompoundBookingQuery query)
Retrieves the value for the reference cb for the specified query. |
|
CompoundBooking |
getCb(String id)
Retrieves the value for the reference cb for the specified qualifier attribute value. |
|
DepotType |
getDepotType(boolean idIsPersistent,
String id)
Retrieves the value for the reference depotType for the specified qualifier attribute value. |
|
|
getDepotType(DepotTypeQuery query)
Retrieves the value for the reference depotType for the specified query. |
|
DepotType |
getDepotType(String id)
Retrieves the value for the reference depotType for the specified qualifier attribute value. |
|
DepotEntity |
getEntity(boolean idIsPersistent,
String id)
Retrieves the value for the reference entity for the specified qualifier attribute value. |
|
|
getEntity(DepotEntityQuery query)
Retrieves the value for the reference entity for the specified query. |
|
DepotEntity |
getEntity(String id)
Retrieves the value for the reference entity for the specified qualifier attribute value. |
|
DepotEntityRelationship |
getEntityRelationship(boolean idIsPersistent,
String id)
Retrieves the value for the reference entityRelationship for the specified qualifier attribute value. |
|
|
getEntityRelationship(DepotEntityRelationshipQuery query)
Retrieves the value for the reference entityRelationship for the specified query. |
|
DepotEntityRelationship |
getEntityRelationship(String id)
Retrieves the value for the reference entityRelationship for the specified qualifier attribute value. |
|
SimpleBooking |
getSimpleBooking(boolean idIsPersistent,
String id)
Retrieves the value for the reference simpleBooking for the specified qualifier attribute value. |
|
|
getSimpleBooking(SimpleBookingQuery query)
Retrieves the value for the reference simpleBooking for the specified query. |
|
SimpleBooking |
getSimpleBooking(String id)
Retrieves the value for the reference simpleBooking for the specified qualifier attribute value. |
|
| Methods inherited from interface org.opencrx.kernel.depot1.cci2.Segment |
|---|
getBooking, getCb, getDepotType, getEntity, getEntityRelationship, getSimpleBooking |
| Methods inherited from interface org.openmdx.base.jmi1.Segment |
|---|
getExtent, getExtent, getExtent, getProvider |
| Methods inherited from interface org.openmdx.base.cci2.Segment |
|---|
getDescription, getExtent, setDescription |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValue |
| 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 |
| Methods inherited from interface org.opencrx.kernel.base.jmi1.Auditee |
|---|
getAudit, getAudit, getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
getAudit |
| Methods inherited from interface org.opencrx.kernel.base.jmi1.Exporter |
|---|
exportItem, exportItemAdvanced |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Exporter |
|---|
exportItem, exportItemAdvanced |
| Methods inherited from interface org.opencrx.kernel.base.jmi1.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.jmi1.Indexed |
|---|
getIndexEntry, getIndexEntry, getIndexEntry, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed |
|---|
getIndexEntry |
| Methods inherited from interface org.opencrx.kernel.base.jmi1.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwner, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser |
| Method Detail |
|---|
<T extends SingleBooking> List<T> getBooking(SingleBookingQuery query)
booking 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.
SingleBooking getBooking(boolean idIsPersistent,
String id)
booking for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
SingleBooking getBooking(String id)
booking for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getBooking(false,id).
id - The value for the qualifier attribute that qualifies this reference.
void addBooking(boolean idIsPersistent,
String id,
SingleBooking booking)
booking.
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.booking - The element to be appended.
void addBooking(String id,
SingleBooking booking)
booking using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.booking - The element to be appended.void addBooking(SingleBooking booking)
booking using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
booking - The element to be appended.<T extends CompoundBooking> List<T> getCb(CompoundBookingQuery query)
cb 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.
CompoundBooking getCb(boolean idIsPersistent,
String id)
cb for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
CompoundBooking getCb(String id)
cb for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getCb(false,id).
id - The value for the qualifier attribute that qualifies this reference.
void addCb(boolean idIsPersistent,
String id,
CompoundBooking cb)
cb.
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.cb - The element to be appended.
void addCb(String id,
CompoundBooking cb)
cb using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.cb - The element to be appended.void addCb(CompoundBooking cb)
cb using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
cb - The element to be appended.<T extends DepotType> List<T> getDepotType(DepotTypeQuery query)
depotType 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.
DepotType getDepotType(boolean idIsPersistent,
String id)
depotType for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
DepotType getDepotType(String id)
depotType for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getDepotType(false,id).
id - The value for the qualifier attribute that qualifies this reference.
void addDepotType(boolean idIsPersistent,
String id,
DepotType depotType)
depotType.
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.depotType - The element to be appended.
void addDepotType(String id,
DepotType depotType)
depotType using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.depotType - The element to be appended.void addDepotType(DepotType depotType)
depotType using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
depotType - The element to be appended.<T extends DepotEntity> List<T> getEntity(DepotEntityQuery query)
entity 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.
DepotEntity getEntity(boolean idIsPersistent,
String id)
entity for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
DepotEntity getEntity(String id)
entity for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getEntity(false,id).
id - The value for the qualifier attribute that qualifies this reference.
void addEntity(boolean idIsPersistent,
String id,
DepotEntity entity)
entity.
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.entity - The element to be appended.
void addEntity(String id,
DepotEntity entity)
entity using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.entity - The element to be appended.void addEntity(DepotEntity entity)
entity using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
entity - The element to be appended.<T extends DepotEntityRelationship> List<T> getEntityRelationship(DepotEntityRelationshipQuery query)
entityRelationship 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.
DepotEntityRelationship getEntityRelationship(boolean idIsPersistent,
String id)
entityRelationship for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
DepotEntityRelationship getEntityRelationship(String id)
entityRelationship for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getEntityRelationship(false,id).
id - The value for the qualifier attribute that qualifies this reference.
void addEntityRelationship(boolean idIsPersistent,
String id,
DepotEntityRelationship entityRelationship)
entityRelationship.
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.entityRelationship - The element to be appended.
void addEntityRelationship(String id,
DepotEntityRelationship entityRelationship)
entityRelationship using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.entityRelationship - The element to be appended.void addEntityRelationship(DepotEntityRelationship entityRelationship)
entityRelationship using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
entityRelationship - The element to be appended.<T extends SimpleBooking> List<T> getSimpleBooking(SimpleBookingQuery query)
simpleBooking 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.
SimpleBooking getSimpleBooking(boolean idIsPersistent,
String id)
simpleBooking for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
SimpleBooking getSimpleBooking(String id)
simpleBooking for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getSimpleBooking(false,id).
id - The value for the qualifier attribute that qualifies this reference.
void addSimpleBooking(boolean idIsPersistent,
String id,
SimpleBooking simpleBooking)
simpleBooking.
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.simpleBooking - The element to be appended.
void addSimpleBooking(String id,
SimpleBooking simpleBooking)
simpleBooking using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.simpleBooking - The element to be appended.void addSimpleBooking(SimpleBooking simpleBooking)
simpleBooking using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
simpleBooking - The element to be appended.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||