Uses of Class
au.gov.tas.dpiwe.mr.util.NullableDate

Packages that use NullableDate
au.gov.tas.dpiwe.mr The au.gov.tas.dpiwe.mr package contains the Mr Architecture EJB container and support classes and interfaces. 
au.gov.tas.dpiwe.mr.server.database The au.gov.tas.dpiwe.server.database package contains classes and interfaces to support the ServerContainer's connection to and interaction with relational data sources. 
au.gov.tas.dpiwe.mr.util The au.gov.tas.dpiwe.mr.util package contains generally useful utility classes which, while being used to help code internal functions of the architecture, could be more widely applicable. 
 

Uses of NullableDate in au.gov.tas.dpiwe.mr
 

Methods in au.gov.tas.dpiwe.mr that return NullableDate
protected  NullableDate Container.getLastUpdateDateFromEntityBean(EntityBean bean)
          This internal utility method returns the last update date/time field value for an entity bean.
 

Uses of NullableDate in au.gov.tas.dpiwe.mr.server.database
 

Methods in au.gov.tas.dpiwe.mr.server.database with parameters of type NullableDate
 String MrOracleDatabase.formDateExpression(NullableDate date)
           
 String MrIBMDatabase.formDateExpression(NullableDate date)
           
abstract  String MrDatabase.formDateExpression(NullableDate date)
          Forms a date expression suitable for this database type.
 

Uses of NullableDate in au.gov.tas.dpiwe.mr.util
 

Methods in au.gov.tas.dpiwe.mr.util with parameters of type NullableDate
 int NullableDate.compareTo(NullableDate object1)