Package | Description |
---|---|
oracle.hsgbu.ets.base |
Contains base classes common to all components of ETS.
|
Modifier and Type | Method and Description |
---|---|
ConceptListMember[] |
ETSService.findConceptListMembers(String[] groupNames,
String[] conceptListNames,
String[] membershipCodes,
int prefetchDescriptions,
boolean prefetchConcept)
Bulk fetches multiple active
ConceptListMember objects associated with the
specified concept lists and membership codes. |
ConceptListMember |
ConceptList.getConceptListMember(Concept con,
Date date,
int prefetchDescriptions,
boolean prefetchConcept)
Gets the
ConceptListMember associated with the specified
Concept on the specified date. |
ConceptListMember |
ConceptList.getConceptListMember(String membershipCode,
Date date,
int prefetchDescriptions,
boolean prefetchConcept)
Gets the
ConceptListMember associated with the specified
membership code. |
ConceptListMember[] |
ConceptList.getConceptListMembers(int prefetchDescriptions,
boolean prefetchConcept)
Gets all the
ConceptListMember objects that are active members. |
ConceptListMember[] |
ConceptList.getConceptListMembers(int status,
int prefetchDescriptions,
boolean prefetchConcept)
Gets all the
ConceptListMember objects that are of the specified
status on the current date. |
Modifier and Type | Method and Description |
---|---|
void |
ETSAdministrationService.setConceptListMemberDescription(int memberDescriptionType,
ConceptListMember member,
ConceptDescription desc)
Sets the member description for this
ConceptListMember to an
already existing local or terminology-defined description. |
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved