A B C D E F G I O R S U

A

AUTHOR_BLOG_ENTRY_TABLE_NAME - Static variable in class org.apache.aries.samples.blog.persistence.jdbc.Statements
 
AUTHOR_TABLE_NAME - Static variable in class org.apache.aries.samples.blog.persistence.jdbc.Statements
 
AuthorImpl - Class in org.apache.aries.samples.blog.persistence.jdbc.entity
This class represents a blog post Author
AuthorImpl() - Constructor for class org.apache.aries.samples.blog.persistence.jdbc.entity.AuthorImpl
 

B

BLOG_ENTRY_TABLE_NAME - Static variable in class org.apache.aries.samples.blog.persistence.jdbc.Statements
 
BlogPersistenceServiceImpl - Class in org.apache.aries.samples.blog.persistence.jdbc
This class is the implementation of the blogPersistenceService
BlogPersistenceServiceImpl() - Constructor for class org.apache.aries.samples.blog.persistence.jdbc.BlogPersistenceServiceImpl
 

C

COMMENT_ENTRY_TABLE_NAME - Static variable in class org.apache.aries.samples.blog.persistence.jdbc.Statements
 
createAuthor(String, Date, String, String, String) - Method in class org.apache.aries.samples.blog.persistence.jdbc.BlogPersistenceServiceImpl
Create an author record
createBlogPost(String, String, String, List<String>) - Method in class org.apache.aries.samples.blog.persistence.jdbc.BlogPersistenceServiceImpl
Create a blog entry record

D

destroy() - Method in class org.apache.aries.samples.blog.persistence.jdbc.BlogPersistenceServiceImpl
 

E

EntryImpl - Class in org.apache.aries.samples.blog.persistence.jdbc.entity
This class represents a blog entry
EntryImpl() - Constructor for class org.apache.aries.samples.blog.persistence.jdbc.entity.EntryImpl
 

F

findBlogEntryByTitle(String) - Method in class org.apache.aries.samples.blog.persistence.jdbc.BlogPersistenceServiceImpl
Find the blog entry record with the specified title

G

getAllAuthors() - Method in class org.apache.aries.samples.blog.persistence.jdbc.BlogPersistenceServiceImpl
Return all author records in the Author table
getAllBlogEntries() - Method in class org.apache.aries.samples.blog.persistence.jdbc.BlogPersistenceServiceImpl
Return all blog entry records from BlogEntry table with the most recent published blog entries first
getAuthor(String) - Method in class org.apache.aries.samples.blog.persistence.jdbc.BlogPersistenceServiceImpl
Return the author with the specified email address
getAuthor() - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.EntryImpl
Get the author of this blog post
getBio() - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.AuthorImpl
Get the author's biographical information
getBlogEntries(int, int) - Method in class org.apache.aries.samples.blog.persistence.jdbc.BlogPersistenceServiceImpl
Return the portion of blog Entries
getBlogEntriesModifiedBetween(Date, Date) - Method in class org.apache.aries.samples.blog.persistence.jdbc.BlogPersistenceServiceImpl
Return the blog entries modified between the date range of [start, end]
getBlogEntryById(long) - Method in class org.apache.aries.samples.blog.persistence.jdbc.BlogPersistenceServiceImpl
Return the blog entry record with the specified id
getBlogsForAuthor(String) - Method in class org.apache.aries.samples.blog.persistence.jdbc.BlogPersistenceServiceImpl
Return a list of blog entries belonging to the author with the specified email address
getBlogText() - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.EntryImpl
Get the text for this blog post
getCreateSchemaStatements() - Method in class org.apache.aries.samples.blog.persistence.jdbc.Statements
 
getDisplayName() - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.AuthorImpl
Get the author's displayed name
getDob() - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.AuthorImpl
Get the author's date of birth
getDropSchemaStatements() - Method in class org.apache.aries.samples.blog.persistence.jdbc.Statements
 
getEmail() - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.AuthorImpl
Get the author's email address
getEntries() - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.AuthorImpl
Get the author's blog posts
getId() - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.EntryImpl
get the Blog post id
getName() - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.AuthorImpl
Get the author's full name
getNoOfBlogEntries() - Method in class org.apache.aries.samples.blog.persistence.jdbc.BlogPersistenceServiceImpl
Return the number of the blog entry records
getPublishDate() - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.EntryImpl
Get the publish date of this blog post
getTags() - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.EntryImpl
Get the tags for this blog post
getTitle() - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.EntryImpl
Get the title of this blog post
getUpdatedDate() - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.EntryImpl
 

I

I_BLGNTRY_AUTHOR - Static variable in class org.apache.aries.samples.blog.persistence.jdbc.Statements
 
init() - Method in class org.apache.aries.samples.blog.persistence.jdbc.BlogPersistenceServiceImpl
 

O

org.apache.aries.samples.blog.persistence.jdbc - package org.apache.aries.samples.blog.persistence.jdbc
 
org.apache.aries.samples.blog.persistence.jdbc.entity - package org.apache.aries.samples.blog.persistence.jdbc.entity
 

R

removeAuthor(String) - Method in class org.apache.aries.samples.blog.persistence.jdbc.BlogPersistenceServiceImpl
Delete the author record with the specified email address
removeBlogEntry(long) - Method in class org.apache.aries.samples.blog.persistence.jdbc.BlogPersistenceServiceImpl
Delete the blog entry record specified by the blogEntry

S

setAuthor(AuthorImpl) - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.EntryImpl
Set the author of this blog post
setBio(String) - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.AuthorImpl
Set the author's biographical information
setBlogText(String) - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.EntryImpl
Set the text for this blog post
setDataSource(DataSource) - Method in class org.apache.aries.samples.blog.persistence.jdbc.BlogPersistenceServiceImpl
set data source
setDisplayName(String) - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.AuthorImpl
Set the author's displayed name
setDob(Date) - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.AuthorImpl
Set the author's date of birth
setEmail(String) - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.AuthorImpl
Set the author's email address
setEntries(List<EntryImpl>) - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.AuthorImpl
Set the author's blog posts
setId(Long) - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.EntryImpl
Set the id
setName(String) - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.AuthorImpl
Set the author's full name
setPublishDate(Date) - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.EntryImpl
Set the publish date of this blog post
setTags(List<String>) - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.EntryImpl
Set the tags for this blog post
setTitle(String) - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.EntryImpl
Set the title of this blog post
setUpdatedDate(Date) - Method in class org.apache.aries.samples.blog.persistence.jdbc.entity.EntryImpl
Set the date that the blog post was last updated
Statements - Class in org.apache.aries.samples.blog.persistence.jdbc
 
Statements() - Constructor for class org.apache.aries.samples.blog.persistence.jdbc.Statements
 

U

updateAuthor(String, Date, String, String, String) - Method in class org.apache.aries.samples.blog.persistence.jdbc.BlogPersistenceServiceImpl
Update the author record
updateBlogEntry(long, String, String, String, List<String>, Date) - Method in class org.apache.aries.samples.blog.persistence.jdbc.BlogPersistenceServiceImpl
Update the blog entry record

A B C D E F G I O R S U

Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.