org.opencrx.kernel.depot1.cci2
Interface Segment
- All Superinterfaces:
- Auditee, ContextCapable, Exporter, Importer, Indexed, SecureObject, Segment, ViewCapable
- All Known Subinterfaces:
- Segment
public interface Segment
- extends Segment, Auditee, Exporter, Importer, Indexed, SecureObject
Class Segment
|
Method Summary |
|
getBooking()
Retrieves a set containing all the elements for the reference booking. |
|
getCb()
Retrieves a set containing all the elements for the reference cb. |
|
getDepotType()
Retrieves a set containing all the elements for the reference depotType. |
|
getEntity()
Retrieves a set containing all the elements for the reference entity. |
|
getEntityRelationship()
Retrieves a set containing all the elements for the reference entityRelationship. |
|
getSimpleBooking()
Retrieves a set containing all the elements for the reference simpleBooking. |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
getBooking
<T extends SingleBooking> SegmentContainsBooking.Booking<T> getBooking()
- Retrieves a set containing all the elements for the reference
booking.
- Returns:
- A set containing all the elements for this reference.
getCb
<T extends CompoundBooking> SegmentContainsCompoundBooking.Cb<T> getCb()
- Retrieves a set containing all the elements for the reference
cb.
- Returns:
- A set containing all the elements for this reference.
getDepotType
<T extends DepotType> EntityContainsDepotType.DepotType<T> getDepotType()
- Retrieves a set containing all the elements for the reference
depotType.
- Returns:
- A set containing all the elements for this reference.
getEntity
<T extends DepotEntity> SegmentContainsDepotEntity.Entity<T> getEntity()
- Retrieves a set containing all the elements for the reference
entity.
- Returns:
- A set containing all the elements for this reference.
getEntityRelationship
<T extends DepotEntityRelationship> SegmentContainsDepotEntityRelationship.EntityRelationship<T> getEntityRelationship()
- Retrieves a set containing all the elements for the reference
entityRelationship.
- Returns:
- A set containing all the elements for this reference.
getSimpleBooking
<T extends SimpleBooking> SegmentContainsSimpleBooking.SimpleBooking<T> getSimpleBooking()
- Retrieves a set containing all the elements for the reference
simpleBooking.
- Returns:
- A set containing all the elements for this reference.
This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.