org.alfresco.repo.audit.hibernate
Interface AuditDate

All Known Implementing Classes:
AuditDateImpl

public interface AuditDate

Hibernate date dimension for audit roll ups


Method Summary
 java.util.Date getDate()
           
 int getDayOfMonth()
           
 int getDayOfWeek()
           
 int getDayOfYear()
           
 int getFullYear()
           
 int getHalfYear()
           
 java.lang.Long getId()
           
 int getMonth()
           
 int getQuarter()
           
 int getWeekOfMonth()
           
 int getWeekOfYear()
           
 

Method Detail

getDate

java.util.Date getDate()
Returns:
the date object

getDayOfYear

int getDayOfYear()
Returns:
the day of the year

getDayOfMonth

int getDayOfMonth()
Returns:
the day of the month

getDayOfWeek

int getDayOfWeek()
Returns:
the day of the week

getHalfYear

int getHalfYear()
Returns:
the half year

getId

java.lang.Long getId()
Returns:
the surrogate key

getMonth

int getMonth()
Returns:
the month of the year

getQuarter

int getQuarter()
Returns:
the quarter in the year

getWeekOfMonth

int getWeekOfMonth()
Returns:
the week of the month

getWeekOfYear

int getWeekOfYear()
Returns:
the week of the year

getFullYear

int getFullYear()
Returns:
the full year


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.