|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Student
in a Course
.
Course
Course
to the list of selected courses.
Student
to the Course.
- addStudent(Student) -
Method in class example.cmp.many2many.CourseBean
- Adds a
Student
to the Course.
- afterBegin() -
Method in class example.cmp.transaction.RegistrationSessionBean
- Called by Resin-CMP after a new transaction has begun -- required by the
SessionSynchronization interface.
- afterCompletion(boolean) -
Method in class example.cmp.transaction.RegistrationSessionBean
- Called by Resin-CMP when a transaction has completed -- required by the
SessionSynchronization interface.
- authenticate(String, String) -
Method in class example.cmp.transaction.CMPAuthenticator
- Authenticate for the user and password.
- authenticateCookie(String) -
Method in class example.cmp.transaction.CMPAuthenticator
- For more sophisticated sites, this would allow cookie-based
authentication so the user doesn't always have to login.
- availableCourses -
Variable in class example.cmp.transaction.StudentJavaBean
-
Student
CMP bean.create methods.
.
- ejbCreate() -
Method in class example.stateless.hello.HelloBean
- The ejbCreate method initializes the stateless bean instance.
- ejbCreate() -
Method in class example.session.counter.CounterBean
-
- ejbCreate(String, String) -
Method in class example.cmp.create.CourseBean
- Creates a new Course entity.
- ejbCreate(Student, Course, String) -
Method in class example.cmp.map.GradeBean
- Create a new grade object.
- ejbCreate(Student, String) -
Method in class example.cmp.id.QuidditchBean
- Creates the student's scores, setting primary keys and fields.
- ejbFindByPrimaryKey(String) -
Method in class example.entity.home.HomeBean
- The primary key is just a dummy.
- ejbHomeAdd(int, int) -
Method in class example.entity.home.HomeBean
- Adds two numbers.
- ejbHomeHello() -
Method in class example.entity.home.HomeBean
- Returns hello, world.
- ejbPostCreate(String, String) -
Method in class example.cmp.create.CourseBean
- required by ejbCreate(String, String)
- ejbPostCreate(Student, Course, String) -
Method in class example.cmp.map.GradeBean
- Create a new grade object.
- ejbPostCreate(Student, String) -
Method in class example.cmp.id.QuidditchBean
- Sets any relations.
- ejbSelectAllBoys(House) -
Method in class example.cmp.select.HouseBean
- Returns a
Collection
of String
s of all
Student's names who are boys.
- enrolledCourses -
Variable in class example.cmp.transaction.StudentJavaBean
-
- equals(Object) -
Method in class example.cmp.map.GradeKey
- Overrides equals to return true when the key matches.
- example.cmp.basic - package example.cmp.basic
- Introducing Container Managed Persistance (CMP) fundamental concepts.
- example.cmp.create - package example.cmp.create
- Introducing CMP create(...) methods.
- example.cmp.ejbql - package example.cmp.ejbql
- Introducing advanced EJB-QL for Finder Methods.
- example.cmp.find - package example.cmp.find
- Introducing CMP Finder methods.
- example.cmp.id - package example.cmp.id
-
- example.cmp.many2many - package example.cmp.many2many
- Container Managed Relationships in a many-to-many (n-n) context.
- example.cmp.map - package example.cmp.map
-
- example.cmp.one2many - package example.cmp.one2many
- Container Managed Relationships (CMR)
- example.cmp.one2one - package example.cmp.one2one
- Container Managed Relationships in a one-to-one (1-1) context.
- example.cmp.select - package example.cmp.select
- Shows EJB 2.0 select methods, as opposed to finder methods
- example.cmp.transaction - package example.cmp.transaction
- Transactions with EJB 2.0
- example.entity.home - package example.entity.home
-
- example.session.counter - package example.session.counter
-
- example.stateless.hello - package example.stateless.hello
-
RegistrationSessionBean
's list of selected courses to the
database.
Course
entities in the database.
Collection
of all courses.
Collection
of all students managed by the container.
Collection
of all Houses managed by the container.
Collection
of all Students enrolled.
Collection
of all Courses taught.
Course
taught by the indicated instructor.
Grade
entity that matches the key.
Student
entity that has name
as its primary key.
Course
with courseId
as its primary key.
Course
that has courseId
as its primary key.
Course
that has courseId
as its primary key.
Student
entity that has name
as its primary key.
House
that has name
as its primary key.
Student
entity that has name
as its primary key.
Course
that has name
as its primary key.
Teacher
entity that has name
as its primary key.
Course
that has name
as its primary key.
House
that has name
as its primary key.
Student
entity that has name
as its primary key.
Teacher
entity that has name
as its primary key.
ObjectNotFoundException
if it
was unsuccessful.
Student
entity that has name
as its primary key.
House
that has name
as its primary key.
Student
entity that has name
as its primary key.
Course
entity that has name
as its primary key.
Student
entity that has name
as its primary key.
Quidditch
entity with the Student
as its primary key.
List
of all Students in this House who are
boys.
Collection
of all available Courses.
Collection
of all Courses offered
(including those that the student has already selected).
Course
taught by the Teacher
Collection
of the student's courses (CMR field)
Collection
of all Course
s the
Student
is currently enrolled in.
Collection
of all Courses that the student is
currently enrolled in (CMR field).
Collection
of all Courses that the student is
currently enrolled in (CMR field).
Collection
of all Courses that the student is
currently enrolled in (CMR field).
Collection
of all Courses that the student is
currently enrolled in (CMR field).
Collection
of all Courses that the Student
currently enrolled in.
Collection
of Courses that the now registering
Student is currently enrolled in.
House
that the student belongs to (CMR field).
House
that this Student belongs to (CMR field).
House
that this Student belongs to (CMR field).
House
that this Student belongs to (CMR field).
House
that this Student belongs to (CMR field).
Course
(CMP field).
- getInstructor() -
Method in class example.cmp.many2many.CourseBean
- Returns the name of the instructor teaching the
Course
(CMP field).
- getMaxStudentAmount() -
Method in class example.cmp.transaction.CourseBean
- returns the maximum amount of students allowed to be enrolled in this
course (CMP field).
- getName() -
Method in class example.cmp.one2many.StudentBean
- Returns the name of the student (CMP field).
- getName() -
Method in interface example.cmp.one2many.Student
- Returns the student's name (CMP field).
- getName() -
Method in class example.cmp.one2many.HouseBean
- returns the name of the house (CMP field).
- getName() -
Method in interface example.cmp.one2many.House
- returns the name of the house (CMP field).
- getName() -
Method in interface example.cmp.many2many.Course
- Returns the name of the
Course
(CMP field).
- getName() -
Method in class example.cmp.many2many.CourseBean
- Returns the name of the
Course
(CMP field).
- getName() -
Method in interface example.cmp.many2many.Student
- Returns the student's name (CMP field).
- getName() -
Method in class example.cmp.many2many.StudentBean
- Returns the name of the student (CMP field).
- getName() -
Method in class example.cmp.one2one.CourseBean
- Returns the name of the course (CMP field).
- getName() -
Method in interface example.cmp.one2one.Teacher
- returns the the name of the Teacher (CMP field).
- getName() -
Method in interface example.cmp.one2one.Course
- Returns the name of the
Course
(CMP field).
- getName() -
Method in class example.cmp.one2one.TeacherBean
- returns the
Teacher
's name
- getName() -
Method in interface example.cmp.ejbql.House
- returns the name of the house (CMP field).
- getName() -
Method in interface example.cmp.ejbql.Course
- Get the ID of the course (CMP field).
- getName() -
Method in class example.cmp.ejbql.HouseBean
- returns the name of the house (CMP field).
- getName() -
Method in class example.cmp.ejbql.StudentBean
- Returns the name of the student (CMP field).
- getName() -
Method in class example.cmp.ejbql.TeacherBean
- returns the
Teacher
's name
- getName() -
Method in interface example.cmp.ejbql.Student
- Returns the student's name (CMP field).
- getName() -
Method in class example.cmp.ejbql.CourseBean
- CMP accessor and mutator methods are left for Resin-CMP to implement.
- getName() -
Method in interface example.cmp.ejbql.Teacher
- returns the the name of the Teacher (CMP field).
- getName() -
Method in interface example.cmp.select.Student
- Returns the student's name (the primary key).
- getName() -
Method in interface example.cmp.select.House
- returns the name of the house (CMP field).
- getName() -
Method in class example.cmp.select.StudentBean
- Returns the name of the student (CMP field).
- getName() -
Method in class example.cmp.select.HouseBean
- Returns the name of the house.
- getName() -
Method in class example.cmp.transaction.StudentJavaBean
-
- getName() -
Method in interface example.cmp.transaction.Course
- Get the ID of the course (CMP field).
- getName() -
Method in interface example.cmp.transaction.Student
- Returns the student's name (CMP field).
- getName() -
Method in class example.cmp.transaction.StudentBean
- Returns the name of the student (CMP field).
- getName() -
Method in class example.cmp.transaction.CourseBean
- Returns the name of this Course (CMP field).
- getName() -
Method in class example.cmp.id.StudentBean
- Returns the name of the student.
- getName() -
Method in interface example.cmp.id.Student
- Returns the student's name.
- getName() -
Method in class example.cmp.map.CourseBean
- Returns the name of the course.
- getName() -
Method in class example.cmp.map.StudentBean
- Returns the name of the student.
- getName() -
Method in interface example.cmp.map.Student
- Returns the student's name.
- getName() -
Method in interface example.cmp.map.Course
- Returns the course's name.
- getPassword() -
Method in interface example.cmp.transaction.Student
- Returns the password associated with this student.
- getPassword() -
Method in class example.cmp.transaction.StudentBean
- Returns the password associated with this student.
- getPoints() -
Method in class example.cmp.id.QuidditchBean
- Returns the number of points the student has earned.
- getPoints() -
Method in interface example.cmp.id.Quidditch
- Returns the number of points the player has earned this season.
- getPosition() -
Method in class example.cmp.id.QuidditchBean
- Returns the position the student plays on the team.
- getPosition() -
Method in interface example.cmp.id.Quidditch
- Returns the player's position.
- getQuidditch() -
Method in class example.cmp.id.StudentBean
- Returns the student's
Quidditch
statistics, if the
student is on the house team.
- getQuidditch() -
Method in interface example.cmp.id.Student
- Returns the student's quidditch scores.
- getSelectedCourses() -
Method in interface example.cmp.transaction.RegistrationSession
- Returns a
Collection
of all Courses that are currently
selected in this RegistrationSession Bean.
- getSelectedCourses() -
Method in class example.cmp.transaction.StudentJavaBean
-
- getSelectedCourses() -
Method in class example.cmp.transaction.RegistrationSessionBean
- Returns a
Collection
of all courses currently selected.
- getStudent() -
Method in class example.cmp.id.QuidditchBean
- Returns the owning student.
- getStudent() -
Method in interface example.cmp.id.Quidditch
- Returns the student.
- getStudent() -
Method in class example.cmp.map.GradeBean
- Returns the Grade's student.
- getStudent() -
Method in interface example.cmp.map.Grade
- Returns the Grade's student.
- getStudentHome() -
Method in class example.cmp.transaction.CMPAuthenticator
- Returns the student home, looking it up in the JNDI context
if necessary.
- getStudentList() -
Method in class example.cmp.one2many.HouseBean
- returns a
Collection
of all Students
s managed by
the container (CMR field).
- getStudentList() -
Method in interface example.cmp.one2many.House
- returns a list of all students living in this house (CMR field).
- getStudentList() -
Method in interface example.cmp.many2many.Course
- Returns a
Collection
of all students enrolled in the
Course (CMR field).
- getStudentList() -
Method in class example.cmp.many2many.CourseBean
- Returns a
Collection
of all Students that are taking this
course (CMR field).
- getStudentList() -
Method in interface example.cmp.ejbql.House
- returns a
Collection
of all Students living in this House
(CMR field).
- getStudentList() -
Method in interface example.cmp.ejbql.Course
- Returns a
Collection
of all Students who are currently
enrolled in this Course (CMR field).
- getStudentList() -
Method in class example.cmp.ejbql.HouseBean
- returns a
Collection
of all Students living in this House
(CMR field).
- getStudentList() -
Method in class example.cmp.ejbql.CourseBean
- Returns a
Collection
of all Student who are currently
enrolled in this Course (CMR field).
- getStudentList() -
Method in interface example.cmp.select.House
- returns a
Collection
of all Students living in this House
(CMR field).
- getStudentList() -
Method in class example.cmp.select.HouseBean
- returns a
Collection
of all Students living in this House
(CMR field).
- getStudentList() -
Method in interface example.cmp.transaction.Course
- Returns a
Collection
of all Students who are currently
enrolled in this Course (CMR field).
- getStudentList() -
Method in class example.cmp.transaction.CourseBean
- Returns a
Collection
of all Student who are currently
enrolled in this Course (CMR field).
- getStudentName() -
Method in interface example.cmp.transaction.RegistrationSession
- Returns the name of the Student who is currently selecting Courses.
- getStudentName() -
Method in class example.cmp.transaction.RegistrationSessionBean
- Returns the name of the Student who is selecting Courses.
- getTeacher() -
Method in class example.cmp.one2one.CourseBean
- Returns the Teacher who is teaching this Course (CMR field).
- getTeacher() -
Method in interface example.cmp.one2one.Course
- Returns the Teacher teaching this
Course (CMR field).
- getTeacher() -
Method in interface example.cmp.ejbql.Course
- returns the Teacher who is teaching this Course (CMR field).
- getTeacher() -
Method in class example.cmp.ejbql.CourseBean
- returns the Teacher who is teaching this Course (CMR field).
- Grade - interface example.cmp.map.Grade.
- Interface for the Grade bean.
- GradeBean - class example.cmp.map.GradeBean.
- Implementation class for the Grade bean.
- GradeBean() -
Constructor for class example.cmp.map.GradeBean
-
- gradeHome -
Variable in class example.cmp.map.ClientServlet
-
- GradeHome - interface example.cmp.map.GradeHome.
- Home interface for the Grade bean.
- GradeKey - class example.cmp.map.GradeKey.
- The composite grade key.
- GradeKey() -
Constructor for class example.cmp.map.GradeKey
- Null constructor for the GradeKey.
- GradeKey(Student, Course) -
Constructor for class example.cmp.map.GradeKey
- Create a new GradeKey.
hello
and
an add
call.true
if the user is in the specified role.
Course
for the Student
.
Course
Course
from the list of selected courses.
Student
from the Course.
- removeStudent(Student) -
Method in class example.cmp.many2many.CourseBean
- Removes a
Student
from the Course.
House
that the student belongs to (CMR field).
House
that this Student is to belong to (CMR field).
House
that this Student is to belong to (CMR field).
House
that this Student is to belong to (CMR field).
House
that this Student is to belong to (CMR field).
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |