@Deprecated
@AccessLevel(value=EXTERNAL)
public interface POTaxonomyIndexing
Modifier and Type | Method and Description |
---|---|
curam.cpm.facade.struct.ProviderAndServiceNamesList |
listProviderAndServiceByTerm(curam.cpm.facade.struct.POTaxonomyTermKey key)
Deprecated.
since 7.0.0.0, This functionality forms part of a feature that
is no longer relevant to the product strategy and will not be replaced.
|
curam.cpm.facade.struct.POTaxonomyList |
listTaxonomyTermsByPOID(curam.cpm.facade.struct.POKey providerOfferingID)
Deprecated.
since 7.0.0.0, This functionality forms part of a feature that
is no longer relevant to the product strategy and will not be replaced.
|
curam.cpm.facade.struct.TaxonomyTermIndexingDetails |
searchByCode(curam.cpm.facade.struct.TaxonomySearchKey searchKey)
Deprecated.
since 7.0.0.0, This functionality forms part of a feature that
is no longer relevant to the product strategy and will not be replaced.
|
curam.cpm.facade.struct.TaxonomyTermIndexingDetails |
searchByKey(curam.cpm.facade.struct.TaxonomySearchKey searchKey)
Deprecated.
since 7.0.0.0, This functionality forms part of a feature that
is no longer relevant to the product strategy and will not be replaced.
|
@Deprecated @AccessLevel(value=EXTERNAL) curam.cpm.facade.struct.POTaxonomyList listTaxonomyTermsByPOID(curam.cpm.facade.struct.POKey providerOfferingID) throws curam.util.exception.AppException, curam.util.exception.InformationalException
providerOfferingID
- The key of the provider service.curam.util.exception.AppException
curam.util.exception.InformationalException
Taxonomy |
@Deprecated @AccessLevel(value=EXTERNAL) curam.cpm.facade.struct.TaxonomyTermIndexingDetails searchByKey(curam.cpm.facade.struct.TaxonomySearchKey searchKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
searchKey
- The search key criteria.curam.util.exception.AppException
curam.util.exception.InformationalException
Taxonomy |
@Deprecated @AccessLevel(value=EXTERNAL) curam.cpm.facade.struct.TaxonomyTermIndexingDetails searchByCode(curam.cpm.facade.struct.TaxonomySearchKey searchKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
searchKey
- The code of taxonomy term.curam.util.exception.AppException
curam.util.exception.InformationalException
Taxonomy |
@Deprecated @AccessLevel(value=EXTERNAL) curam.cpm.facade.struct.ProviderAndServiceNamesList listProviderAndServiceByTerm(curam.cpm.facade.struct.POTaxonomyTermKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- Contains the taxonomy term and the provider service key.curam.util.exception.AppException
curam.util.exception.InformationalException
Taxonomy, Provider, ProviderService |