com.sas.drugdev.remote
Interface ServiceManager


public interface ServiceManager

ServiceManager is the central place for looking up all the available remote 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
 AdminService getAdminService()
          Get the AdminService instance for this session.
 GroupService getGroupService()
          Get the GroupService instance for this session.
 RepositoryService getRepositoryService()
          Get the RepositoryService instance for this session.
 SASService getSASService()
          Get the SASService instance for this session.
 TypeService getTypeService()
          Get the TypeService instance for this session.
 UserService getUserService()
          Get the UserService instance for this session.
 

Method Detail

getRepositoryService

RepositoryService getRepositoryService()
Get the RepositoryService instance for this session.

Returns:
the single RepositoryService for this session.

getTypeService

TypeService getTypeService()
Get the TypeService instance for this session.

Returns:
the single TypeService for this session.

getAdminService

AdminService getAdminService()
Get the AdminService instance for this session.

Returns:
the single AdminService for this session.

getGroupService

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

Returns:
the single GroupService for this session.

getUserService

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

Returns:
the single UserService for this session.

getSASService

SASService getSASService()
Get the SASService instance for this session.

Returns:
the single SASService for this session.