org.opencrx.kernel.account1.cci
Interface CompetitorClass

All Superinterfaces:
RefBaseObject, RefClass, RefClass_1_0, RefFeatured
All Known Implementing Classes:
CompetitorClassImpl

public interface CompetitorClass
extends RefClass_1_0


Method Summary
 Competitor createCompetitor()
          Creates an instance of class Competitor.
 Competitor createCompetitor(short competitorState, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Competitor based on all required attributes.
 Competitor extendAlertSender(AlertSender _base, short competitorState, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Competitor based on the superclass AlertSender and all required attributes not included in this superclass.
 Competitor extendAuditee(Auditee _base, short competitorState, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Competitor based on the superclass Auditee and all required attributes not included in this superclass.
 Competitor extendBasicObject(BasicObject _base, short competitorState, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Competitor based on the superclass BasicObject and all required attributes not included in this superclass.
 Competitor extendCloneable(Cloneable _base, short competitorState, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Competitor based on the superclass Cloneable and all required attributes not included in this superclass.
 Competitor extendContextCapable(ContextCapable _base, short competitorState, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Competitor based on the superclass ContextCapable and all required attributes not included in this superclass.
 Competitor extendCrxObject(CrxObject _base, short competitorState, String name)
          Creates an instance of class Competitor based on the superclass CrxObject and all required attributes not included in this superclass.
 Competitor extendExtentCapable(ExtentCapable _base, short competitorState, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Competitor based on the superclass ExtentCapable and all required attributes not included in this superclass.
 Competitor extendImporter(Importer _base, short competitorState, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Competitor based on the superclass Importer and all required attributes not included in this superclass.
 Competitor extendIndexed(Indexed _base, short competitorState, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Competitor based on the superclass Indexed and all required attributes not included in this superclass.
 Competitor extendSecureObject(SecureObject _base, short competitorState, String name, boolean disabled)
          Creates an instance of class Competitor based on the superclass SecureObject and all required attributes not included in this superclass.
 Competitor extendSubscriptionTarget(SubscriptionTarget _base, short competitorState, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Competitor based on the superclass SubscriptionTarget and all required attributes not included in this superclass.
 Competitor extendViewCapable(ViewCapable _base, short competitorState, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Competitor based on the superclass ViewCapable and all required attributes not included in this superclass.
 Competitor extendXmlExporter(XmlExporter _base, short competitorState, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Competitor based on the superclass XmlExporter and all required attributes not included in this superclass.
 Competitor getCompetitor(Object object)
          Creates an instance of class Competitor 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

createCompetitor

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


getCompetitor

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

Parameters:
object - The Object instance this class is based on. Object must be instanceof RefObject, Object_1_0 or Path.

createCompetitor

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


extendAlertSender

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


extendAuditee

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


extendCloneable

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


extendImporter

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


extendIndexed

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


extendSecureObject

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


extendSubscriptionTarget

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


extendXmlExporter

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


extendCrxObject

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


extendBasicObject

Competitor extendBasicObject(BasicObject _base,
                             short competitorState,
                             String name,
                             short accessLevelBrowse,
                             short accessLevelDelete,
                             short accessLevelUpdate,
                             boolean disabled)
Creates an instance of class Competitor 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 Competitor.


extendContextCapable

Competitor extendContextCapable(ContextCapable _base,
                                short competitorState,
                                String name,
                                short accessLevelBrowse,
                                short accessLevelDelete,
                                short accessLevelUpdate,
                                boolean disabled)
Creates an instance of class Competitor 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 Competitor.


extendExtentCapable

Competitor extendExtentCapable(ExtentCapable _base,
                               short competitorState,
                               String name,
                               short accessLevelBrowse,
                               short accessLevelDelete,
                               short accessLevelUpdate,
                               boolean disabled)
Creates an instance of class Competitor 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 Competitor.


extendViewCapable

Competitor extendViewCapable(ViewCapable _base,
                             short competitorState,
                             String name,
                             short accessLevelBrowse,
                             short accessLevelDelete,
                             short accessLevelUpdate,
                             boolean disabled)
Creates an instance of class Competitor 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 Competitor.



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