Uses of Class
com.ads.mm.db.dao.DBEnvironment
Packages that use DBEnvironment
Package
Description
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Column, Mappings, Subject,
KeyValue Pairs, ROle, Business Glossary Catalog, Document etc...
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Schema, Component and Column.
-
Uses of DBEnvironment in com.ads.api.util
Methods in com.ads.api.util that return DBEnvironmentModifier and TypeMethodDescriptionSystemManagerUtil.loadEnvironment(int systemId, String environmentName, boolean useRefrenceId) Loads the Environment for the specified systemId, environmentName and useReferenceId.SystemManagerUtil.loadEnvironment(int systemId, String environmentName, boolean useRefrenceId, APIConstants.LoadOptions loadOptions) Loads the Environment for the specified systemId, environmentName and useReferenceId.SystemManagerUtil.scanEnvironment(DBHelper dbHelper) Loads an Environment for the specified dbHelper Object.Methods in com.ads.api.util with parameters of type DBEnvironmentModifier and TypeMethodDescriptionSystemManagerUtil.saveEnvironment(DBEnvironment dbEnvironment, DBProperties.Operation operation, boolean useReferenceId) Deprecated.since 9.0SystemManagerUtil.updateEnvironmentMetadata(DBEnvironment dbEnvironment, DBProperties.Operation operation, boolean useReferenceId) Saves the environment for the specified DBEnvironment Object, DBProperties and useReferenceId. -
Uses of DBEnvironment in com.ads.mm.db.dao
Methods in com.ads.mm.db.dao that return DBEnvironmentModifier and TypeMethodDescriptionDBEnvironment.addAssociationsList(com.ads.association.export.model.ExportedAssociation associationObj) It will not add association to this object as it is being used internally.DBEnvironment.addExtendedProperty(KeyValue extendedProperty) Adds the KeyValue Object for the specified table.DBSchema.getEnvironment()Returns the DBEnvironment Object.DBSystem.getEnvironment(String name) Returns the DBEnvironment Object for the specified name.DBTable.getEnvironment()Returns the environment as specified.DBEnvironment.markDBOperations(DBEnvironment targetEnvironment, boolean freshUploadMode, boolean updateAppendMode, boolean insertMode, boolean updateExistingMode, DBHelper dbHelper) 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.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.DBEnvironment.setAssociationsList(List<com.ads.association.export.model.ExportedAssociation> associations) It will not set any associations particular to this object as it is being used internally.Methods in com.ads.mm.db.dao that return types with arguments of type DBEnvironmentMethods in com.ads.mm.db.dao with parameters of type DBEnvironmentModifier and TypeMethodDescriptionvoidDBSystem.addEnvironment(DBEnvironment dbEnvironment) Adds the Environment to DBEnvironment Object.voidDBSystem.addEnvironment(String name, DBEnvironment environment) Adds the Environment specified in name to DBEnvironment Object.DBEnvironment.markDBOperations(DBEnvironment targetEnvironment, boolean freshUploadMode, boolean updateAppendMode, boolean insertMode, boolean updateExistingMode, DBHelper dbHelper) 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.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.voidDBSchema.setEnvironment(DBEnvironment dbEnvironment) Sets the dbEnvironment as specified.voidDBTable.setEnvironment(DBEnvironment environment) Sets the environment as specified.Method parameters in com.ads.mm.db.dao with type arguments of type DBEnvironmentModifier and TypeMethodDescriptionvoidDBSystem.setEnvironmentMap(Map<String, DBEnvironment> environmentMap) Sets the environmentMap details as specified in environmentMap.