Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
E
F
G
O
R
S
U
A
AuthorImpl
- Class in
org.apache.aries.samples.blog.persistence.jpa.entity
This class represents a blog post Author
AuthorImpl()
- Constructor for class org.apache.aries.samples.blog.persistence.jpa.entity.
AuthorImpl
B
BlogPersistenceServiceImpl
- Class in
org.apache.aries.samples.blog.persistence.jpa
This class is the implementation of the blogPersistenceService
BlogPersistenceServiceImpl()
- Constructor for class org.apache.aries.samples.blog.persistence.jpa.
BlogPersistenceServiceImpl
C
createAuthor(String, Date, String, String, String)
- Method in class org.apache.aries.samples.blog.persistence.jpa.
BlogPersistenceServiceImpl
createBlogPost(String, String, String, List<String>)
- Method in class org.apache.aries.samples.blog.persistence.jpa.
BlogPersistenceServiceImpl
E
EntryImpl
- Class in
org.apache.aries.samples.blog.persistence.jpa.entity
This class represents a blog entry
EntryImpl()
- Constructor for class org.apache.aries.samples.blog.persistence.jpa.entity.
EntryImpl
F
findBlogEntryByTitle(String)
- Method in class org.apache.aries.samples.blog.persistence.jpa.
BlogPersistenceServiceImpl
G
getAllAuthors()
- Method in class org.apache.aries.samples.blog.persistence.jpa.
BlogPersistenceServiceImpl
getAllBlogEntries()
- Method in class org.apache.aries.samples.blog.persistence.jpa.
BlogPersistenceServiceImpl
getAuthor(String)
- Method in class org.apache.aries.samples.blog.persistence.jpa.
BlogPersistenceServiceImpl
getAuthor()
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
EntryImpl
Get the author of this blog post
getBio()
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
AuthorImpl
Get the author's biographical information
getBlogEntries(int, int)
- Method in class org.apache.aries.samples.blog.persistence.jpa.
BlogPersistenceServiceImpl
getBlogEntriesModifiedBetween(Date, Date)
- Method in class org.apache.aries.samples.blog.persistence.jpa.
BlogPersistenceServiceImpl
getBlogEntryById(long)
- Method in class org.apache.aries.samples.blog.persistence.jpa.
BlogPersistenceServiceImpl
getBlogsForAuthor(String)
- Method in class org.apache.aries.samples.blog.persistence.jpa.
BlogPersistenceServiceImpl
getBlogText()
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
EntryImpl
Get the text for this blog post
getDisplayName()
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
AuthorImpl
Get the author's displayed name
getDob()
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
AuthorImpl
Get the author's date of birth
getEmail()
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
AuthorImpl
Get the author's email address
getEntries()
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
AuthorImpl
Get the author's blog posts
getId()
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
EntryImpl
get the Blog post id
getName()
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
AuthorImpl
Get the author's full name
getNoOfBlogEntries()
- Method in class org.apache.aries.samples.blog.persistence.jpa.
BlogPersistenceServiceImpl
getPublishDate()
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
EntryImpl
Get the publish date of this blog post
getTags()
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
EntryImpl
Get the tags for this blog post
getTitle()
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
EntryImpl
Get the title of this blog post
getUpdatedDate()
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
EntryImpl
O
org.apache.aries.samples.blog.persistence.jpa
- package org.apache.aries.samples.blog.persistence.jpa
org.apache.aries.samples.blog.persistence.jpa.entity
- package org.apache.aries.samples.blog.persistence.jpa.entity
R
removeAuthor(String)
- Method in class org.apache.aries.samples.blog.persistence.jpa.
BlogPersistenceServiceImpl
removeBlogEntry(long)
- Method in class org.apache.aries.samples.blog.persistence.jpa.
BlogPersistenceServiceImpl
S
setAuthor(AuthorImpl)
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
EntryImpl
Set the author of this blog post
setBio(String)
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
AuthorImpl
Set the author's biographical information
setBlogText(String)
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
EntryImpl
Set the text for this blog post
setDataSource(DataSource)
- Method in class org.apache.aries.samples.blog.persistence.jpa.
BlogPersistenceServiceImpl
setDisplayName(String)
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
AuthorImpl
Set the author's displayed name
setDob(Date)
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
AuthorImpl
Set the author's date of birth
setEmail(String)
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
AuthorImpl
Set the author's email address
setEntityManager(EntityManager)
- Method in class org.apache.aries.samples.blog.persistence.jpa.
BlogPersistenceServiceImpl
setEntries(List<EntryImpl>)
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
AuthorImpl
set the author's blog posts
setId(Long)
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
EntryImpl
Set the id
setName(String)
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
AuthorImpl
Set the author's full name
setPublishDate(long, Date)
- Method in class org.apache.aries.samples.blog.persistence.jpa.
BlogPersistenceServiceImpl
setPublishDate(Date)
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
EntryImpl
Set the publish date of this blog post
setTags(List<String>)
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
EntryImpl
Set the tags for this blog post
setTitle(String)
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
EntryImpl
Set the title of this blog post
setUpdatedDate(long, Date)
- Method in class org.apache.aries.samples.blog.persistence.jpa.
BlogPersistenceServiceImpl
setUpdatedDate(Date)
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
EntryImpl
Set the date that the blog post was last updated
U
updateAuthor(String, Date, String, String, String)
- Method in class org.apache.aries.samples.blog.persistence.jpa.
BlogPersistenceServiceImpl
updateBlogEntry(long, String, String, String, List<String>, Date)
- Method in class org.apache.aries.samples.blog.persistence.jpa.
BlogPersistenceServiceImpl
updateEntries(EntryImpl)
- Method in class org.apache.aries.samples.blog.persistence.jpa.entity.
AuthorImpl
Update the author's blog posts
A
B
C
E
F
G
O
R
S
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009-2010
The Apache Software Foundation
. All Rights Reserved.