public class PageViewLoader extends Object
Modifier and Type | Field and Description |
---|---|
static String[] |
DATE_FORMATS |
Constructor and Description |
---|
PageViewLoader(LanguageSet languageSet,
PageViewDao dao) |
Modifier and Type | Method and Description |
---|---|
PageViewDao |
getDao() |
void |
load(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate) |
static void |
main(String[] args)
first arg: comma-separated lang codes
start date and end date (second and third args) must be in UTC time
dates must be entered as
|
public static String[] DATE_FORMATS
public PageViewLoader(LanguageSet languageSet, PageViewDao dao)
public PageViewDao getDao()
public void load(org.joda.time.DateTime startDate, org.joda.time.DateTime endDate) throws DaoException
DaoException
public static void main(String[] args) throws ClassNotFoundException, SQLException, IOException, org.wikibrain.conf.ConfigurationException, WikiBrainException, DaoException
args
- ClassNotFoundException
SQLException
IOException
org.wikibrain.conf.ConfigurationException
WikiBrainException
DaoException
Copyright © 2014. All rights reserved.