|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RefererFilterDAO
Method Summary | |
---|---|
void |
addRefererFilter(RefererFilter filter,
Blog rootBlog)
Adds the specified referer filter. |
void |
deleteRefererFilter(RefererFilter filter,
Blog rootBlog)
Removes the specified referer filter. |
java.util.Collection |
getRefererFilters(Blog rootBlog)
Loads the referer filters. |
Method Detail |
---|
java.util.Collection getRefererFilters(Blog rootBlog) throws PersistenceException
rootBlog
- the owning Blog instance
PersistenceException
- if filters cannot be loadedvoid addRefererFilter(RefererFilter filter, Blog rootBlog) throws PersistenceException
filter
- the RefererFilter instance to be addedrootBlog
- the owning Blog instance
PersistenceException
- if something goes wrong storing the filtersvoid deleteRefererFilter(RefererFilter filter, Blog rootBlog) throws PersistenceException
filter
- the RefererFilter instance to be removedrootBlog
- the owning Blog instance
PersistenceException
- if something goes wrong removing the filter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |