org.opencrx.kernel.depot1.cci2
Interface Segment

All Superinterfaces:
Auditee, ContextCapable, Exporter, Importer, Indexed, SecureObject, Segment
All Known Subinterfaces:
Segment

public interface Segment
extends Segment, Auditee, Exporter, Importer, Indexed, SecureObject

Class Segment


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.base.cci2.Segment
Segment.Identity
 
Method Summary
<T extends SingleBooking>
SegmentContainsBooking.Booking<T>
getBooking()
          Retrieves a set containing all the elements for the reference booking.
<T extends CompoundBooking>
SegmentContainsCompoundBooking.Cb<T>
getCb()
          Retrieves a set containing all the elements for the reference cb.
<T extends DepotType>
EntityContainsDepotType.DepotType<T>
getDepotType()
          Retrieves a set containing all the elements for the reference depotType.
<T extends DepotEntity>
SegmentContainsDepotEntity.Entity<T>
getEntity()
          Retrieves a set containing all the elements for the reference entity.
<T extends DepotEntityRelationship>
SegmentContainsDepotEntityRelationship.EntityRelationship<T>
getEntityRelationship()
          Retrieves a set containing all the elements for the reference entityRelationship.
<T extends SimpleBooking>
SegmentContainsSimpleBooking.SimpleBooking<T>
getSimpleBooking()
          Retrieves a set containing all the elements for the reference simpleBooking.
 
Methods inherited from interface org.openmdx.base.cci2.Segment
getDescription, getExtent, getProvider, setDescription
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee
getAudit
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Exporter
exportItem, exportItemAdvanced
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Importer
importItem
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed
getIndexEntry, updateIndex
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser
 

Method Detail

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-2013, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.