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...
|
Modifier and Type | Method and Description |
---|---|
SMSystem |
SystemManagerUtil.getSystem(int systemId)
Returns SMSystem Object for the specified systemId.
|
SMSystem |
SystemManagerUtil.getSystem(java.lang.String systemName)
Returns SMSystem Object for the specified systemName.Specifying the
systemName is mandatory.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<SMSystem> |
SystemManagerUtil.getSystems()
Returns the List of SMSystems along with all the details regarding each
system.
|
Modifier and Type | Method and Description |
---|---|
RequestStatus |
SystemManagerUtil.createSystem(SMSystem system)
Inserts a new system for the specified SMSystem Object.SMSystem object
should contain all the details pertaining to system such as name,
business purpose, DBMS platform,location etc...where in systemName
are mandatory.
|
RequestStatus |
SystemManagerUtil.updateSystem(SMSystem system)
Updates the system for the specified SMSystem object.i.e when provided
with system details, this method updates the respective information of
the system.
|