com.j2biz.blogunity.dao
Class VisitedPageDAO

java.lang.Object
  extended bycom.j2biz.blogunity.dao.AbstractDAO
      extended bycom.j2biz.blogunity.dao.VisitedPageDAO

public class VisitedPageDAO
extends AbstractDAO


Field Summary
 
Fields inherited from class com.j2biz.blogunity.dao.AbstractDAO
eventService
 
Constructor Summary
VisitedPageDAO()
           
 
Method Summary
 Serializable createVisitedPage(VisitedPage page)
           
 void deleteVisitedPage(VisitedPage page)
           
 void deleteVisitedPageOlderThan(long millis)
           
 List getTodayVisitedPages(Blog b)
           
 VisitedPage getVisitedPageByID(long id)
           
 VisitedPage getVisitedPageByID(Long id)
           
 void updateVisitedPage(VisitedPage page)
           
 
Methods inherited from class com.j2biz.blogunity.dao.AbstractDAO
create, delete, getByID, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisitedPageDAO

public VisitedPageDAO()
Method Detail

getVisitedPageByID

public VisitedPage getVisitedPageByID(long id)
                               throws BlogunityException
Throws:
BlogunityException

getVisitedPageByID

public VisitedPage getVisitedPageByID(Long id)
                               throws BlogunityException
Throws:
BlogunityException

createVisitedPage

public Serializable createVisitedPage(VisitedPage page)
                               throws BlogunityException
Throws:
BlogunityException

deleteVisitedPage

public void deleteVisitedPage(VisitedPage page)
                       throws BlogunityException
Throws:
BlogunityException

deleteVisitedPageOlderThan

public void deleteVisitedPageOlderThan(long millis)
                                throws BlogunityException
Throws:
BlogunityException

updateVisitedPage

public void updateVisitedPage(VisitedPage page)
                       throws BlogunityException
Throws:
BlogunityException

getTodayVisitedPages

public List getTodayVisitedPages(Blog b)
                          throws BlogunityException
Throws:
BlogunityException


Copyright (c)j2biz.com