|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a container for the packages that contain the definitions of objects that comprise a session.
Method Summary | |
java.lang.String[] |
getAllApplicationModuleDefNames()
Gets the names of the Application Module definitions contained in all packages. |
java.lang.String[] |
getAllEntityAssociationDefNames()
Gets the names of the entity association definitions defined in all packages. |
java.lang.String[] |
getAllEntityDefNames()
Gets the names of the Entity Object definitions available in all packages. |
java.lang.String[] |
getAllViewDefNames()
Gets the names of the View Object definitions available in all packages. |
java.lang.String[] |
getAllViewLinkDefNames()
Gets the names of the View Link definitions defined in all packages. |
java.lang.String[] |
getApplicationModuleDefNames(java.lang.String packageName)
Gets the names of the Application Module definitions contained in a package. |
java.lang.String[] |
getEntityAssociationDefNames(java.lang.String packageName)
Gets the names of the entity association definitions defined in a package. |
java.lang.String[] |
getEntityDefNames(java.lang.String packageName)
Gets the names of the Entity Object definitions available in a package. |
java.util.Hashtable |
getEnvironment()
Gets the table of packages. |
java.util.Locale |
getLocale()
Gets the current Locale used for localizing error messages. |
java.lang.String[] |
getPackageNames()
Gets names of the packages that make up this middle tier application. |
java.lang.String |
getVersion()
Gets the middle tier's version information. |
java.lang.String[] |
getViewDefNames(java.lang.String packageName)
Gets the names of the View Object definitions available in a package. |
java.lang.String[] |
getViewLinkDefNames(java.lang.String packageName)
Gets the names of the View Link definitions defined in a package. |
void |
loadPackage(java.lang.String packageName)
Loads a package that may be browsed for defined objects. |
void |
setLocale(java.util.Locale locale)
Sets a new Locale for localizing error messages. |
Method Detail |
public java.lang.String getVersion()
public java.util.Locale getLocale()
Locale
used for localizing error messages.Locale
.public void setLocale(java.util.Locale locale)
Locale
for localizing error messages.locale
- the new Locale
.public java.lang.String[] getPackageNames()
public java.lang.String[] getApplicationModuleDefNames(java.lang.String packageName)
packageName
- the name of the package.ApplicationModule
definition names.public java.lang.String[] getAllApplicationModuleDefNames()
ApplicationModule
definition names.public java.lang.String[] getViewDefNames(java.lang.String packageName)
packageName
- the name of the package.ViewDef
names.public java.lang.String[] getAllViewDefNames()
ViewDef
names.public java.lang.String[] getEntityDefNames(java.lang.String packageName)
packageName
- the name of the package.EntityDef
names.public java.lang.String[] getAllEntityDefNames()
EntityDef
names.public java.lang.String[] getEntityAssociationDefNames(java.lang.String packageName)
packageName
- the name of the package.EntityAssociationDef
names.public java.lang.String[] getAllEntityAssociationDefNames()
EntityAssociationDef
names.public java.lang.String[] getViewLinkDefNames(java.lang.String packageName)
packageName
- the name of the package.ViewLinkDef
names.public java.lang.String[] getAllViewLinkDefNames()
ViewLinkDef
names.public void loadPackage(java.lang.String packageName)
packageName
- a fully qualified package name.public java.util.Hashtable getEnvironment()
|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |