org.opencrx.kernel.building1.cci2
Interface Segment

All Superinterfaces:
Auditee, org.openmdx.base.cci2.ContextCapable, Importer, Indexed, SecureObject, org.openmdx.base.cci2.Segment, org.openmdx.compatibility.view1.cci2.ViewCapable, WorkflowTarget, XmlExporter
All Known Subinterfaces:
Segment

public interface Segment
extends Segment, Auditee, Importer, Indexed, SecureObject, WorkflowTarget, XmlExporter

Class Segment


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.base.cci2.Segment
org.openmdx.base.cci2.Segment.Identity
 
Method Summary
<T extends Building>
Collection<T>
getBuilding()
          Retrieves a set containing all the elements for the reference building.
<T extends BuildingComplex>
Collection<T>
getBuildingComplex()
          Retrieves a set containing all the elements for the reference buildingComplex.
<T extends AbstractBuildingUnit>
Set<T>
getBuildingUnit()
          Retrieves a set containing all the elements for the reference buildingUnit.
<T extends Facility>
Set<T>
getFacility()
          Retrieves a set containing all the elements for the reference facility.
<T extends InventoryItem>
Collection<T>
getInventoryItem()
          Retrieves a set containing all the elements for the reference inventoryItem.
 
Methods inherited from interface org.openmdx.base.cci2.Segment
getDescription, getProvider, setDescription, setProvider, setProvider
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee
getAudit
 
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, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser
 
Methods inherited from interface org.opencrx.kernel.base.cci2.WorkflowTarget
executeWorkflow
 
Methods inherited from interface org.opencrx.kernel.base.cci2.XmlExporter
exportXml
 

Method Detail

getBuilding

<T extends Building> Collection<T> getBuilding()
Retrieves a set containing all the elements for the reference building.

Returns:
A set containing all the elements for this reference.

getBuildingComplex

<T extends BuildingComplex> Collection<T> getBuildingComplex()
Retrieves a set containing all the elements for the reference buildingComplex.

Returns:
A set containing all the elements for this reference.

getBuildingUnit

<T extends AbstractBuildingUnit> Set<T> getBuildingUnit()
Retrieves a set containing all the elements for the reference buildingUnit.

Returns:
A set containing all the elements for this reference.

getFacility

<T extends Facility> Set<T> getFacility()
Retrieves a set containing all the elements for the reference facility.

Returns:
A set containing all the elements for this reference.

getInventoryItem

<T extends InventoryItem> Collection<T> getInventoryItem()
Retrieves a set containing all the elements for the reference inventoryItem.

Returns:
A set containing all the elements for this reference.


This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.