| Package | Description |
|---|---|
| org.faktorips.runtime | |
| org.faktorips.runtime.internal | |
| org.faktorips.runtime.internal.toc |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
IProductObject.getValidFrom()
Returns the date from which this generation is valid.
|
DateTime |
GenerationId.getValidFrom() |
DateTime |
IProductComponent.getValidTo()
Returns the date when this product component expires.
|
| Constructor and Description |
|---|
GenerationId(String name,
DateTime validFrom) |
| Modifier and Type | Method and Description |
|---|---|
static DateTime |
DateTime.createDateOnly(GregorianCalendar calendar)
Creates a new date time object with the year, month and day information from the
GregorianCalendar.
|
DateTime |
ProductComponentGeneration.getValidFrom() |
DateTime |
ProductComponent.getValidFrom() |
DateTime |
ProductComponent.getValidTo() |
static DateTime |
DateTime.parseIso(String s)
Parses the given String s to a DateTime object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
DateTime.compareTo(DateTime other) |
protected IProductComponentGeneration |
AbstractCachingRuntimeRepository.getProductComponentGenerationInternal(String id,
DateTime validFrom) |
void |
ProductComponentGeneration.setValidFrom(DateTime newValidFrom)
Sets the new valid from date.
|
void |
ProductComponent.setValidFrom(DateTime validfrom)
Sets the new valid from date.
|
void |
ProductComponent.setValidTo(DateTime validTo) |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
GenerationTocEntry.getValidFrom() |
DateTime |
ProductCmptTocEntry.getValidTo()
Returns the validTo date or null if the object doesn't supports a valid to attribute.
|
| Modifier and Type | Method and Description |
|---|---|
GenerationTocEntry |
ProductCmptTocEntry.getGenerationEntry(DateTime validAt)
Return the Generation Toc Entry for the exact valid at
DateTime. |
| Constructor and Description |
|---|
GenerationTocEntry(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) |
Copyright © 2023. All rights reserved.