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 |
---|---|
Subject |
MappingManagerUtil.getSubject(int subjectId)
Returns the Subject Object for the specified subjectId.Specifying subjectId is mandatory.
|
Subject |
MappingManagerUtil.getSubject(int projectId,
int parentSubjectId,
java.lang.String subjectName)
Returns Subject Object for the specified projectId, parentSubjectId,
subjectName.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Subject> |
MappingManagerUtil.getSubjects(int projectId)
Returns the List of subjects of the specified projectId.
|
java.util.List<Subject> |
MappingManagerUtil.getSubjects(java.lang.String projectName)
Returns the List of subjects for the specified projectName.
|
Modifier and Type | Method and Description |
---|---|
RequestStatus |
MappingManagerUtil.createSubject(Subject subject)
Creates Subject for the specified Subject Object.
|
RequestStatus |
MappingManagerUtil.updateSubject(Subject subject)
Updates Subject Details for the specified Subject Object.
|