Uses of Interface
org.opencrx.kernel.generic.jmi1.DescriptionContainer

Packages that use DescriptionContainer
org.opencrx.kernel.depot1.jmi1   
org.opencrx.kernel.product1.jmi1   
org.opencrx.kernel.ras1.jmi1   
org.opencrx.kernel.reservation1.jmi1   
org.opencrx.kernel.uom1.jmi1   
 

Uses of DescriptionContainer in org.opencrx.kernel.depot1.jmi1
 

Subinterfaces of DescriptionContainer in org.opencrx.kernel.depot1.jmi1
 interface Booking
          Abstract class Booking
 interface CompoundBooking
          Class CompoundBooking
 interface CreditBooking
          Class CreditBooking
 interface DebitBooking
          Class DebitBooking
 interface Depot
          Class Depot
 interface DepotReport
          Class DepotReport
 

Methods in org.opencrx.kernel.depot1.jmi1 with parameters of type DescriptionContainer
 DepotReport DepotReportClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isDraft, String name, boolean disabled)
          Creates an instance of class DepotReport based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 Depot DepotClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowPositionAutoCreate, String depotNumber, boolean isDefault, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class Depot based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 CompoundBooking CompoundBookingClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, Date bookingDate, short bookingStatus, short bookingType, boolean isLocked, Date lockModifiedAt, short lockingReason, String name, boolean disabled)
          Creates an instance of class CompoundBooking based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 DebitBooking DebitBookingClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, Date bookingDate, short bookingStatus, short bookingType, String name, Date valueDate, BigDecimal quantityDebit, boolean disabled)
          Creates an instance of class DebitBooking based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 CreditBooking CreditBookingClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, Date bookingDate, short bookingStatus, short bookingType, String name, Date valueDate, BigDecimal quantityCredit, boolean disabled)
          Creates an instance of class CreditBooking based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 

Uses of DescriptionContainer in org.opencrx.kernel.product1.jmi1
 

Subinterfaces of DescriptionContainer in org.opencrx.kernel.product1.jmi1
 interface Product
          Class Product
 interface SalesTaxType
          Class SalesTaxType
 

Methods in org.opencrx.kernel.product1.jmi1 with parameters of type DescriptionContainer
 SalesTaxType SalesTaxTypeClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, BigDecimal rate)
          Creates an instance of class SalesTaxType based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 Product ProductClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Product based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 

Uses of DescriptionContainer in org.opencrx.kernel.ras1.jmi1
 

Subinterfaces of DescriptionContainer in org.opencrx.kernel.ras1.jmi1
 interface Artifact
          Class Artifact
 interface Asset
          Class Asset
 interface AssetContext
          Class AssetContext
 interface ClassificationElement
          Abstract class ClassificationElement
 interface DescriptorGroup
          Class DescriptorGroup
 interface DesignDiagram
          Class DesignDiagram
 interface DesignModel
          Class DesignModel
 interface DesignPart
          Abstract class DesignPart
 interface ImplementationPart
          Class ImplementationPart
 interface InterfaceSpec
          Class InterfaceSpec
 interface Profile
          Class Profile
 interface RequirementDiagram
          Class RequirementDiagram
 interface RequirementModel
          Class RequirementModel
 interface RequirementPart
          Abstract class RequirementPart
 interface SolutionPart
          Abstract class SolutionPart
 interface TestDiagram
          Class TestDiagram
 interface TestModel
          Class TestModel
 interface TestPart
          Abstract class TestPart
 interface UseCase
          Class UseCase
 

Methods in org.opencrx.kernel.ras1.jmi1 with parameters of type DescriptionContainer
 DescriptorGroup DescriptorGroupClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class DescriptorGroup based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 AssetContext AssetContextClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class AssetContext based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 UseCase UseCaseClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class UseCase based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 TestModel TestModelClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class TestModel based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 TestDiagram TestDiagramClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class TestDiagram based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 RequirementModel RequirementModelClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class RequirementModel based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 RequirementDiagram RequirementDiagramClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class RequirementDiagram based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 InterfaceSpec InterfaceSpecClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class InterfaceSpec based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 ImplementationPart ImplementationPartClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class ImplementationPart based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 DesignModel DesignModelClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class DesignModel based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 DesignDiagram DesignDiagramClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class DesignDiagram based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 Artifact ArtifactClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class Artifact based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 Asset AssetClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Asset based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 Profile ProfileClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String versionMajor, String versionMinor)
          Creates an instance of class Profile based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 

Uses of DescriptionContainer in org.opencrx.kernel.reservation1.jmi1
 

Subinterfaces of DescriptionContainer in org.opencrx.kernel.reservation1.jmi1
 interface Event
          Class Event
 interface Part
          Class Part
 interface Slot
          Class Slot
 

Methods in org.opencrx.kernel.reservation1.jmi1 with parameters of type DescriptionContainer
 Slot SlotClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Slot based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 Event EventClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Event based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 Part PartClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String filling, String name)
          Creates an instance of class Part based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 

Uses of DescriptionContainer in org.opencrx.kernel.uom1.jmi1
 

Subinterfaces of DescriptionContainer in org.opencrx.kernel.uom1.jmi1
 interface Uom
          Class Uom
 

Methods in org.opencrx.kernel.uom1.jmi1 with parameters of type DescriptionContainer
 Uom UomClass.extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isScheduleBaseUom, String name, BigDecimal quantity, UomSchedule uomSchedule)
          Creates an instance of class Uom based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 



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