Package | Description |
---|---|
de.esprit.appsuite.gui.dialog.option |
Contains dialogs for choosing options by check boxes.
|
de.esprit.appsuite.task.archive |
Contains helper classes for executing the archiver tools.
|
de.esprit.appsuite.type |
Contains definitions for translatable Enum constants
|
de.esprit.appsuite.workflow |
Contains classes for building workflows upon async tasks
|
de.esprit.appsuite.workflow.wft |
Contains support classes for building workflow tasks
|
de.esprit.common.lic |
Contains classes for dealing with licenses.
|
de.esprit.netsuite.netdata.enums |
Contains all constant definitions
|
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.pathtree.permission |
Contains remote file-tree permission related classes
|
de.esprit.netsuite.server.permission |
These classes implement the permission system of the esprit server
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOptionPanel<T extends CheckOption>
This class encapsulates the common part of option choice panels.
|
class |
CheckBoxOptionPanel<T extends CheckOption>
This panel contains a set of check-boxes representing options that can be selected.
|
class |
RadioButtonOptionPanel<T extends CheckOption>
This panel contains a set of radio buttons representing options that can be selected.
|
Modifier and Type | Method and Description |
---|---|
<T extends CheckOption> |
RadioButtonOptionDialog.getSelectedOption() |
<T extends CheckOption> |
AbstractCheckBoxOptionDialog.getSelectedOptions() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCheckBoxOptionDialog.addOption(CheckOption... options)
Adds new check-boxes to the layout container.
|
void |
RadioButtonOptionDialog.addOption(CheckOption option) |
boolean |
RadioButtonOptionDialog.isOptionSelected(CheckOption option) |
boolean |
AbstractCheckBoxOptionDialog.isOptionSelected(CheckOption option) |
void |
RadioButtonOptionDialog.selectOption(CheckOption option) |
void |
AbstractCheckBoxOptionDialog.selectOption(CheckOption option) |
void |
AbstractCheckBoxOptionDialog.setSelectedOptions(CheckOption... options) |
void |
CheckBoxOptionPanel.setSelectedOptions(T... options)
Clears the selection and selects only the given options
|
Modifier and Type | Class and Description |
---|---|
class |
ArchiveTaskOption
This enum defines the possible types of supported archives
|
Modifier and Type | Class and Description |
---|---|
class |
CheckOptionWrapper<T>
This class allows any
PersistentName object to be used as a CheckOption . |
Modifier and Type | Class and Description |
---|---|
class |
ExTaskOption
This is a sample set of task-options for a users choice
|
class |
StandardTaskOption
This is a set of options for a users choice
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractWorkflow.handleDecision(CheckOption option) |
Modifier and Type | Method and Description |
---|---|
CheckOption |
AbstractTaskOptionWFT.getDefaultOption()
This option is preselected in the option dialog, it must be one of the options given by
AbstractTaskOptionWFT.fillAvailableOptions(List, WorkflowTask) |
abstract CheckOption |
AbstractTaskOptionWFT.getSelectedOption(java.util.List<CheckOption> validOptions)
Returns the selected options which must be one of the given options or null.
|
CheckOption |
AbstractTaskOptionDialogWFT.getSelectedOption(java.util.List<CheckOption> validOptions) |
Modifier and Type | Method and Description |
---|---|
protected TaskOptionDialog |
AbstractTaskOptionDialogWFT.createOptionDialog(java.util.List<CheckOption> validOptions) |
void |
AbstractTaskOptionWFT.fillAvailableOptions(java.util.List<CheckOption> optionList,
WorkflowTask previousTask)
Fills up the list of options of which the user has got to choose one.
|
abstract CheckOption |
AbstractTaskOptionWFT.getSelectedOption(java.util.List<CheckOption> validOptions)
Returns the selected options which must be one of the given options or null.
|
CheckOption |
AbstractTaskOptionDialogWFT.getSelectedOption(java.util.List<CheckOption> validOptions) |
Constructor and Description |
---|
TaskOptionDialog(C ctx,
AbstractWFT<C> wft,
java.util.List<CheckOption> validOptions) |
TaskOptionDialog(C ctx,
NlsKey windowTitle,
NlsKey headerText,
IconKey headerIcon,
AbstractWFT<C> wft,
java.util.List<CheckOption> validOptions) |
Modifier and Type | Class and Description |
---|---|
class |
ProductModule
Defines the current esprit software modules which need a valid license to run.
|
Modifier and Type | Class and Description |
---|---|
class |
NetMessageType
This enum defines the types for messages sent by the server.
|
Modifier and Type | Class and Description |
---|---|
class |
ABOPermission
This enum defines typical
EspritPermission 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 | Class and Description |
---|---|
class |
StandardDirectoryPermission
This enum defines typical permissions that can be grated to directories.
|
class |
StandardFilePermission
This enum defines typical permissions that can be grated to files.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EspritPermission
This interface defines a permission for the Esprit server.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardEspritPermission
This enum defines typical
EspritPermission s that can be performed on access controlled objects. |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.