Package | Description |
---|---|
com.ads.api.util |
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Column, Mappings, Subject,
KeyValue Pairs etc...
|
com.icc.util |
Contains a class called RequestStatus which is a Boolean class which wraps a value of the primitive type boolean in an object.
|
Modifier and Type | Method and Description |
---|---|
RequestStatus |
SystemManagerUtil.importEnvironment(int environmentId,
DBHelper dbHelper,
DBProperties.Operation dbOperation,
APIConstants.FileExtension fileExtension)
Imports the environment on the specified environmentId.
|
RequestStatus |
SystemManagerUtil.saveEnvironment(DBEnvironment dbEnvironment,
DBProperties.Operation operation,
boolean useReferenceId)
Deprecated.
since 9.0
|
RequestStatus |
SystemManagerUtil.scanIntoEnvironment(int environmentId,
DBHelper dbHelper,
DBProperties.Operation dbOperation)
Scan and save the environment meta data into the specified environmentId
by specifying the dbOperation and dbHelper object.
|
RequestStatus |
SystemManagerUtil.updateEnvironmentMetadata(DBEnvironment dbEnvironment,
DBProperties.Operation operation,
boolean useReferenceId)
Saves the environment for the specified DBEnvironment Object,
DBProperties and useReferenceId.
|
Modifier and Type | Method and Description |
---|---|
static DBProperties.Operation |
DBProperties.Operation.getOperationType(java.lang.String value) |
static DBProperties.Operation |
DBProperties.Operation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DBProperties.Operation[] |
DBProperties.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|