org.opencrx.kernel.product1.jmi1
Interface ProductBasePriceClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured

public interface ProductBasePriceClass
extends RefClass


Method Summary
 ProductBasePrice createProductBasePrice()
          Creates an instance of class ProductBasePrice.
 ProductBasePrice createProductBasePrice(short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, short priceCurrency, Uom uom)
          Creates an instance of class ProductBasePrice based on all required attributes.
 ProductBasePrice extendAbstractProductPrice(AbstractProductPrice _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ProductBasePrice based on the superclass AbstractProductPrice and all required attributes not included in this superclass.
 ProductBasePrice extendAlertSender(AlertSender _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, short priceCurrency, Uom uom)
          Creates an instance of class ProductBasePrice based on the superclass AlertSender and all required attributes not included in this superclass.
 ProductBasePrice extendAuditee(Auditee _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, short priceCurrency, Uom uom)
          Creates an instance of class ProductBasePrice based on the superclass Auditee and all required attributes not included in this superclass.
 ProductBasePrice extendBasicObject(org.openmdx.base.jmi1.BasicObject _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, short priceCurrency, Uom uom)
          Creates an instance of class ProductBasePrice based on the superclass BasicObject and all required attributes not included in this superclass.
 ProductBasePrice extendCloneable(Cloneable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, short priceCurrency, Uom uom)
          Creates an instance of class ProductBasePrice based on the superclass Cloneable and all required attributes not included in this superclass.
 ProductBasePrice extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, short priceCurrency, Uom uom)
          Creates an instance of class ProductBasePrice based on the superclass ContextCapable and all required attributes not included in this superclass.
 ProductBasePrice extendCrxObject(CrxObject _base, short priceCurrency, Uom uom)
          Creates an instance of class ProductBasePrice based on the superclass CrxObject and all required attributes not included in this superclass.
 ProductBasePrice extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, short priceCurrency, Uom uom)
          Creates an instance of class ProductBasePrice based on the superclass ExtentCapable and all required attributes not included in this superclass.
 ProductBasePrice extendImporter(Importer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, short priceCurrency, Uom uom)
          Creates an instance of class ProductBasePrice based on the superclass Importer and all required attributes not included in this superclass.
 ProductBasePrice extendIndexed(Indexed _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, short priceCurrency, Uom uom)
          Creates an instance of class ProductBasePrice based on the superclass Indexed and all required attributes not included in this superclass.
 ProductBasePrice extendSecureObject(SecureObject _base, boolean disabled, short priceCurrency, Uom uom)
          Creates an instance of class ProductBasePrice based on the superclass SecureObject and all required attributes not included in this superclass.
 ProductBasePrice extendSubscriptionTarget(SubscriptionTarget _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, short priceCurrency, Uom uom)
          Creates an instance of class ProductBasePrice based on the superclass SubscriptionTarget and all required attributes not included in this superclass.
 ProductBasePrice extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, short priceCurrency, Uom uom)
          Creates an instance of class ProductBasePrice based on the superclass ViewCapable and all required attributes not included in this superclass.
 ProductBasePrice extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, short priceCurrency, Uom uom)
          Creates an instance of class ProductBasePrice based on the superclass XmlExporter and all required attributes not included in this superclass.
 ProductBasePrice getProductBasePrice(Object object)
          Creates an instance of class ProductBasePrice based on the specified Object instance.
 
Methods inherited from interface javax.jmi.reflect.RefClass
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

createProductBasePrice

ProductBasePrice createProductBasePrice()
Creates an instance of class ProductBasePrice. This is a factory operation used to create instance objects of class ProductBasePrice.


getProductBasePrice

ProductBasePrice getProductBasePrice(Object object)
Creates an instance of class ProductBasePrice based on the specified Object instance. This is a factory operation used to create instance objects of class ProductBasePrice.

Parameters:
object - The Object instance this class is based on.

createProductBasePrice

ProductBasePrice createProductBasePrice(short accessLevelBrowse,
                                        short accessLevelDelete,
                                        short accessLevelUpdate,
                                        boolean disabled,
                                        short priceCurrency,
                                        Uom uom)
Creates an instance of class ProductBasePrice based on all required attributes. This is a factory operation used to create instance objects of class ProductBasePrice.


extendAlertSender

ProductBasePrice extendAlertSender(AlertSender _base,
                                   short accessLevelBrowse,
                                   short accessLevelDelete,
                                   short accessLevelUpdate,
                                   boolean disabled,
                                   short priceCurrency,
                                   Uom uom)
Creates an instance of class ProductBasePrice based on the superclass AlertSender and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ProductBasePrice.


extendAuditee

ProductBasePrice extendAuditee(Auditee _base,
                               short accessLevelBrowse,
                               short accessLevelDelete,
                               short accessLevelUpdate,
                               boolean disabled,
                               short priceCurrency,
                               Uom uom)
Creates an instance of class ProductBasePrice based on the superclass Auditee and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ProductBasePrice.


extendCloneable

ProductBasePrice extendCloneable(Cloneable _base,
                                 short accessLevelBrowse,
                                 short accessLevelDelete,
                                 short accessLevelUpdate,
                                 boolean disabled,
                                 short priceCurrency,
                                 Uom uom)
Creates an instance of class ProductBasePrice based on the superclass Cloneable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ProductBasePrice.


extendImporter

ProductBasePrice extendImporter(Importer _base,
                                short accessLevelBrowse,
                                short accessLevelDelete,
                                short accessLevelUpdate,
                                boolean disabled,
                                short priceCurrency,
                                Uom uom)
Creates an instance of class ProductBasePrice based on the superclass Importer and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ProductBasePrice.


extendIndexed

ProductBasePrice extendIndexed(Indexed _base,
                               short accessLevelBrowse,
                               short accessLevelDelete,
                               short accessLevelUpdate,
                               boolean disabled,
                               short priceCurrency,
                               Uom uom)
Creates an instance of class ProductBasePrice based on the superclass Indexed and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ProductBasePrice.


extendSecureObject

ProductBasePrice extendSecureObject(SecureObject _base,
                                    boolean disabled,
                                    short priceCurrency,
                                    Uom uom)
Creates an instance of class ProductBasePrice based on the superclass SecureObject and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ProductBasePrice.


extendSubscriptionTarget

ProductBasePrice extendSubscriptionTarget(SubscriptionTarget _base,
                                          short accessLevelBrowse,
                                          short accessLevelDelete,
                                          short accessLevelUpdate,
                                          boolean disabled,
                                          short priceCurrency,
                                          Uom uom)
Creates an instance of class ProductBasePrice based on the superclass SubscriptionTarget and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ProductBasePrice.


extendXmlExporter

ProductBasePrice extendXmlExporter(XmlExporter _base,
                                   short accessLevelBrowse,
                                   short accessLevelDelete,
                                   short accessLevelUpdate,
                                   boolean disabled,
                                   short priceCurrency,
                                   Uom uom)
Creates an instance of class ProductBasePrice based on the superclass XmlExporter and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ProductBasePrice.


extendCrxObject

ProductBasePrice extendCrxObject(CrxObject _base,
                                 short priceCurrency,
                                 Uom uom)
Creates an instance of class ProductBasePrice based on the superclass CrxObject and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ProductBasePrice.


extendAbstractProductPrice

ProductBasePrice extendAbstractProductPrice(AbstractProductPrice _base,
                                            short accessLevelBrowse,
                                            short accessLevelDelete,
                                            short accessLevelUpdate,
                                            boolean disabled)
Creates an instance of class ProductBasePrice based on the superclass AbstractProductPrice and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ProductBasePrice.


extendBasicObject

ProductBasePrice extendBasicObject(org.openmdx.base.jmi1.BasicObject _base,
                                   short accessLevelBrowse,
                                   short accessLevelDelete,
                                   short accessLevelUpdate,
                                   boolean disabled,
                                   short priceCurrency,
                                   Uom uom)
Creates an instance of class ProductBasePrice based on the superclass BasicObject and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ProductBasePrice.


extendContextCapable

ProductBasePrice extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base,
                                      short accessLevelBrowse,
                                      short accessLevelDelete,
                                      short accessLevelUpdate,
                                      boolean disabled,
                                      short priceCurrency,
                                      Uom uom)
Creates an instance of class ProductBasePrice based on the superclass ContextCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ProductBasePrice.


extendExtentCapable

ProductBasePrice extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base,
                                     short accessLevelBrowse,
                                     short accessLevelDelete,
                                     short accessLevelUpdate,
                                     boolean disabled,
                                     short priceCurrency,
                                     Uom uom)
Creates an instance of class ProductBasePrice based on the superclass ExtentCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ProductBasePrice.


extendViewCapable

ProductBasePrice extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base,
                                   short accessLevelBrowse,
                                   short accessLevelDelete,
                                   short accessLevelUpdate,
                                   boolean disabled,
                                   short priceCurrency,
                                   Uom uom)
Creates an instance of class ProductBasePrice based on the superclass ViewCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ProductBasePrice.



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