org.opencrx.kernel.product1.jmi1
Interface PriceLevelClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured

public interface PriceLevelClass
extends RefClass


Method Summary
 PriceLevel createPriceLevel()
          Creates an instance of class PriceLevel.
 PriceLevel createPriceLevel(short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, short priceCurrency)
          Creates an instance of class PriceLevel based on all required attributes.
 PriceLevel extendAbstractFilter(AbstractFilter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, short priceCurrency)
          Creates an instance of class PriceLevel based on the superclass AbstractFilter and all required attributes not included in this superclass.
 PriceLevel extendAbstractFilterAccount(AbstractFilterAccount _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, short priceCurrency)
          Creates an instance of class PriceLevel based on the superclass AbstractFilterAccount and all required attributes not included in this superclass.
 PriceLevel extendAbstractFilterProduct(AbstractFilterProduct _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, short priceCurrency)
          Creates an instance of class PriceLevel based on the superclass AbstractFilterProduct and all required attributes not included in this superclass.
 PriceLevel extendAlertSender(AlertSender _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, short priceCurrency)
          Creates an instance of class PriceLevel based on the superclass AlertSender and all required attributes not included in this superclass.
 PriceLevel extendAuditee(Auditee _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, short priceCurrency)
          Creates an instance of class PriceLevel based on the superclass Auditee and all required attributes not included in this superclass.
 PriceLevel extendBasicObject(org.openmdx.base.jmi1.BasicObject _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, short priceCurrency)
          Creates an instance of class PriceLevel based on the superclass BasicObject and all required attributes not included in this superclass.
 PriceLevel extendCloneable(Cloneable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, short priceCurrency)
          Creates an instance of class PriceLevel based on the superclass Cloneable and all required attributes not included in this superclass.
 PriceLevel extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, short priceCurrency)
          Creates an instance of class PriceLevel based on the superclass ContextCapable and all required attributes not included in this superclass.
 PriceLevel extendCrxObject(CrxObject _base, String name, short priceCurrency)
          Creates an instance of class PriceLevel based on the superclass CrxObject and all required attributes not included in this superclass.
 PriceLevel extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, short priceCurrency)
          Creates an instance of class PriceLevel based on the superclass ExtentCapable and all required attributes not included in this superclass.
 PriceLevel extendImporter(Importer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, short priceCurrency)
          Creates an instance of class PriceLevel based on the superclass Importer and all required attributes not included in this superclass.
 PriceLevel extendIndexed(Indexed _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, short priceCurrency)
          Creates an instance of class PriceLevel based on the superclass Indexed and all required attributes not included in this superclass.
 PriceLevel extendSecureObject(SecureObject _base, boolean disabled, String name, short priceCurrency)
          Creates an instance of class PriceLevel based on the superclass SecureObject and all required attributes not included in this superclass.
 PriceLevel extendSubscriptionTarget(SubscriptionTarget _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, short priceCurrency)
          Creates an instance of class PriceLevel based on the superclass SubscriptionTarget and all required attributes not included in this superclass.
 PriceLevel extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, short priceCurrency)
          Creates an instance of class PriceLevel based on the superclass ViewCapable and all required attributes not included in this superclass.
 PriceLevel extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, short priceCurrency)
          Creates an instance of class PriceLevel based on the superclass XmlExporter and all required attributes not included in this superclass.
 PriceLevel getPriceLevel(Object object)
          Creates an instance of class PriceLevel 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

createPriceLevel

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


getPriceLevel

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

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

createPriceLevel

PriceLevel createPriceLevel(short accessLevelBrowse,
                            short accessLevelDelete,
                            short accessLevelUpdate,
                            boolean disabled,
                            String name,
                            short priceCurrency)
Creates an instance of class PriceLevel based on all required attributes. This is a factory operation used to create instance objects of class PriceLevel.


extendAbstractFilterAccount

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


extendAbstractFilter

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


extendAlertSender

PriceLevel extendAlertSender(AlertSender _base,
                             short accessLevelBrowse,
                             short accessLevelDelete,
                             short accessLevelUpdate,
                             boolean disabled,
                             String name,
                             short priceCurrency)
Creates an instance of class PriceLevel 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 PriceLevel.


extendAuditee

PriceLevel extendAuditee(Auditee _base,
                         short accessLevelBrowse,
                         short accessLevelDelete,
                         short accessLevelUpdate,
                         boolean disabled,
                         String name,
                         short priceCurrency)
Creates an instance of class PriceLevel 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 PriceLevel.


extendCloneable

PriceLevel extendCloneable(Cloneable _base,
                           short accessLevelBrowse,
                           short accessLevelDelete,
                           short accessLevelUpdate,
                           boolean disabled,
                           String name,
                           short priceCurrency)
Creates an instance of class PriceLevel 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 PriceLevel.


extendImporter

PriceLevel extendImporter(Importer _base,
                          short accessLevelBrowse,
                          short accessLevelDelete,
                          short accessLevelUpdate,
                          boolean disabled,
                          String name,
                          short priceCurrency)
Creates an instance of class PriceLevel 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 PriceLevel.


extendIndexed

PriceLevel extendIndexed(Indexed _base,
                         short accessLevelBrowse,
                         short accessLevelDelete,
                         short accessLevelUpdate,
                         boolean disabled,
                         String name,
                         short priceCurrency)
Creates an instance of class PriceLevel 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 PriceLevel.


extendSecureObject

PriceLevel extendSecureObject(SecureObject _base,
                              boolean disabled,
                              String name,
                              short priceCurrency)
Creates an instance of class PriceLevel 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 PriceLevel.


extendSubscriptionTarget

PriceLevel extendSubscriptionTarget(SubscriptionTarget _base,
                                    short accessLevelBrowse,
                                    short accessLevelDelete,
                                    short accessLevelUpdate,
                                    boolean disabled,
                                    String name,
                                    short priceCurrency)
Creates an instance of class PriceLevel 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 PriceLevel.


extendXmlExporter

PriceLevel extendXmlExporter(XmlExporter _base,
                             short accessLevelBrowse,
                             short accessLevelDelete,
                             short accessLevelUpdate,
                             boolean disabled,
                             String name,
                             short priceCurrency)
Creates an instance of class PriceLevel 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 PriceLevel.


extendCrxObject

PriceLevel extendCrxObject(CrxObject _base,
                           String name,
                           short priceCurrency)
Creates an instance of class PriceLevel 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 PriceLevel.


extendAbstractFilterProduct

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


extendBasicObject

PriceLevel extendBasicObject(org.openmdx.base.jmi1.BasicObject _base,
                             short accessLevelBrowse,
                             short accessLevelDelete,
                             short accessLevelUpdate,
                             boolean disabled,
                             String name,
                             short priceCurrency)
Creates an instance of class PriceLevel 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 PriceLevel.


extendContextCapable

PriceLevel extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base,
                                short accessLevelBrowse,
                                short accessLevelDelete,
                                short accessLevelUpdate,
                                boolean disabled,
                                String name,
                                short priceCurrency)
Creates an instance of class PriceLevel 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 PriceLevel.


extendExtentCapable

PriceLevel extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base,
                               short accessLevelBrowse,
                               short accessLevelDelete,
                               short accessLevelUpdate,
                               boolean disabled,
                               String name,
                               short priceCurrency)
Creates an instance of class PriceLevel 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 PriceLevel.


extendViewCapable

PriceLevel extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base,
                             short accessLevelBrowse,
                             short accessLevelDelete,
                             short accessLevelUpdate,
                             boolean disabled,
                             String name,
                             short priceCurrency)
Creates an instance of class PriceLevel 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 PriceLevel.



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