Uses of Class
com.sas.hls.drug.project.Project

Packages that use Project
com.sas.hls.drug.project Service and class definitions for manipulating and creating SAS Drug Development projects. 
 

Uses of Project in com.sas.hls.drug.project
 

Methods in com.sas.hls.drug.project that return Project
 Project Project.clone()
          Create and return a copy of this object.
 Project ProjectService.createProject(OrganizationDescriptor organizationContext, String projectName, List<Attribute> attributes)
          Create a project within the specified organization.
 Project ProjectService.getProjectByIdentifier(String projectIdentifier)
          Get a project using its unique identifier in the system.
 Project ProjectService.getProjectByName(OrganizationDescriptor organization, String projectName)
          Get project by specifying the organization context and name within that context.
 Project ProjectService.renameProject(Project project, String newName)
          Rename the specified project with the new name specified.
 Project ProjectService.setProjectState(ProjectDescriptor projectDescriptor, State state, String comment, boolean includeAnalyses)
          Set the state for the project
 Project ProjectService.updateProject(Project project)
          Update a project
 

Methods in com.sas.hls.drug.project that return types with arguments of type Project
 List<Project> ProjectService.getProjectsByOrganization(OrganizationDescriptor organization)
          Get all projects associated with the given organization context.
 

Methods in com.sas.hls.drug.project with parameters of type Project
 Project ProjectService.renameProject(Project project, String newName)
          Rename the specified project with the new name specified.
 Project ProjectService.updateProject(Project project)
          Update a project
 



Copyright (c) 2012, SAS Institute Inc., Cary, NC, USA