|
||||||||||
| 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 |
|---|
org.openmdx.base.cci2.Segment.Identity |
| Method Summary | ||
|---|---|---|
void |
addDepotType(boolean idIsPersistent,
String id,
DepotType depotType)
Adds the specified element to the set of the values for the reference depotType. |
|
void |
addEntity(boolean idIsPersistent,
String id,
DepotEntity entity)
Adds the specified element to the set of the values for the reference entity. |
|
void |
addEntityRelationship(boolean idIsPersistent,
String id,
DepotEntityRelationship entityRelationship)
Adds the specified element to the set of the values for the reference entityRelationship. |
|
void |
addSimpleBooking(boolean idIsPersistent,
String id,
SimpleBooking simpleBooking)
Adds the specified element to the set of the values for the reference simpleBooking. |
|
|
getBooking()
Retrieves a set containing all the elements for the reference booking. |
|
SingleBooking |
getBooking(boolean idIsPersistent,
String id)
Retrieves the value for the reference booking for the
specified qualifier attribute value. |
|
|
getCb()
Retrieves a set containing all the elements for the reference cb. |
|
CompoundBooking |
getCb(boolean idIsPersistent,
String id)
Retrieves the value for the reference cb for the specified
qualifier attribute value. |
|
|
getDepotType()
Retrieves a set containing all the elements for the reference depotType. |
|
DepotType |
getDepotType(boolean idIsPersistent,
String id)
Retrieves the value for the reference depotType for the
specified qualifier attribute value. |
|
|
getEntity()
Retrieves a set containing all the elements for the reference entity. |
|
DepotEntity |
getEntity(boolean idIsPersistent,
String id)
Retrieves the value for the reference entity for the
specified qualifier attribute value. |
|
|
getEntityRelationship()
Retrieves a set containing all the elements for the reference entityRelationship. |
|
DepotEntityRelationship |
getEntityRelationship(boolean idIsPersistent,
String id)
Retrieves the value for the reference entityRelationship
for the specified qualifier attribute value. |
|
|
getSimpleBooking()
Retrieves a set containing all the elements for the reference simpleBooking. |
|
SimpleBooking |
getSimpleBooking(boolean idIsPersistent,
String id)
Retrieves the value for the reference simpleBooking for
the specified qualifier attribute value. |
|
| Methods inherited from interface org.openmdx.base.cci2.Segment |
|---|
getDescription, getProvider, setDescription |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView, getView |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
getAudit, getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed |
|---|
getIndexEntry, getIndexEntry, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.XmlExporter |
|---|
exportXml |
| Method Detail |
|---|
<T extends SingleBooking> Collection<T> getBooking()
booking.
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.
<T extends CompoundBooking> Collection<T> getCb()
cb.
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.
<T extends DepotType> Collection<T> getDepotType()
depotType.
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.
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.<T extends DepotEntity> Collection<T> getEntity()
entity.
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.
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.<T extends DepotEntityRelationship> Collection<T> getEntityRelationship()
entityRelationship.
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.
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.<T extends SimpleBooking> Collection<T> getSimpleBooking()
simpleBooking.
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.
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||