public interface Segment extends Segment, Segment, Auditee, Exporter, Importer, Indexed, SecureObject
Segment| Modifier and Type | Method and Description |
|---|---|
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. |
<T extends SingleBooking> |
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. |
<T extends CompoundBooking> |
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. |
<T extends DepotType> |
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. |
<T extends DepotEntity> |
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. |
<T extends DepotEntityRelationship> |
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. |
<T extends SimpleBooking> |
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. |
getBooking, getCb, getDepotType, getEntity, getEntityRelationship, getSimpleBookinggetExtent, getExtent, getExtent, getProvidergetDescription, getExtent, setDescriptionrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositerefGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValueequals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraintsexportItem, exportItemAdvancedexportItem, exportItemAdvancedimportItemimportItemgetIndexEntry, getIndexEntry, getIndexEntry, updateIndexgetIndexEntryaddOwningGroup, checkPermissions, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwner, setOwningUser, setOwningUseraddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser<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.Queryquery - 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.Queryquery - 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.Queryquery - 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.Queryquery - 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.Queryquery - 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.Queryquery - 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.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.