|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrganizationNotFoundException | |
---|---|
com.sas.hls.drug.project | Service and class definitions for manipulating and creating SAS Drug Development projects. |
com.sas.hls.organization | Service and class definitions for manipulating and creating organizations. |
Uses of OrganizationNotFoundException in com.sas.hls.drug.project |
---|
Methods in com.sas.hls.drug.project that throw OrganizationNotFoundException | |
---|---|
Project |
ProjectService.createProject(OrganizationDescriptor organizationContext,
String projectName,
List<Attribute> attributes)
Create a project within the specified organization. |
List<ProjectDescriptor> |
ProjectService.getProjectDescriptorsByOrganization(OrganizationDescriptor organization)
Get light-weight representations of all projects associated with the given organization context. |
List<Project> |
ProjectService.getProjectsByOrganization(OrganizationDescriptor organization)
Get all projects associated with the given organization context. |
Uses of OrganizationNotFoundException in com.sas.hls.organization |
---|
Methods in com.sas.hls.organization that throw OrganizationNotFoundException | |
---|---|
Organization |
OrganizationService.getOrganizationByIdentifier(String identifier)
Get the representation of an organization, given its identifier. |
Organization |
OrganizationService.getOrganizationByName(String name)
Get the full client representation of an organization, given its name. |
OrganizationDescriptor |
OrganizationService.getOrganizationDescriptorByIdentifier(String identifier)
Get the light-weight client representation of an organization, given its identifier. |
OrganizationDescriptor |
OrganizationService.getOrganizationDescriptorByName(String name)
Get the light-weight client representation of an organization, given its name.. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |