|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.data.MBOModelFactory
public class MBOModelFactory
Factory that's responsible for creating CommonMBOModel instances.
Field Summary | |
---|---|
protected static java.util.Hashtable |
_modelRep
The MBOModel repository |
Method Summary | |
---|---|
CommonMBOModel |
getCommonMBOModel(java.lang.String id)
Gets a CommonMBOModel instance. |
static MBOModelFactory |
getInstance()
Gets a MBOModelFactory instance |
SPMBOModel |
getInvisibleMBOModel(java.lang.String packageName,
java.lang.String className)
Create InvisibleSPMBOModel |
void |
regMBOModel(java.lang.String id,
CommonMBOModel model)
Register a CommonMBOModel instance to the model repository, this method should only be called by custom coding when user wants to use their own MBO model. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static java.util.Hashtable _modelRep
Method Detail |
---|
public static MBOModelFactory getInstance()
public CommonMBOModel getCommonMBOModel(java.lang.String id)
id
-
public SPMBOModel getInvisibleMBOModel(java.lang.String packageName, java.lang.String className)
packageName
- className
-
public void regMBOModel(java.lang.String id, CommonMBOModel model)
id
- model
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |