org.opencrx.kernel.depot1.jmi1
Interface ProductOfferingDepotPositionClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured

public interface ProductOfferingDepotPositionClass
extends RefClass


Method Summary
 ProductOfferingDepotPosition createProductOfferingDepotPosition()
          Creates an instance of class ProductOfferingDepotPosition.
 ProductOfferingDepotPosition createProductOfferingDepotPosition(short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class ProductOfferingDepotPosition based on all required attributes.
 ProductOfferingDepotPosition extendAlertSender(AlertSender _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class ProductOfferingDepotPosition based on the superclass AlertSender and all required attributes not included in this superclass.
 ProductOfferingDepotPosition extendAuditee(Auditee _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class ProductOfferingDepotPosition based on the superclass Auditee and all required attributes not included in this superclass.
 ProductOfferingDepotPosition extendBasicObject(org.openmdx.base.jmi1.BasicObject _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class ProductOfferingDepotPosition based on the superclass BasicObject and all required attributes not included in this superclass.
 ProductOfferingDepotPosition extendCloneable(Cloneable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class ProductOfferingDepotPosition based on the superclass Cloneable and all required attributes not included in this superclass.
 ProductOfferingDepotPosition extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class ProductOfferingDepotPosition based on the superclass ContextCapable and all required attributes not included in this superclass.
 ProductOfferingDepotPosition extendCrxObject(CrxObject _base, boolean isLocked, String name, Date openingDate)
          Creates an instance of class ProductOfferingDepotPosition based on the superclass CrxObject and all required attributes not included in this superclass.
 ProductOfferingDepotPosition extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class ProductOfferingDepotPosition based on the superclass ExtentCapable and all required attributes not included in this superclass.
 ProductOfferingDepotPosition extendImporter(Importer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class ProductOfferingDepotPosition based on the superclass Importer and all required attributes not included in this superclass.
 ProductOfferingDepotPosition extendIndexed(Indexed _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class ProductOfferingDepotPosition based on the superclass Indexed and all required attributes not included in this superclass.
 ProductOfferingDepotPosition extendProductOfferingPosition(ProductOfferingPosition _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class ProductOfferingDepotPosition based on the superclass ProductOfferingPosition and all required attributes not included in this superclass.
 ProductOfferingDepotPosition extendProductPosition(ProductPosition _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class ProductOfferingDepotPosition based on the superclass ProductPosition and all required attributes not included in this superclass.
 ProductOfferingDepotPosition extendSecureObject(SecureObject _base, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class ProductOfferingDepotPosition based on the superclass SecureObject and all required attributes not included in this superclass.
 ProductOfferingDepotPosition extendSubscriptionTarget(SubscriptionTarget _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class ProductOfferingDepotPosition based on the superclass SubscriptionTarget and all required attributes not included in this superclass.
 ProductOfferingDepotPosition extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class ProductOfferingDepotPosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 ProductOfferingDepotPosition extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class ProductOfferingDepotPosition based on the superclass XmlExporter and all required attributes not included in this superclass.
 ProductOfferingDepotPosition getProductOfferingDepotPosition(Object object)
          Creates an instance of class ProductOfferingDepotPosition 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

createProductOfferingDepotPosition

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


getProductOfferingDepotPosition

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

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

createProductOfferingDepotPosition

ProductOfferingDepotPosition createProductOfferingDepotPosition(short accessLevelBrowse,
                                                                short accessLevelDelete,
                                                                short accessLevelUpdate,
                                                                boolean isLocked,
                                                                String name,
                                                                Date openingDate,
                                                                boolean disabled)
Creates an instance of class ProductOfferingDepotPosition based on all required attributes. This is a factory operation used to create instance objects of class ProductOfferingDepotPosition.


extendAlertSender

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


extendAuditee

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


extendCloneable

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


extendImporter

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


extendIndexed

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


extendSecureObject

ProductOfferingDepotPosition extendSecureObject(SecureObject _base,
                                                boolean isLocked,
                                                String name,
                                                Date openingDate,
                                                boolean disabled)
Creates an instance of class ProductOfferingDepotPosition 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 ProductOfferingDepotPosition.


extendSubscriptionTarget

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


extendXmlExporter

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


extendCrxObject

ProductOfferingDepotPosition extendCrxObject(CrxObject _base,
                                             boolean isLocked,
                                             String name,
                                             Date openingDate)
Creates an instance of class ProductOfferingDepotPosition 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 ProductOfferingDepotPosition.


extendProductOfferingPosition

ProductOfferingDepotPosition extendProductOfferingPosition(ProductOfferingPosition _base,
                                                           short accessLevelBrowse,
                                                           short accessLevelDelete,
                                                           short accessLevelUpdate,
                                                           boolean isLocked,
                                                           String name,
                                                           Date openingDate,
                                                           boolean disabled)
Creates an instance of class ProductOfferingDepotPosition based on the superclass ProductOfferingPosition and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ProductOfferingDepotPosition.


extendProductPosition

ProductOfferingDepotPosition extendProductPosition(ProductPosition _base,
                                                   short accessLevelBrowse,
                                                   short accessLevelDelete,
                                                   short accessLevelUpdate,
                                                   boolean isLocked,
                                                   String name,
                                                   Date openingDate,
                                                   boolean disabled)
Creates an instance of class ProductOfferingDepotPosition based on the superclass ProductPosition and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ProductOfferingDepotPosition.


extendBasicObject

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


extendContextCapable

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


extendExtentCapable

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


extendViewCapable

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



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