Package | Description |
---|---|
org.osid.offering |
The Open Service Interface Definitions for the org.osid.offering
service.
|
org.osid.offering.rules |
The Open Service Interface Definitions for the org.osid.offering.rules
service.
|
Modifier and Type | Method and Description |
---|---|
CanonicalUnitList |
CanonicalUnitLookupSession.getCanonicalUnits()
Gets all canonical units.
|
CanonicalUnitList |
CanonicalUnitSearchResults.getCanonicalUnits()
Gets the canonical unit list resulting from a search.
|
CanonicalUnitList |
CanonicalUnitCatalogueSession.getCanonicalUnitsByCatalogue(Id catalogueId)
Gets the list of
CanonicalUnits associated with a
Catalogue. |
CanonicalUnitList |
CanonicalUnitCatalogueSession.getCanonicalUnitsByCatalogues(IdList catalogueIds)
Gets the list of
CanonicalUnits corresponding to a list
of Catalogues. |
CanonicalUnitList |
CanonicalUnitLookupSession.getCanonicalUnitsByCode(java.lang.String code)
Gets canonical units by code.
|
CanonicalUnitList |
CanonicalUnitLookupSession.getCanonicalUnitsByGenusType(Type canonicalUnitGenusType)
Gets a
CanonicalUnitList corresponding to the given
canonical unit genus Type which does not include
canonical units of types derived from the specified Type. |
CanonicalUnitList |
CanonicalUnitLookupSession.getCanonicalUnitsByIds(IdList canonicalUnitIds)
Gets a
CanonicalUnitList corresponding to the given
IdList. |
CanonicalUnitList |
CanonicalUnitLookupSession.getCanonicalUnitsByParentGenusType(Type canonicalUnitGenusType)
Gets a
CanonicalUnitList corresponding to the given
canonical unit genus Type and include any additional
canonical units with genus types derived from the specified
Type. |
CanonicalUnitList |
CanonicalUnitQuerySession.getCanonicalUnitsByQuery(CanonicalUnitQuery canonicalUnitQuery)
Gets a list of canonical units matching the given canonical unit
query.
|
CanonicalUnitList |
CanonicalUnitLookupSession.getCanonicalUnitsByRecordType(Type canonicalUnitRecordType)
Gets a
CanonicalUnitList containing the given canonical
unit record Type. |
Modifier and Type | Method and Description |
---|---|
CanonicalUnitList |
CanonicalUnitEnablerRuleLookupSession.getCanonicalUnitsForCanonicalUnitEnabler(Id canonicalUnitEnablerId)
Gets the
CanonicalUnits mapped to a
CanonicalUnitEnabler. |
CanonicalUnitList |
CanonicalUnitProcessorRuleLookupSession.getCanonicalUnitsForCanonicalUnitProcessor(Id canonicalUnitProcessorId)
Gets the
CanonicalUnits mapped to a
CanonicalUnitProcessor. |
CanonicalUnitList |
OfferingConstrainerRuleLookupSession.getCanonicalUnitsForOfferingConstrainer(Id offeringConstrainerId)
Gets the
CanonicalUnits mapped to an
OfferingConstrainer. |