Uses of Class
org.faktorips.runtime.internal.DateTime
-
Packages that use DateTime Package Description org.faktorips.runtime org.faktorips.runtime.internal org.faktorips.runtime.internal.toc -
-
Uses of DateTime in org.faktorips.runtime
Methods in org.faktorips.runtime that return DateTime Modifier and Type Method Description DateTimeGenerationId. getValidFrom()DateTimeIProductObject. getValidFrom()Returns the date from which this generation is valid.DateTimeIProductComponent. getValidTo()Returns the date when this product component expires.Constructors in org.faktorips.runtime with parameters of type DateTime Constructor Description GenerationId(java.lang.String name, DateTime validFrom) -
Uses of DateTime in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal that return DateTime Modifier and Type Method Description static DateTimeDateTime. createDateOnly(java.util.GregorianCalendar calendar)Creates a new date time object with the year, month and day information from the GregorianCalendar.DateTimeProductComponent. getValidFrom()DateTimeProductComponentGeneration. getValidFrom()DateTimeProductComponent. getValidTo()static DateTimeDateTime. parseIso(java.lang.String s)Parses the given String s to a DateTime object.Methods in org.faktorips.runtime.internal with parameters of type DateTime Modifier and Type Method Description intDateTime. compareTo(DateTime other)protected IProductComponentGenerationAbstractCachingRuntimeRepository. getProductComponentGenerationInternal(java.lang.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 DateTime Modifier and Type Method Description DateTimeGenerationTocEntry. getValidFrom()DateTimeProductCmptTocEntry. 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 DateTime Modifier and Type Method Description java.util.Optional<GenerationTocEntry>ProductCmptTocEntry. findGenerationEntry(DateTime validAt)Return an Optional containing the Generation Toc Entry for the exact valid atDateTime.GenerationTocEntryProductCmptTocEntry. getGenerationEntry(DateTime validAt)Return the Generation Toc Entry for the exact valid atDateTime.Constructors in org.faktorips.runtime.internal.toc with parameters of type DateTime Constructor Description GenerationTocEntry(ProductCmptTocEntry parent, DateTime validFrom, java.lang.String className, java.lang.String xmlResourceName)ProductCmptTocEntry(java.lang.String ipsObjectId, java.lang.String ipsObjectQualifiedName, java.lang.String kindId, java.lang.String versionId, java.lang.String xmlResourceName, java.lang.String implementationClassName, java.lang.String generationImplClassName, DateTime validTo)
-