Uses of Class
com.sas.hls.organization.Organization

Packages that use Organization
com.sas.hls.organization Service and class definitions for manipulating and creating organizations. 
 

Uses of Organization in com.sas.hls.organization
 

Methods in com.sas.hls.organization that return Organization
 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.
 Organization OrganizationService.updateOrganization(Organization organization)
          Update an Organization.
 

Methods in com.sas.hls.organization that return types with arguments of type Organization
 List<Organization> OrganizationService.getOrganizations()
          Get the list of all organizations currently defined in the system.
 

Methods in com.sas.hls.organization with parameters of type Organization
 Organization OrganizationService.updateOrganization(Organization organization)
          Update an Organization.
 



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