Package | Description |
---|---|
de.esprit.appsuite.appstore.ndf |
Contains all NDF structured models of the App-Store
|
de.esprit.appsuite.database.dbase |
Contains most of the database related classes.
|
de.esprit.appsuite.type |
Contains definitions for translatable Enum constants
|
de.esprit.common.type |
Contains a set of useful enum constants
|
de.esprit.common.util |
Contains useful GUI utility classes for common usage.
|
de.esprit.netsuite.server.abo |
Contains server classes for working with Alive Business Objects (ABOs)
|
de.esprit.netsuite.server.auth |
Contains classes for server side user authentication
|
de.esprit.netsuite.server.batch |
Contains classes that implement and manage the available server processes
|
de.esprit.netsuite.server.db |
Contains classes for server side database configuration.
|
de.esprit.netsuite.server.netch |
Contains classes that build the server network adapter
|
de.esprit.netsuite.server.permission |
These classes implement the permission system of the esprit server
|
Modifier and Type | Class and Description |
---|---|
class |
CommandLineOptionDataType
This enum defines the type of an option.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DBObject.dbSetPersistentCode(java.sql.PreparedStatement ps,
int index,
PersistentCode value,
DumpString ds,
DBColumnKey col) |
Modifier and Type | Class and Description |
---|---|
class |
Country
This enum defines most common countries on earth.
|
class |
Language
This enum defines most common languages.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaTechnology
This class defines the java runtime technology.
|
class |
JavaVmType
This class defines the java runtime types.
|
Modifier and Type | Method and Description |
---|---|
static <P extends PersistentCode> |
EnumUtil.fromPersistentCode(java.lang.String code,
P[] values)
Returns the enum that matches the given persistent CODE.
|
static <P extends PersistentCode> |
EnumUtil.fromPersistentCode(java.lang.String code,
P[] values,
boolean isCaseSensitive)
Returns the enum that matches the given persistent CODE
|
Modifier and Type | Method and Description |
---|---|
static <P extends PersistentCode> |
EnumUtil.fromPersistentCode(java.lang.String code,
P[] values)
Returns the enum that matches the given persistent CODE.
|
static <P extends PersistentCode> |
EnumUtil.fromPersistentCode(java.lang.String code,
P[] values,
boolean isCaseSensitive)
Returns the enum that matches the given persistent CODE
|
Modifier and Type | Class and Description |
---|---|
class |
ABOPermission
This enum defines typical
UserPermission s that can be performed on access controlled objects. |
Modifier and Type | Class and Description |
---|---|
class |
UserManagerPermission
This class ...
|
Modifier and Type | Class and Description |
---|---|
class |
BatchTaskManagerPermission
This class ...
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseManagerPermission
This class ...
|
Modifier and Type | Class and Description |
---|---|
class |
SessionManagerPermission
This enum defines permittable actions for the
SessionManager |
Modifier and Type | Interface and Description |
---|---|
interface |
UserPermission
This interface defines a user action that can be permitted on an
PermissionControlled object. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultUserPermission
This enum defines typical
UserPermission s that can be performed on access controlled objects. |
class |
UserAllPermission
This enum is a special
UserPermission s that matches all user permissions. |
Copyright © 2013 EsprIT-Systems. All Rights Reserved.