|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibspan.ecap.merchant.shopdecisions.dataadministration.DateProcessor
public class DateProcessor
A class responsible for handling and staging the date dimension.
Constructor Summary | |
---|---|
DateProcessor(DataModificationService service)
Instantiates a new date processor. |
Method Summary | |
---|---|
int |
retrieveDateKey(java.util.Date date)
Retrieve date key. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DateProcessor(DataModificationService service)
service
- the DataModificationService
to use to access the databaseMethod Detail |
---|
public int retrieveDateKey(java.util.Date date) throws java.sql.SQLException
date
- the date, the key of which is to be retrieved.
java.sql.SQLException
- the SQL exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |