|
Rakesh API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SiteProperties
The local home interface of the entity bean representing
a record in the site_propertiess table.
Copyright 2003, Rakesh Vidyadharan
| Method Summary | |
|---|---|
SiteProperty |
create(int customerId,
int topRail,
int leftRail,
int rightRail,
int bottomRail,
java.lang.String header,
java.lang.String footer)
Create a new site_properties record. |
java.util.Collection |
findAll()
Return a Collection of entity bean instances that
represent all the records in the database. |
SiteProperty |
findByPrimaryKey(int customerId)
Return the entity bean instance identified by the primary key value specified. |
| Methods inherited from interface javax.ejb.EJBLocalHome |
|---|
remove |
| Method Detail |
|---|
SiteProperty create(int customerId,
int topRail,
int leftRail,
int rightRail,
int bottomRail,
java.lang.String header,
java.lang.String footer)
throws javax.ejb.CreateException
site_properties record.
customerId - - The customer_id value.topRail - - The top_rail value.leftRail - - The left_rail value.rightRail - - The right_rail value.bottomRail - - The bottom_rail value.header - - The header value.footer - - The footer value.
javax.ejb.CreateException - - If errors are encountered while creating
the new record.
SiteProperty findByPrimaryKey(int customerId)
throws javax.ejb.FinderException
customerId - - The customer_id value by which to
find the appropriate bean instance.
javax.ejb.FinderException - - If errors are encountered while fetching
the appropriate instance.
java.util.Collection findAll()
throws javax.ejb.FinderException
Collection of entity bean instances that
represent all the records in the database.
javax.ejb.FinderException - - If errors are encountered while fetching
the appropriate instance.
|
Rakesh API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||