|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ContentUrlDAO
Abstraction for manipulating Content URL entities.
| Nested Class Summary | |
|---|---|
static interface |
ContentUrlDAO.ContentUrlHandler
A callback interface to handle Content URLS produced by iteration. |
| Method Summary | |
|---|---|
ContentUrl |
createContentUrl(java.lang.String contentUrl)
Create a new Content URL or get an existing instance. |
void |
deleteAllContentUrls()
Delete all Content URL entities. |
void |
deleteContentUrl(java.lang.String contentUrl)
Delete the Content URL. |
void |
deleteContentUrls(java.util.Set contentUrls)
Delete a set of Content URL. |
void |
getAllContentUrls(ContentUrlDAO.ContentUrlHandler handler)
Enumerate all the available Content URLs, calling back to the given handler. |
| Method Detail |
|---|
ContentUrl createContentUrl(java.lang.String contentUrl)
void getAllContentUrls(ContentUrlDAO.ContentUrlHandler handler)
handler - the component that will be called with each URLvoid deleteContentUrl(java.lang.String contentUrl)
void deleteContentUrls(java.util.Set contentUrls)
void deleteAllContentUrls()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||