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 |
---|---|
Project |
MappingManagerUtil.getProject(int projectId)
Returns the Project object for the specified project Id.Specifying the projectId is mandatory.
|
Project |
MappingManagerUtil.getProject(java.lang.String projectName)
Returns the Project object for the specified project Name i.e all the respective details regarding the project,
such as ProjectName, ProjectDescription, projectCostCenter, projectITSponsorFullName, projectBusinessSponsorFullName, projectDocuments, projectResources etc....Specifying the projectName is mandatory. |
Modifier and Type | Method and Description |
---|---|
java.util.List<Project> |
MappingManagerUtil.getProjects()
Returns the List of all Projects i.e all the respective details regarding
projects, such as ProjectName, ProjectDescription,
projectCostCenter, projectITSponsorFullName, projectBusinessSponsorFullName,
projectDocuments, projectResources etc...
|
java.util.List<Project> |
MappingManagerUtil.getProjects(Node.Depth depth)
Returns the projects and its Details according to the specified Depth.
|
Modifier and Type | Method and Description |
---|---|
RequestStatus |
MappingManagerUtil.createProject(Project project)
Creates a project for the specified Project Object.
|
RequestStatus |
MappingManagerUtil.updateProject(Project project)
Updates the project with the specified Project Object.
|