A C D E F G I L M Q R S T U

A

Article - class test.tester.model.dao.Article.
This class, when instancied, is like a row of ARTICLE, creating an object mapping into the database.
Article() - Constructor for class test.tester.model.dao.Article
Dummy constructor.
Article(ResultSet) - Constructor for class test.tester.model.dao.Article
Creates a new Article using the values from the current row of the given resultSet.
ArticleBroker - class test.tester.model.dao.ArticleBroker.
For selecting some rows, you can create a method inside here, or use any of the ones that are already dones (most common ones).
ArticleBroker() - Constructor for class test.tester.model.dao.ArticleBroker
 
ArticlePicture - class test.tester.model.dao.ArticlePicture.
This class, when instancied, is like a row of ARTICLE_PICTURE, creating an object mapping into the database.
ArticlePicture() - Constructor for class test.tester.model.dao.ArticlePicture
Dummy constructor.
ArticlePicture(ResultSet) - Constructor for class test.tester.model.dao.ArticlePicture
Creates a new ArticlePicture using the values from the current row of the given resultSet.
ArticlePictureBroker - class test.tester.model.dao.ArticlePictureBroker.
For selecting some rows, you can create a method inside here, or use any of the ones that are already dones (most common ones).
ArticlePictureBroker() - Constructor for class test.tester.model.dao.ArticlePictureBroker
 

C

Category - class test.tester.model.dao.Category.
This class, when instancied, is like a row of CATEGORY, creating an object mapping into the database.
Category() - Constructor for class test.tester.model.dao.Category
Dummy constructor.
Category(ResultSet) - Constructor for class test.tester.model.dao.Category
Creates a new Category using the values from the current row of the given resultSet.
CategoryBroker - class test.tester.model.dao.CategoryBroker.
For selecting some rows, you can create a method inside here, or use any of the ones that are already dones (most common ones).
CategoryBroker() - Constructor for class test.tester.model.dao.CategoryBroker
 
count() - Static method in class test.tester.model.dao.ArticlePictureBroker
Gets how many rows has this table.
count() - Static method in class test.tester.model.dao.StoryPictureBroker
Gets how many rows has this table.
count() - Static method in class test.tester.model.dao.ArticleBroker
Gets how many rows has this table.
count() - Static method in class test.tester.model.dao.StoryBroker
Gets how many rows has this table.
count() - Static method in class test.tester.model.dao.DownloadBroker
Gets how many rows has this table.
count() - Static method in class test.tester.model.dao.LinkBroker
Gets how many rows has this table.
count() - Static method in class test.tester.model.dao.CategoryBroker
Gets how many rows has this table.
count() - Static method in class test.tester.model.dao.MemberBroker
Gets how many rows has this table.

D

DAOException - exception test.tester.model.DAOException.
Exception that is thrown when soemthing wrong occurs while managing the persistent objects.
DAOException() - Constructor for class test.tester.model.DAOException
 
DAOException(String) - Constructor for class test.tester.model.DAOException
 
DAOException(String, Throwable) - Constructor for class test.tester.model.DAOException
 
DatabaseBroker - class test.tester.model.DatabaseBroker.
Every query and connection come from here.
DatabaseBroker(String) - Constructor for class test.tester.model.DatabaseBroker
Protected constructor that loads the driver and set the configuration from the properties file.
delete() - Method in class test.tester.model.dao.ArticlePicture
Deletes this articlePicture.
delete() - Method in class test.tester.model.dao.StoryPicture
Deletes this storyPicture.
delete() - Method in class test.tester.model.dao.Article
Deletes this article.
delete() - Method in class test.tester.model.dao.Story
Deletes this story.
delete() - Method in class test.tester.model.dao.Download
Deletes this download.
delete() - Method in class test.tester.model.dao.Link
Deletes this link.
delete() - Method in class test.tester.model.dao.Category
Deletes this category.
delete() - Method in class test.tester.model.dao.Member
Deletes this member.
delete() - Method in interface test.tester.model.dao.MappedTable
When you have some data, this can be updated or inserted as a row into the database using this method.
deleteByArticleId(Integer) - Static method in class test.tester.model.dao.ArticleBroker
Deletes a Article with a given a ArticleId.
deleteByArticlePictureId(Integer) - Static method in class test.tester.model.dao.ArticlePictureBroker
Deletes a ArticlePicture with a given a ArticlePictureId.
deleteByCategoryId(Integer) - Static method in class test.tester.model.dao.CategoryBroker
Deletes a Category with a given a CategoryId.
deleteByDownloadId(Integer) - Static method in class test.tester.model.dao.DownloadBroker
Deletes a Download with a given a DownloadId.
deleteByLinkId(Integer) - Static method in class test.tester.model.dao.LinkBroker
Deletes a Link with a given a LinkId.
deleteByMemberId(Integer) - Static method in class test.tester.model.dao.MemberBroker
Deletes a Member with a given a MemberId.
deleteByStoryId(Integer) - Static method in class test.tester.model.dao.StoryBroker
Deletes a Story with a given a StoryId.
deleteByStoryPictureId(Integer) - Static method in class test.tester.model.dao.StoryPictureBroker
Deletes a StoryPicture with a given a StoryPictureId.
Download - class test.tester.model.dao.Download.
This class, when instancied, is like a row of DOWNLOAD, creating an object mapping into the database.
Download() - Constructor for class test.tester.model.dao.Download
Dummy constructor.
Download(ResultSet) - Constructor for class test.tester.model.dao.Download
Creates a new Download using the values from the current row of the given resultSet.
DownloadBroker - class test.tester.model.dao.DownloadBroker.
For selecting some rows, you can create a method inside here, or use any of the ones that are already dones (most common ones).
DownloadBroker() - Constructor for class test.tester.model.dao.DownloadBroker
 

E

execute() - Method in class test.tester.model.Query
Execute the query.

F

FIELD_ARTICLE_ID - Static variable in class test.tester.model.dao.ArticlePicture
Just a reference for the real SQL name of articleId
FIELD_ARTICLE_ID - Static variable in class test.tester.model.dao.Article
Just a reference for the real SQL name of articleId
FIELD_ARTICLE_PICTURE_ID - Static variable in class test.tester.model.dao.ArticlePicture
Just a reference for the real SQL name of articlePictureId
FIELD_BODY - Static variable in class test.tester.model.dao.ArticlePicture
Just a reference for the real SQL name of body
FIELD_BODY - Static variable in class test.tester.model.dao.StoryPicture
Just a reference for the real SQL name of body
FIELD_BODY - Static variable in class test.tester.model.dao.Article
Just a reference for the real SQL name of body
FIELD_BODY - Static variable in class test.tester.model.dao.Story
Just a reference for the real SQL name of body
FIELD_BODY - Static variable in class test.tester.model.dao.Download
Just a reference for the real SQL name of body
FIELD_CATEGORY_ID - Static variable in class test.tester.model.dao.Article
Just a reference for the real SQL name of categoryId
FIELD_CATEGORY_ID - Static variable in class test.tester.model.dao.Story
Just a reference for the real SQL name of categoryId
FIELD_CATEGORY_ID - Static variable in class test.tester.model.dao.Download
Just a reference for the real SQL name of categoryId
FIELD_CATEGORY_ID - Static variable in class test.tester.model.dao.Link
Just a reference for the real SQL name of categoryId
FIELD_CATEGORY_ID - Static variable in class test.tester.model.dao.Category
Just a reference for the real SQL name of categoryId
FIELD_CONFIRM_VALUE - Static variable in class test.tester.model.dao.Member
Just a reference for the real SQL name of confirmValue
FIELD_DAY - Static variable in class test.tester.model.dao.Article
Just a reference for the real SQL name of day
FIELD_DAY - Static variable in class test.tester.model.dao.Story
Just a reference for the real SQL name of day
FIELD_DAY - Static variable in class test.tester.model.dao.Download
Just a reference for the real SQL name of day
FIELD_DESCRIPTION - Static variable in class test.tester.model.dao.Category
Just a reference for the real SQL name of description
FIELD_DOWNLOAD_ID - Static variable in class test.tester.model.dao.Download
Just a reference for the real SQL name of downloadId
FIELD_EMAIL - Static variable in class test.tester.model.dao.Member
Just a reference for the real SQL name of email
FIELD_LINK - Static variable in class test.tester.model.dao.Link
Just a reference for the real SQL name of link
FIELD_LINK_ID - Static variable in class test.tester.model.dao.Link
Just a reference for the real SQL name of linkId
FIELD_LOGIN_NAME - Static variable in class test.tester.model.dao.Member
Just a reference for the real SQL name of loginName
FIELD_MEMBER_ID - Static variable in class test.tester.model.dao.Article
Just a reference for the real SQL name of memberId
FIELD_MEMBER_ID - Static variable in class test.tester.model.dao.Story
Just a reference for the real SQL name of memberId
FIELD_MEMBER_ID - Static variable in class test.tester.model.dao.Member
Just a reference for the real SQL name of memberId
FIELD_NAME - Static variable in class test.tester.model.dao.Category
Just a reference for the real SQL name of name
FIELD_NAME - Static variable in class test.tester.model.dao.Member
Just a reference for the real SQL name of name
FIELD_PASSWORD_VALUE - Static variable in class test.tester.model.dao.Member
Just a reference for the real SQL name of passwordValue
FIELD_SPECIAL - Static variable in class test.tester.model.dao.Article
Just a reference for the real SQL name of special
FIELD_STORY_ID - Static variable in class test.tester.model.dao.StoryPicture
Just a reference for the real SQL name of storyId
FIELD_STORY_ID - Static variable in class test.tester.model.dao.Story
Just a reference for the real SQL name of storyId
FIELD_STORY_PICTURE_ID - Static variable in class test.tester.model.dao.StoryPicture
Just a reference for the real SQL name of storyPictureId
FIELD_SUBTITLE - Static variable in class test.tester.model.dao.Article
Just a reference for the real SQL name of subtitle
FIELD_SUBTITLE - Static variable in class test.tester.model.dao.Story
Just a reference for the real SQL name of subtitle
FIELD_SUBTITLE - Static variable in class test.tester.model.dao.Download
Just a reference for the real SQL name of subtitle
FIELD_SUBTITLE - Static variable in class test.tester.model.dao.Link
Just a reference for the real SQL name of subtitle
FIELD_THUMBNAIL - Static variable in class test.tester.model.dao.ArticlePicture
Just a reference for the real SQL name of thumbnail
FIELD_THUMBNAIL - Static variable in class test.tester.model.dao.StoryPicture
Just a reference for the real SQL name of thumbnail
FIELD_TITLE - Static variable in class test.tester.model.dao.ArticlePicture
Just a reference for the real SQL name of title
FIELD_TITLE - Static variable in class test.tester.model.dao.StoryPicture
Just a reference for the real SQL name of title
FIELD_TITLE - Static variable in class test.tester.model.dao.Article
Just a reference for the real SQL name of title
FIELD_TITLE - Static variable in class test.tester.model.dao.Story
Just a reference for the real SQL name of title
FIELD_TITLE - Static variable in class test.tester.model.dao.Download
Just a reference for the real SQL name of title
FIELD_TITLE - Static variable in class test.tester.model.dao.Link
Just a reference for the real SQL name of title
finalize() - Method in class test.tester.model.Query
Do a basic cleanup.

G

GerboTest - class test.tester.GerboTest.
This class has a main, its only purpose it to teach you how to use the generated classes.
GerboTest(String) - Constructor for class test.tester.GerboTest
 
getArticleId() - Method in class test.tester.model.dao.ArticlePicture
Gets the articleId.
getArticleId() - Method in class test.tester.model.dao.Article
Gets the articleId.
getArticlePictureId() - Method in class test.tester.model.dao.ArticlePicture
Gets the articlePictureId.
getBody() - Method in class test.tester.model.dao.ArticlePicture
Gets the body.
getBody() - Method in class test.tester.model.dao.StoryPicture
Gets the body.
getBody() - Method in class test.tester.model.dao.Article
Gets the body.
getBody() - Method in class test.tester.model.dao.Story
Gets the body.
getBody() - Method in class test.tester.model.dao.Download
Gets the body.
getBroker() - Static method in class test.tester.model.DatabaseBroker
Gets the DatabaseBroker singleton instance.
getCategoryId() - Method in class test.tester.model.dao.Article
Gets the categoryId.
getCategoryId() - Method in class test.tester.model.dao.Story
Gets the categoryId.
getCategoryId() - Method in class test.tester.model.dao.Download
Gets the categoryId.
getCategoryId() - Method in class test.tester.model.dao.Link
Gets the categoryId.
getCategoryId() - Method in class test.tester.model.dao.Category
Gets the categoryId.
getConfirmValue() - Method in class test.tester.model.dao.Member
Gets the confirmValue.
getConnection() - Method in class test.tester.model.DatabaseBroker
Gets a connection to the database.
getDay() - Method in class test.tester.model.dao.Article
Gets the day.
getDay() - Method in class test.tester.model.dao.Story
Gets the day.
getDay() - Method in class test.tester.model.dao.Download
Gets the day.
getDescription() - Method in class test.tester.model.dao.Category
Gets the description.
getDownloadId() - Method in class test.tester.model.dao.Download
Gets the downloadId.
getEmail() - Method in class test.tester.model.dao.Member
Gets the email.
getLink() - Method in class test.tester.model.dao.Link
Gets the link.
getLinkId() - Method in class test.tester.model.dao.Link
Gets the linkId.
getLoginName() - Method in class test.tester.model.dao.Member
Gets the loginName.
getMemberId() - Method in class test.tester.model.dao.Article
Gets the memberId.
getMemberId() - Method in class test.tester.model.dao.Story
Gets the memberId.
getMemberId() - Method in class test.tester.model.dao.Member
Gets the memberId.
getName() - Method in class test.tester.model.dao.Category
Gets the name.
getName() - Method in class test.tester.model.dao.Member
Gets the name.
getPasswordValue() - Method in class test.tester.model.dao.Member
Gets the passwordValue.
getQuery(String) - Method in class test.tester.model.DatabaseBroker
Returns a new query, getting it from the queries config file.
getResultAs(Class) - Method in class test.tester.model.Query
Gets the result of the query as an Collection of Class c objects.
getResultSet() - Method in class test.tester.model.Query
Simply returns the ResultSet, if any.
getSpecial() - Method in class test.tester.model.dao.Article
Gets the special.
getStoryId() - Method in class test.tester.model.dao.StoryPicture
Gets the storyId.
getStoryId() - Method in class test.tester.model.dao.Story
Gets the storyId.
getStoryPictureId() - Method in class test.tester.model.dao.StoryPicture
Gets the storyPictureId.
getSubtitle() - Method in class test.tester.model.dao.Article
Gets the subtitle.
getSubtitle() - Method in class test.tester.model.dao.Story
Gets the subtitle.
getSubtitle() - Method in class test.tester.model.dao.Download
Gets the subtitle.
getSubtitle() - Method in class test.tester.model.dao.Link
Gets the subtitle.
getThumbnail() - Method in class test.tester.model.dao.ArticlePicture
Gets the thumbnail.
getThumbnail() - Method in class test.tester.model.dao.StoryPicture
Gets the thumbnail.
getTitle() - Method in class test.tester.model.dao.ArticlePicture
Gets the title.
getTitle() - Method in class test.tester.model.dao.StoryPicture
Gets the title.
getTitle() - Method in class test.tester.model.dao.Article
Gets the title.
getTitle() - Method in class test.tester.model.dao.Story
Gets the title.
getTitle() - Method in class test.tester.model.dao.Download
Gets the title.
getTitle() - Method in class test.tester.model.dao.Link
Gets the title.

I

init(String) - Static method in class test.tester.model.DatabaseBroker
Inits DatabaseBroker with a config file that will be used to load the driver configuration and queries.
insert(Article) - Static method in class test.tester.model.dao.ArticleBroker
Inserts a new Article in the database.
insert(ArticlePicture) - Static method in class test.tester.model.dao.ArticlePictureBroker
Inserts a new ArticlePicture in the database.
insert(Category) - Static method in class test.tester.model.dao.CategoryBroker
Inserts a new Category in the database.
insert(Download) - Static method in class test.tester.model.dao.DownloadBroker
Inserts a new Download in the database.
insert(Link) - Static method in class test.tester.model.dao.LinkBroker
Inserts a new Link in the database.
insert(Member) - Static method in class test.tester.model.dao.MemberBroker
Inserts a new Member in the database.
insert(Story) - Static method in class test.tester.model.dao.StoryBroker
Inserts a new Story in the database.
insert(StoryPicture) - Static method in class test.tester.model.dao.StoryPictureBroker
Inserts a new StoryPicture in the database.

L

Link - class test.tester.model.dao.Link.
This class, when instancied, is like a row of LINK, creating an object mapping into the database.
Link() - Constructor for class test.tester.model.dao.Link
Dummy constructor.
Link(ResultSet) - Constructor for class test.tester.model.dao.Link
Creates a new Link using the values from the current row of the given resultSet.
LinkBroker - class test.tester.model.dao.LinkBroker.
For selecting some rows, you can create a method inside here, or use any of the ones that are already dones (most common ones).
LinkBroker() - Constructor for class test.tester.model.dao.LinkBroker
 

M

main(String[]) - Static method in class test.tester.GerboTest
 
MappedTable - interface test.tester.model.dao.MappedTable.
All classes that intend to make a persistence between a database table and a object should implement this interface.
Member - class test.tester.model.dao.Member.
This class, when instancied, is like a row of MEMBER, creating an object mapping into the database.
Member() - Constructor for class test.tester.model.dao.Member
Dummy constructor.
Member(ResultSet) - Constructor for class test.tester.model.dao.Member
Creates a new Member using the values from the current row of the given resultSet.
MemberBroker - class test.tester.model.dao.MemberBroker.
For selecting some rows, you can create a method inside here, or use any of the ones that are already dones (most common ones).
MemberBroker() - Constructor for class test.tester.model.dao.MemberBroker
 

Q

Query - class test.tester.model.Query.
This class encapsulate a SQL prepared statement.
Query(Connection, String) - Constructor for class test.tester.model.Query
Creates a new query, given a Connection and a string with the query.

R

releaseConnection(Connection) - Method in class test.tester.model.DatabaseBroker
Releases a connection, making it available to the pool.

S

save() - Method in class test.tester.model.dao.ArticlePicture
Saves this articlePicture.
save() - Method in class test.tester.model.dao.StoryPicture
Saves this storyPicture.
save() - Method in class test.tester.model.dao.Article
Saves this article.
save() - Method in class test.tester.model.dao.Story
Saves this story.
save() - Method in class test.tester.model.dao.Download
Saves this download.
save() - Method in class test.tester.model.dao.Link
Saves this link.
save() - Method in class test.tester.model.dao.Category
Saves this category.
save() - Method in class test.tester.model.dao.Member
Saves this member.
save() - Method in interface test.tester.model.dao.MappedTable
When you have some data, this can be updated or inserted as a row into the database using this method.
selectAll() - Static method in class test.tester.model.dao.ArticlePictureBroker
Select all rows from the ARTICLE_PICTURE, and then returns each row as one instance of ArticlePicture, all of them inside a Collection.
selectAll() - Static method in class test.tester.model.dao.StoryPictureBroker
Select all rows from the STORY_PICTURE, and then returns each row as one instance of StoryPicture, all of them inside a Collection.
selectAll() - Static method in class test.tester.model.dao.ArticleBroker
Select all rows from the ARTICLE, and then returns each row as one instance of Article, all of them inside a Collection.
selectAll() - Static method in class test.tester.model.dao.StoryBroker
Select all rows from the STORY, and then returns each row as one instance of Story, all of them inside a Collection.
selectAll() - Static method in class test.tester.model.dao.DownloadBroker
Select all rows from the DOWNLOAD, and then returns each row as one instance of Download, all of them inside a Collection.
selectAll() - Static method in class test.tester.model.dao.LinkBroker
Select all rows from the LINK, and then returns each row as one instance of Link, all of them inside a Collection.
selectAll() - Static method in class test.tester.model.dao.CategoryBroker
Select all rows from the CATEGORY, and then returns each row as one instance of Category, all of them inside a Collection.
selectAll() - Static method in class test.tester.model.dao.MemberBroker
Select all rows from the MEMBER, and then returns each row as one instance of Member, all of them inside a Collection.
selectByArticleId(Integer) - Static method in class test.tester.model.dao.ArticlePictureBroker
Select all rows from the ARTICLE_PICTURE table, given a articleId.
selectByArticleId(Integer) - Static method in class test.tester.model.dao.ArticleBroker
Select a row from the ARTICLE table, given a articleId.
selectByArticlePictureId(Integer) - Static method in class test.tester.model.dao.ArticlePictureBroker
Select a row from the ARTICLE_PICTURE table, given a articlePictureId.
selectByBody(ByteArrayInputStream) - Static method in class test.tester.model.dao.ArticlePictureBroker
Select all rows from the ARTICLE_PICTURE table, given a body.
selectByBody(ByteArrayInputStream) - Static method in class test.tester.model.dao.StoryPictureBroker
Select all rows from the STORY_PICTURE table, given a body.
selectByBody(ByteArrayInputStream) - Static method in class test.tester.model.dao.DownloadBroker
Select all rows from the DOWNLOAD table, given a body.
selectByBody(String) - Static method in class test.tester.model.dao.ArticleBroker
Select all rows from the ARTICLE table, given a body.
selectByBody(String) - Static method in class test.tester.model.dao.StoryBroker
Select all rows from the STORY table, given a body.
selectByCategoryId(Integer) - Static method in class test.tester.model.dao.ArticleBroker
Select all rows from the ARTICLE table, given a categoryId.
selectByCategoryId(Integer) - Static method in class test.tester.model.dao.StoryBroker
Select all rows from the STORY table, given a categoryId.
selectByCategoryId(Integer) - Static method in class test.tester.model.dao.DownloadBroker
Select all rows from the DOWNLOAD table, given a categoryId.
selectByCategoryId(Integer) - Static method in class test.tester.model.dao.LinkBroker
Select all rows from the LINK table, given a categoryId.
selectByCategoryId(Integer) - Static method in class test.tester.model.dao.CategoryBroker
Select a row from the CATEGORY table, given a categoryId.
selectByConfirmValue(String) - Static method in class test.tester.model.dao.MemberBroker
Select all rows from the MEMBER table, given a confirmValue.
selectByDay(String) - Static method in class test.tester.model.dao.ArticleBroker
Select all rows from the ARTICLE table, given a day.
selectByDay(String) - Static method in class test.tester.model.dao.StoryBroker
Select all rows from the STORY table, given a day.
selectByDay(String) - Static method in class test.tester.model.dao.DownloadBroker
Select all rows from the DOWNLOAD table, given a day.
selectByDescription(String) - Static method in class test.tester.model.dao.CategoryBroker
Select all rows from the CATEGORY table, given a description.
selectByDownloadId(Integer) - Static method in class test.tester.model.dao.DownloadBroker
Select a row from the DOWNLOAD table, given a downloadId.
selectByEmail(String) - Static method in class test.tester.model.dao.MemberBroker
Select all rows from the MEMBER table, given a email.
selectByLink(String) - Static method in class test.tester.model.dao.LinkBroker
Select all rows from the LINK table, given a link.
selectByLinkId(Integer) - Static method in class test.tester.model.dao.LinkBroker
Select a row from the LINK table, given a linkId.
selectByLoginName(String) - Static method in class test.tester.model.dao.MemberBroker
Select all rows from the MEMBER table, given a loginName.
selectByMemberId(Integer) - Static method in class test.tester.model.dao.ArticleBroker
Select all rows from the ARTICLE table, given a memberId.
selectByMemberId(Integer) - Static method in class test.tester.model.dao.StoryBroker
Select all rows from the STORY table, given a memberId.
selectByMemberId(Integer) - Static method in class test.tester.model.dao.MemberBroker
Select a row from the MEMBER table, given a memberId.
selectByName(String) - Static method in class test.tester.model.dao.CategoryBroker
Select all rows from the CATEGORY table, given a name.
selectByName(String) - Static method in class test.tester.model.dao.MemberBroker
Select all rows from the MEMBER table, given a name.
selectByPasswordValue(String) - Static method in class test.tester.model.dao.MemberBroker
Select all rows from the MEMBER table, given a passwordValue.
selectBySpecial(Boolean) - Static method in class test.tester.model.dao.ArticleBroker
Select all rows from the ARTICLE table, given a special.
selectByStoryId(Integer) - Static method in class test.tester.model.dao.StoryPictureBroker
Select all rows from the STORY_PICTURE table, given a storyId.
selectByStoryId(Integer) - Static method in class test.tester.model.dao.StoryBroker
Select a row from the STORY table, given a storyId.
selectByStoryPictureId(Integer) - Static method in class test.tester.model.dao.StoryPictureBroker
Select a row from the STORY_PICTURE table, given a storyPictureId.
selectBySubtitle(String) - Static method in class test.tester.model.dao.ArticleBroker
Select all rows from the ARTICLE table, given a subtitle.
selectBySubtitle(String) - Static method in class test.tester.model.dao.StoryBroker
Select all rows from the STORY table, given a subtitle.
selectBySubtitle(String) - Static method in class test.tester.model.dao.DownloadBroker
Select all rows from the DOWNLOAD table, given a subtitle.
selectBySubtitle(String) - Static method in class test.tester.model.dao.LinkBroker
Select all rows from the LINK table, given a subtitle.
selectByThumbnail(ByteArrayInputStream) - Static method in class test.tester.model.dao.ArticlePictureBroker
Select all rows from the ARTICLE_PICTURE table, given a thumbnail.
selectByThumbnail(ByteArrayInputStream) - Static method in class test.tester.model.dao.StoryPictureBroker
Select all rows from the STORY_PICTURE table, given a thumbnail.
selectByTitle(String) - Static method in class test.tester.model.dao.ArticlePictureBroker
Select all rows from the ARTICLE_PICTURE table, given a title.
selectByTitle(String) - Static method in class test.tester.model.dao.StoryPictureBroker
Select all rows from the STORY_PICTURE table, given a title.
selectByTitle(String) - Static method in class test.tester.model.dao.ArticleBroker
Select all rows from the ARTICLE table, given a title.
selectByTitle(String) - Static method in class test.tester.model.dao.StoryBroker
Select all rows from the STORY table, given a title.
selectByTitle(String) - Static method in class test.tester.model.dao.DownloadBroker
Select all rows from the DOWNLOAD table, given a title.
selectByTitle(String) - Static method in class test.tester.model.dao.LinkBroker
Select all rows from the LINK table, given a title.
set(ResultSet) - Method in class test.tester.model.dao.ArticlePicture
Sets the content of this articlePicture, to the columns of the current row in the given resultSet.
set(ResultSet) - Method in class test.tester.model.dao.StoryPicture
Sets the content of this storyPicture, to the columns of the current row in the given resultSet.
set(ResultSet) - Method in class test.tester.model.dao.Article
Sets the content of this article, to the columns of the current row in the given resultSet.
set(ResultSet) - Method in class test.tester.model.dao.Story
Sets the content of this story, to the columns of the current row in the given resultSet.
set(ResultSet) - Method in class test.tester.model.dao.Download
Sets the content of this download, to the columns of the current row in the given resultSet.
set(ResultSet) - Method in class test.tester.model.dao.Link
Sets the content of this link, to the columns of the current row in the given resultSet.
set(ResultSet) - Method in class test.tester.model.dao.Category
Sets the content of this category, to the columns of the current row in the given resultSet.
set(ResultSet) - Method in class test.tester.model.dao.Member
Sets the content of this member, to the columns of the current row in the given resultSet.
set(ResultSet) - Method in interface test.tester.model.dao.MappedTable
Given a ResultSet, parses it and then set all the fields to the fields of the current row from the ResultSet.
setArticleId(Integer) - Method in class test.tester.model.dao.ArticlePicture
Sets the articleId.
setArticleId(Integer) - Method in class test.tester.model.dao.Article
Sets the articleId.
setArticlePictureId(Integer) - Method in class test.tester.model.dao.ArticlePicture
Sets the articlePictureId.
setBody(ByteArrayInputStream) - Method in class test.tester.model.dao.ArticlePicture
Sets the body.
setBody(ByteArrayInputStream) - Method in class test.tester.model.dao.StoryPicture
Sets the body.
setBody(ByteArrayInputStream) - Method in class test.tester.model.dao.Download
Sets the body.
setBody(String) - Method in class test.tester.model.dao.Article
Sets the body.
setBody(String) - Method in class test.tester.model.dao.Story
Sets the body.
setCategoryId(Integer) - Method in class test.tester.model.dao.Article
Sets the categoryId.
setCategoryId(Integer) - Method in class test.tester.model.dao.Story
Sets the categoryId.
setCategoryId(Integer) - Method in class test.tester.model.dao.Download
Sets the categoryId.
setCategoryId(Integer) - Method in class test.tester.model.dao.Link
Sets the categoryId.
setCategoryId(Integer) - Method in class test.tester.model.dao.Category
Sets the categoryId.
setConfirmValue(String) - Method in class test.tester.model.dao.Member
Sets the confirmValue.
setDay(String) - Method in class test.tester.model.dao.Article
Sets the day.
setDay(String) - Method in class test.tester.model.dao.Story
Sets the day.
setDay(String) - Method in class test.tester.model.dao.Download
Sets the day.
setDescription(String) - Method in class test.tester.model.dao.Category
Sets the description.
setDownloadId(Integer) - Method in class test.tester.model.dao.Download
Sets the downloadId.
setEmail(String) - Method in class test.tester.model.dao.Member
Sets the email.
setLink(String) - Method in class test.tester.model.dao.Link
Sets the link.
setLinkId(Integer) - Method in class test.tester.model.dao.Link
Sets the linkId.
setLoginName(String) - Method in class test.tester.model.dao.Member
Sets the loginName.
setMemberId(Integer) - Method in class test.tester.model.dao.Article
Sets the memberId.
setMemberId(Integer) - Method in class test.tester.model.dao.Story
Sets the memberId.
setMemberId(Integer) - Method in class test.tester.model.dao.Member
Sets the memberId.
setName(String) - Method in class test.tester.model.dao.Category
Sets the name.
setName(String) - Method in class test.tester.model.dao.Member
Sets the name.
setObject(int, Object) - Method in class test.tester.model.Query
Binds one object to one variable inside this query.
setPasswordValue(String) - Method in class test.tester.model.dao.Member
Sets the passwordValue.
setSpecial(Boolean) - Method in class test.tester.model.dao.Article
Sets the special.
setStoryId(Integer) - Method in class test.tester.model.dao.StoryPicture
Sets the storyId.
setStoryId(Integer) - Method in class test.tester.model.dao.Story
Sets the storyId.
setStoryPictureId(Integer) - Method in class test.tester.model.dao.StoryPicture
Sets the storyPictureId.
setSubtitle(String) - Method in class test.tester.model.dao.Article
Sets the subtitle.
setSubtitle(String) - Method in class test.tester.model.dao.Story
Sets the subtitle.
setSubtitle(String) - Method in class test.tester.model.dao.Download
Sets the subtitle.
setSubtitle(String) - Method in class test.tester.model.dao.Link
Sets the subtitle.
setThumbnail(ByteArrayInputStream) - Method in class test.tester.model.dao.ArticlePicture
Sets the thumbnail.
setThumbnail(ByteArrayInputStream) - Method in class test.tester.model.dao.StoryPicture
Sets the thumbnail.
setTitle(String) - Method in class test.tester.model.dao.ArticlePicture
Sets the title.
setTitle(String) - Method in class test.tester.model.dao.StoryPicture
Sets the title.
setTitle(String) - Method in class test.tester.model.dao.Article
Sets the title.
setTitle(String) - Method in class test.tester.model.dao.Story
Sets the title.
setTitle(String) - Method in class test.tester.model.dao.Download
Sets the title.
setTitle(String) - Method in class test.tester.model.dao.Link
Sets the title.
setUp() - Method in class test.tester.GerboTest
 
Story - class test.tester.model.dao.Story.
This class, when instancied, is like a row of STORY, creating an object mapping into the database.
Story() - Constructor for class test.tester.model.dao.Story
Dummy constructor.
Story(ResultSet) - Constructor for class test.tester.model.dao.Story
Creates a new Story using the values from the current row of the given resultSet.
StoryBroker - class test.tester.model.dao.StoryBroker.
For selecting some rows, you can create a method inside here, or use any of the ones that are already dones (most common ones).
StoryBroker() - Constructor for class test.tester.model.dao.StoryBroker
 
StoryPicture - class test.tester.model.dao.StoryPicture.
This class, when instancied, is like a row of STORY_PICTURE, creating an object mapping into the database.
StoryPicture() - Constructor for class test.tester.model.dao.StoryPicture
Dummy constructor.
StoryPicture(ResultSet) - Constructor for class test.tester.model.dao.StoryPicture
Creates a new StoryPicture using the values from the current row of the given resultSet.
StoryPictureBroker - class test.tester.model.dao.StoryPictureBroker.
For selecting some rows, you can create a method inside here, or use any of the ones that are already dones (most common ones).
StoryPictureBroker() - Constructor for class test.tester.model.dao.StoryPictureBroker
 
suite() - Static method in class test.tester.GerboTest
 

T

TABLE_ARTICLE - Static variable in class test.tester.model.dao.Article
Just a reference for the real SQL name of Article
TABLE_ARTICLE_PICTURE - Static variable in class test.tester.model.dao.ArticlePicture
Just a reference for the real SQL name of ArticlePicture
TABLE_CATEGORY - Static variable in class test.tester.model.dao.Category
Just a reference for the real SQL name of Category
TABLE_DOWNLOAD - Static variable in class test.tester.model.dao.Download
Just a reference for the real SQL name of Download
TABLE_LINK - Static variable in class test.tester.model.dao.Link
Just a reference for the real SQL name of Link
TABLE_MEMBER - Static variable in class test.tester.model.dao.Member
Just a reference for the real SQL name of Member
TABLE_STORY - Static variable in class test.tester.model.dao.Story
Just a reference for the real SQL name of Story
TABLE_STORY_PICTURE - Static variable in class test.tester.model.dao.StoryPicture
Just a reference for the real SQL name of StoryPicture
test.tester - package test.tester
 
test.tester.model - package test.tester.model
 
test.tester.model.dao - package test.tester.model.dao
 
testRowCount(int) - Method in class test.tester.GerboTest
 
testRowInsert() - Method in class test.tester.GerboTest
 
testRowUpdate() - Method in class test.tester.GerboTest
 
testSelectAndDelete() - Method in class test.tester.GerboTest
 
testTablesCreation() - Method in class test.tester.GerboTest
 
testTablesDropping() - Method in class test.tester.GerboTest
 
toString() - Method in class test.tester.model.Query
 
toString() - Method in class test.tester.model.dao.ArticlePicture
Returns a structured string representation of this articlePicture.
toString() - Method in class test.tester.model.dao.StoryPicture
Returns a structured string representation of this storyPicture.
toString() - Method in class test.tester.model.dao.Article
Returns a structured string representation of this article.
toString() - Method in class test.tester.model.dao.Story
Returns a structured string representation of this story.
toString() - Method in class test.tester.model.dao.Download
Returns a structured string representation of this download.
toString() - Method in class test.tester.model.dao.Link
Returns a structured string representation of this link.
toString() - Method in class test.tester.model.dao.Category
Returns a structured string representation of this category.
toString() - Method in class test.tester.model.dao.Member
Returns a structured string representation of this member.

U

updateByArticleId(Article) - Static method in class test.tester.model.dao.ArticleBroker
Updates a Article, using its primary key ArticleId.
updateByArticlePictureId(ArticlePicture) - Static method in class test.tester.model.dao.ArticlePictureBroker
Updates a ArticlePicture, using its primary key ArticlePictureId.
updateByCategoryId(Category) - Static method in class test.tester.model.dao.CategoryBroker
Updates a Category, using its primary key CategoryId.
updateByDownloadId(Download) - Static method in class test.tester.model.dao.DownloadBroker
Updates a Download, using its primary key DownloadId.
updateByLinkId(Link) - Static method in class test.tester.model.dao.LinkBroker
Updates a Link, using its primary key LinkId.
updateByMemberId(Member) - Static method in class test.tester.model.dao.MemberBroker
Updates a Member, using its primary key MemberId.
updateByStoryId(Story) - Static method in class test.tester.model.dao.StoryBroker
Updates a Story, using its primary key StoryId.
updateByStoryPictureId(StoryPicture) - Static method in class test.tester.model.dao.StoryPictureBroker
Updates a StoryPicture, using its primary key StoryPictureId.

A C D E F G I L M Q R S T U