Uses of Interface
cdm.base.datetime.TimeZone
Packages that use TimeZone
Package
Description
Basic date and time concepts: relative date, date range, offset, business centre etc.
Business event concepts: primitives, contract state and associated state transition function specifications.
Observable event concepts: extraordinary event, trigger event, disruption event etc.
-
Uses of TimeZone in cdm.base.datetime
Subinterfaces of TimeZone in cdm.base.datetimeClasses in cdm.base.datetime that implement TimeZoneModifier and TypeClassDescriptionstatic classBuilder Implementation of TimeZonestatic classImmutable Implementation of TimeZoneMethods in cdm.base.datetime that return TimeZoneModifier and TypeMethodDescriptionTimeZone.build()Build MethodsTimeZone.TimeZoneBuilderImpl.build()TimeZone.TimeZoneImpl.build()Methods in cdm.base.datetime that return types with arguments of type TimeZone -
Uses of TimeZone in cdm.base.datetime.functions
Methods in cdm.base.datetime.functions that return TimeZoneModifier and TypeMethodDescriptionTimeZoneFromBusinessCenterTime.evaluate(BusinessCenterTime time) -
Uses of TimeZone in cdm.base.datetime.meta
Methods in cdm.base.datetime.meta that return types with arguments of type TimeZoneModifier and TypeMethodDescriptionTimeZoneMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) TimeZoneMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) TimeZoneMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super TimeZone> TimeZoneMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super TimeZone> TimeZoneMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super TimeZone> TimeZoneMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super TimeZone> TimeZoneMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of TimeZone in cdm.base.datetime.metafields
Methods in cdm.base.datetime.metafields that return TimeZoneModifier and TypeMethodDescriptionFieldWithMetaTimeZone.FieldWithMetaTimeZoneImpl.getValue()FieldWithMetaTimeZone.getValue()Getter MethodsMethods in cdm.base.datetime.metafields that return types with arguments of type TimeZoneMethods in cdm.base.datetime.metafields with parameters of type TimeZoneModifier and TypeMethodDescription -
Uses of TimeZone in cdm.base.datetime.validation
Methods in cdm.base.datetime.validation with parameters of type TimeZoneModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> TimeZoneTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, TimeZone o) List<com.rosetta.model.lib.validation.ValidationResult<?>> TimeZoneValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, TimeZone o) -
Uses of TimeZone in cdm.base.datetime.validation.exists
Methods in cdm.base.datetime.validation.exists with type parameters of type TimeZoneModifier and TypeMethodDescriptionTimeZoneOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.base.datetime.validation.exists that return types with arguments of type TimeZone -
Uses of TimeZone in cdm.event.common
Methods in cdm.event.common that return TimeZoneModifier and TypeMethodDescriptionTradePricingReport.getPricingTime()The regional exchange close time for the underlying contract,including time zone, at which the trades should be priced.TradePricingReport.TradePricingReportImpl.getPricingTime()Methods in cdm.event.common with parameters of type TimeZoneModifier and TypeMethodDescriptionTradePricingReport.TradePricingReportBuilder.setPricingTime(TimeZone pricingTime) TradePricingReport.TradePricingReportBuilderImpl.setPricingTime(TimeZone _pricingTime) ExecutionInstruction.ExecutionInstructionBuilder.setTradeTimeValue(TimeZone tradeTime) ExecutionInstruction.ExecutionInstructionBuilderImpl.setTradeTimeValue(TimeZone _tradeTime) Trade.TradeBuilder.setTradeTimeValue(TimeZone tradeTime) Trade.TradeBuilderImpl.setTradeTimeValue(TimeZone _tradeTime) -
Uses of TimeZone in cdm.event.common.functions
Methods in cdm.event.common.functions that return TimeZoneModifier and TypeMethodDescriptionResolvePerformanceValuationTime.evaluate(BusinessCenterTime valuationTime, TimeTypeEnum valuationTimeType, ProductIdentifier productIdentifier, DeterminationMethodEnum determinationMethod) -
Uses of TimeZone in cdm.observable.common.functions
Methods in cdm.observable.common.functions that return TimeZoneModifier and TypeMethodDescriptionResolveTimeZoneFromTimeType.evaluate(ProductIdentifier productIdentifier, TimeTypeEnum timeType, DeterminationMethodEnum determinationMethod) -
Uses of TimeZone in cdm.observable.event
Methods in cdm.observable.event that return TimeZoneModifier and TypeMethodDescriptionObservationIdentifier.getObservationTime()Represents the time and time-zone.ObservationIdentifier.ObservationIdentifierImpl.getObservationTime()Methods in cdm.observable.event with parameters of type TimeZoneModifier and TypeMethodDescriptionObservationIdentifier.ObservationIdentifierBuilder.setObservationTime(TimeZone observationTime) ObservationIdentifier.ObservationIdentifierBuilderImpl.setObservationTime(TimeZone _observationTime)