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 Organization.clone()
          Create and return a copy of this object.
 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.
 

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.
 



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