Uses of Class
org.faktorips.runtime.internal.DateTime
Packages that use DateTime
Package
Description
-
Uses of DateTime in org.faktorips.runtime
Methods in org.faktorips.runtime that return DateTimeModifier and TypeMethodDescriptionGenerationId.getValidFrom()IProductObject.getValidFrom()Returns the date from which this generation is valid.IProductComponent.getValidTo()Returns the date when this product component expires.Constructors in org.faktorips.runtime with parameters of type DateTime -
Uses of DateTime in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal that return DateTimeModifier and TypeMethodDescriptionstatic final DateTimeDateTime.createDateOnly(GregorianCalendar calendar) Creates a new date time object with the year, month and day information from the GregorianCalendar.ProductComponent.getValidFrom()ProductComponentGeneration.getValidFrom()ProductComponent.getValidTo()static final DateTimeParses the given String s to a DateTime object.Methods in org.faktorips.runtime.internal with parameters of type DateTimeModifier and TypeMethodDescriptionintprotected IProductComponentGenerationAbstractCachingRuntimeRepository.getProductComponentGenerationInternal(String id, DateTime validFrom) voidProductComponent.setValidFrom(DateTime validfrom) Sets the new valid from date.voidProductComponentGeneration.setValidFrom(DateTime newValidFrom) Sets the new valid from date.voidProductComponent.setValidTo(DateTime validTo) -
Uses of DateTime in org.faktorips.runtime.internal.toc
Methods in org.faktorips.runtime.internal.toc that return DateTimeModifier and TypeMethodDescriptionGenerationTocEntry.getValidFrom()ProductCmptTocEntry.getValidTo()Returns the validTo date or null if the object doesn't supports a valid to attribute.Methods in org.faktorips.runtime.internal.toc with parameters of type DateTimeModifier and TypeMethodDescriptionProductCmptTocEntry.findGenerationEntry(DateTime validAt) Return an Optional containing the Generation Toc Entry for the exact valid atDateTime.ProductCmptTocEntry.getGenerationEntry(DateTime validAt) Return the Generation Toc Entry for the exact valid atDateTime.Constructors in org.faktorips.runtime.internal.toc with parameters of type DateTimeModifierConstructorDescriptionGenerationTocEntry(ProductCmptTocEntry parent, DateTime validFrom, String className, String xmlResourceName) ProductCmptTocEntry(String ipsObjectId, String ipsObjectQualifiedName, String kindId, String versionId, String xmlResourceName, String implementationClassName, String generationImplClassName, DateTime validTo)