org.opencrx.kernel.product1.jmi1
Interface ProductClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured

public interface ProductClass
extends RefClass


Method Summary
 Product createProduct()
          Creates an instance of class Product.
 Product createProduct(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 all required attributes.
 Product extendAddressContainer(AddressContainer _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 AddressContainer and all required attributes not included in this superclass.
 Product extendAlertSender(AlertSender _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 AlertSender and all required attributes not included in this superclass.
 Product extendAuditee(Auditee _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 Auditee and all required attributes not included in this superclass.
 Product extendBasicObject(org.openmdx.base.jmi1.BasicObject _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 BasicObject and all required attributes not included in this superclass.
 Product extendCloneable(Cloneable _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 Cloneable and all required attributes not included in this superclass.
 Product extendContextCapable(org.openmdx.base.jmi1.ContextCapable _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 ContextCapable and all required attributes not included in this superclass.
 Product extendContractPositionConstrained(ContractPositionConstrained _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState)
          Creates an instance of class Product based on the superclass ContractPositionConstrained and all required attributes not included in this superclass.
 Product extendCrxObject(CrxObject _base, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Product based on the superclass CrxObject and all required attributes not included in this superclass.
 Product extendDepotReferenceHolder(DepotReferenceHolder _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 DepotReferenceHolder and all required attributes not included in this superclass.
 Product 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.
 Product extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _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 ExtentCapable and all required attributes not included in this superclass.
 Product extendImporter(Importer _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 Importer and all required attributes not included in this superclass.
 Product extendIndexed(Indexed _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 Indexed and all required attributes not included in this superclass.
 Product extendPictured(Pictured _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 Pictured and all required attributes not included in this superclass.
 Product extendProductConfigurationSet(ProductConfigurationSet _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 ProductConfigurationSet and all required attributes not included in this superclass.
 Product extendSecureObject(SecureObject _base, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Product based on the superclass SecureObject and all required attributes not included in this superclass.
 Product extendSubscriptionTarget(SubscriptionTarget _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 SubscriptionTarget and all required attributes not included in this superclass.
 Product extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 Product extendXmlExporter(XmlExporter _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 XmlExporter and all required attributes not included in this superclass.
 Product getProduct(Object object)
          Creates an instance of class Product 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

createProduct

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


getProduct

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

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

createProduct

Product createProduct(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 all required attributes. This is a factory operation used to create instance objects of class Product.


extendAlertSender

Product extendAlertSender(AlertSender _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 AlertSender and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Product.


extendAuditee

Product extendAuditee(Auditee _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 Auditee and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Product.


extendCloneable

Product extendCloneable(Cloneable _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 Cloneable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Product.


extendImporter

Product extendImporter(Importer _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 Importer and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Product.


extendIndexed

Product extendIndexed(Indexed _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 Indexed and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Product.


extendSecureObject

Product extendSecureObject(SecureObject _base,
                           boolean disabled,
                           String name,
                           String productNumber,
                           short productState,
                           long itemNumber,
                           short minMaxQuantityHandling)
Creates an instance of class Product 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 Product.


extendSubscriptionTarget

Product extendSubscriptionTarget(SubscriptionTarget _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 SubscriptionTarget and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Product.


extendXmlExporter

Product extendXmlExporter(XmlExporter _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 XmlExporter and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Product.


extendDepotReferenceHolder

Product extendDepotReferenceHolder(DepotReferenceHolder _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 DepotReferenceHolder and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Product.


extendCrxObject

Product extendCrxObject(CrxObject _base,
                        String name,
                        String productNumber,
                        short productState,
                        long itemNumber,
                        short minMaxQuantityHandling)
Creates an instance of class Product 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 Product.


extendDescriptionContainer

Product 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. This is a factory operation used to create instance objects of class Product.


extendPictured

Product extendPictured(Pictured _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 Pictured and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Product.


extendAddressContainer

Product extendAddressContainer(AddressContainer _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 AddressContainer and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Product.


extendContractPositionConstrained

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


extendProductConfigurationSet

Product extendProductConfigurationSet(ProductConfigurationSet _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 ProductConfigurationSet and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Product.


extendBasicObject

Product extendBasicObject(org.openmdx.base.jmi1.BasicObject _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 BasicObject and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Product.


extendContextCapable

Product extendContextCapable(org.openmdx.base.jmi1.ContextCapable _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 ContextCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Product.


extendExtentCapable

Product extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _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 ExtentCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Product.


extendViewCapable

Product extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _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 ViewCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Product.



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