Uses of Class
org.faktorips.runtime.internal.DateTime

Packages that use DateTime
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
 DateTime GenerationId.getValidFrom()
           
 DateTime IProductComponentGeneration.getValidFrom()
          Returns the date from which this generation is valid.
 DateTime IProductComponent.getValidFrom()
          Returns the date from which this product component is valid.
 DateTime IProductComponent.getValidTo()
          Returns the date when this product component expires.
 

Constructors in org.faktorips.runtime with parameters of type DateTime
GenerationId(String name, DateTime validFrom)
           
 

Uses of DateTime in org.faktorips.runtime.internal
 

Methods in org.faktorips.runtime.internal that return DateTime
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.
 

Methods in org.faktorips.runtime.internal with parameters of type DateTime
 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)
           
 

Uses of DateTime in org.faktorips.runtime.internal.toc
 

Methods in org.faktorips.runtime.internal.toc that return DateTime
 DateTime GenerationTocEntry.getValidFrom()
           
 DateTime 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 DateTime
 GenerationTocEntry ProductCmptTocEntry.getGenerationEntry(DateTime validAt)
          Return the Generation Toc Entry for the exact valid at DateTime.
 

Constructors in org.faktorips.runtime.internal.toc with parameters of type DateTime
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 © 2015. All rights reserved.