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.ads.mm.db.dao |
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Schema, Component and Column.
|
Modifier and Type | Method and Description |
---|---|
DBEnvironment |
SystemManagerUtil.loadEnvironment(int systemId,
java.lang.String environmentName,
boolean useRefrenceId)
Loads the Environment for the specified systemId, environmentName and
useReferenceId.
|
DBEnvironment |
SystemManagerUtil.scanEnvironment(DBHelper dbHelper)
Loads an Environment for the specified dbHelper Object.
|
Modifier and Type | Method and Description |
---|---|
RequestStatus |
SystemManagerUtil.saveEnvironment(DBEnvironment dbEnvironment,
DBProperties.Operation operation,
boolean useReferenceId)
Deprecated.
since 9.0
|
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 |
---|---|
DBEnvironment |
DBSchema.getEnvironment()
Returns the DBEnvironment Object.
|
DBEnvironment |
DBTable.getEnvironment()
Returns the environment as specified.
|
DBEnvironment |
DBSystem.getEnvironment(java.lang.String name)
Returns the DBEnvironment Object for the specified name.
|
DBEnvironment |
DBEnvironment.markDBOperations(DBEnvironment targetEnvironment,
boolean freshUploadMode,
boolean updateAppendMode,
boolean insertMode,
boolean updateExistingMode)
Returns the DBEnvironment Object for the specified targetEnvironment, operation modes in which the
environment will be saved i.e fresh upload, update append and insert
modes.
|
DBEnvironment |
DBEnvironment.markDBOperationsByReferenceId(DBEnvironment targetEnvironment,
boolean freshUploadMode,
boolean updateAppendMode,
boolean insertMode,
boolean updateExistingMode)
Returns the DBEnvironment Object for the specified targetEnvironment and
operation modes in which the environment will be saved i.e fresh upload,
update append and insert modes.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,DBEnvironment> |
DBSystem.getEnvironmentMap()
Returns the environmentMap.
|
Modifier and Type | Method and Description |
---|---|
void |
DBSystem.addEnvironment(DBEnvironment dbEnvironment)
Adds the Environment to DBEnvironment Object.
|
void |
DBSystem.addEnvironment(java.lang.String name,
DBEnvironment environment)
Adds the Environment specified in name to DBEnvironment Object.
|
DBEnvironment |
DBEnvironment.markDBOperations(DBEnvironment targetEnvironment,
boolean freshUploadMode,
boolean updateAppendMode,
boolean insertMode,
boolean updateExistingMode)
Returns the DBEnvironment Object for the specified targetEnvironment, operation modes in which the
environment will be saved i.e fresh upload, update append and insert
modes.
|
DBEnvironment |
DBEnvironment.markDBOperationsByReferenceId(DBEnvironment targetEnvironment,
boolean freshUploadMode,
boolean updateAppendMode,
boolean insertMode,
boolean updateExistingMode)
Returns the DBEnvironment Object for the specified targetEnvironment and
operation modes in which the environment will be saved i.e fresh upload,
update append and insert modes.
|
void |
DBSchema.setEnvironment(DBEnvironment dbEnvironment)
Sets the dbEnvironment as specified.
|
void |
DBTable.setEnvironment(DBEnvironment environment)
Sets the environment as specified.
|
Modifier and Type | Method and Description |
---|---|
void |
DBSystem.setEnvironmentMap(java.util.Map<java.lang.String,DBEnvironment> environmentMap)
Sets the environmentMap details as specified in environmentMap.
|