com.sas.hls.drug.client
Interface DrugServiceManager

All Superinterfaces:
ServiceManager

public interface DrugServiceManager
extends ServiceManager

Provides access to the SAS Drug Development services. There is a single instance of each service per Session. Therefore each call to these methods returns the same object each time.


Method Summary
 AnalysisService getAnalysisService()
          Get the AnalysisService instance for this session.
 GlobalPrivilegeAssignmentService getGlobalPrivilegeAssignmentService()
          Get the GlobalPrivilegeAssignmentService instance for this session.
 GroupService getGroupService()
          Get the GroupService instance for this session.
 JobExecutionService getJobExecutionService()
          Get the JobExecutionService instance for this session.
 JobService getJobService()
          Get the JobService instance for this session.
 MembershipService getMembershipService()
          Get the MembershipService instance for this session.
 OrganizationService getOrganizationService()
          Get the OrganizationService instance for this session.
 PrivilegeService getPrivilegeService()
          Get the PrivilegeService instance for this session.
 ProjectService getProjectService()
          Get the ProjectService instance for this session.
 RepositoryResourceService getRepositoryResourceService()
          Get the RepositoryResourceService instance for this session.
 RoleAssignmentService getRoleAssignmentService()
          Get the RoleAssignmentService instance for this session.
 RoleDefinitionService getRoleDefinitionService()
          Get the RoleDefinitionService instance for this session.
 UserService getUserService()
          Get the UserService instance for this session.
 WorkspaceResourceService getWorkspaceResourceService()
          Get the WorkspaceResourceService instance for this session.
 

Method Detail

getWorkspaceResourceService

WorkspaceResourceService getWorkspaceResourceService()
Get the WorkspaceResourceService instance for this session.

Returns:
WorkspaceResourceService The single WorkspaceResourceService for this session.

getRepositoryResourceService

RepositoryResourceService getRepositoryResourceService()
Get the RepositoryResourceService instance for this session.

Returns:
RepositoryResourceService The single RepositoryResourceService for this session.

getOrganizationService

OrganizationService getOrganizationService()
Get the OrganizationService instance for this session.

Returns:
OrganizationService The single OrganizationService for this session.

getProjectService

ProjectService getProjectService()
Get the ProjectService instance for this session.

Returns:
ProjectService The single ProjectService for this session.

getAnalysisService

AnalysisService getAnalysisService()
Get the AnalysisService instance for this session.

Returns:
AnalysisService The single AnalysisService for this session.

getUserService

UserService getUserService()
Get the UserService instance for this session.

Returns:
UserService The single UserService for this session.

getGroupService

GroupService getGroupService()
Get the GroupService instance for this session.

Returns:
GroupService The single GroupService for this session.

getMembershipService

MembershipService getMembershipService()
Get the MembershipService instance for this session.

Returns:
MembershipService The single MembershipService for this session.

getGlobalPrivilegeAssignmentService

GlobalPrivilegeAssignmentService getGlobalPrivilegeAssignmentService()
Get the GlobalPrivilegeAssignmentService instance for this session.

Returns:
GlobalPrivilegeAssignmentService The single GlobalPrivilegeAssignmentService for this session.

getJobExecutionService

JobExecutionService getJobExecutionService()
Get the JobExecutionService instance for this session.

Returns:
JobExecutionService The single JobExecutionService for this session.

getJobService

JobService getJobService()
Get the JobService instance for this session.

Returns:
JobService The single JobService for this session.

getPrivilegeService

PrivilegeService getPrivilegeService()
Get the PrivilegeService instance for this session.

Returns:
PrivilegeService The single PrivilegeService for this session.

getRoleDefinitionService

RoleDefinitionService getRoleDefinitionService()
Get the RoleDefinitionService instance for this session.

Returns:
RoleDefinitionService The single RoleDefinitionService for this session.

getRoleAssignmentService

RoleAssignmentService getRoleAssignmentService()
Get the RoleAssignmentService instance for this session.

Returns:
RoleAssignmentService The single RoleAssignmentService for this session.


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