Package | Description |
---|---|
org.osid.offering.rules |
The Open Service Interface Definitions for the org.osid.offering.rules
service.
|
Modifier and Type | Method and Description |
---|---|
CanonicalUnitEnablerList |
CanonicalUnitEnablerLookupSession.getCanonicalUnitEnablers()
Gets all
CanonicalUnitEnablers. |
CanonicalUnitEnablerList |
CanonicalUnitEnablerSearchResults.getCanonicalUnitEnablers()
Gets the
CanonicalUnitEnablerList resulting from a
search. |
CanonicalUnitEnablerList |
CanonicalUnitEnablerCatalogueSession.getCanonicalUnitEnablersByCatalogue(Id catalogueId)
Gets the list of canonical unit enablers associated with a
Catalogue. |
CanonicalUnitEnablerList |
CanonicalUnitEnablerCatalogueSession.getCanonicalUnitEnablersByCatalogues(IdList catalogueIds)
Gets the list of canonical unit enablers corresponding to a list of
Catalogues. |
CanonicalUnitEnablerList |
CanonicalUnitEnablerLookupSession.getCanonicalUnitEnablersByGenusType(Type canonicalUnitEnablerGenusType)
Gets a
CanonicalUnitEnablerList corresponding to the
given canonical unit enabler genus Type which does not
include canonical unit enablers of genus types derived from the
specified Type. |
CanonicalUnitEnablerList |
CanonicalUnitEnablerLookupSession.getCanonicalUnitEnablersByIds(IdList canonicalUnitEnablerIds)
Gets a
CanonicalUnitEnablerList corresponding to the
given IdList. |
CanonicalUnitEnablerList |
CanonicalUnitEnablerLookupSession.getCanonicalUnitEnablersByParentGenusType(Type canonicalUnitEnablerGenusType)
Gets a
CanonicalUnitEnablerList corresponding to the
given canonical unit enabler genus Type and include any
additional canonical unit enablers with genus types derived from the
specified Type. |
CanonicalUnitEnablerList |
CanonicalUnitEnablerQuerySession.getCanonicalUnitEnablersByQuery(CanonicalUnitEnablerQuery canonicalUnitEnablerQuery)
Gets a list of
CanonicalUnitEnablers matching the given
search. |
CanonicalUnitEnablerList |
CanonicalUnitEnablerLookupSession.getCanonicalUnitEnablersByRecordType(Type canonicalUnitEnablerRecordType)
Gets a
CanonicalUnitEnablerList containing the given
canonical unit enabler record Type. |
CanonicalUnitEnablerList |
CanonicalUnitEnablerRuleLookupSession.getCanonicalUnitEnablersForCanonicalUnit(Id canonicalUnitId)
Gets the
CanonicalUnitEnablers associated with a
CanonicalUnit. |
CanonicalUnitEnablerList |
CanonicalUnitEnablerLookupSession.getCanonicalUnitEnablersOnDate(DateTime from,
DateTime to)
Gets a
CanonicalUnitEnablerList that are effective for
the entire given date range but not confined to the date range. |
CanonicalUnitEnablerList |
CanonicalUnitEnablerLookupSession.getCanonicalUnitEnablersOnDateWithAgent(Id agentId,
DateTime from,
DateTime to)
Gets a
CanonicalUnitEnablerList that are effective for
the entire given date range but not confined to the date range and
evaluated against the given agent. |