Package | Description |
---|---|
com.sas.hls.organization |
Service and class definitions for manipulating and creating organizations.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<Organization> |
OrganizationService.getOrganizations()
Get the list of all organizations currently defined in the system.
|
Modifier and Type | Method and Description |
---|---|
Organization |
OrganizationService.updateOrganization(Organization organization)
Update an Organization.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA