| Home >> All |
| | inklings.jgatms.* (32) |
Package Samples:
inklings.jgatms.action
inklings.jgatms.admin.state
inklings.jgatms.member
inklings.jgatms.skill
inklings.jgatms.struts
inklings.jgatms.tiles
inklings.jgatms.util
Classes:
HibernatePlugIn: Initializes Hibernate and stores the SessionFactory in ServletContext. This PlugIn attempts to load the Hibernate SessionFactory via JNDI and stores it in ServletContext so the application can perform Data Access functions. To use this PlugIn you must set up the hibernate.cfg.xml file to store the Session Factory in JNDI using the name "hibernate/sessionFactory" . The JNDI InitialContext is created using default JNDI properties. Assuming the initialization works correctly, the resulting SessionFactory object will be stored in ServletContext with the name "jgatms/sessinFactory" .
DataUtils: Contains Data Access utilities. This class contains several utility methods that encapsulate data access tasks. The methods in this class use Hibernate Sessions to persist the data to a backing data store. It is the responsibility of the application to provide the Hibernate SessionFactory object.
MemberInfo: Value object containing information about a group member. This class contain personal and skills information about a group member. The skills information is represented as a List of SkillProfileInfo objects.
SkillProfileInfo: Value object that contains information about a single skill in a skill profile list. This class contains the information relating to a single skill in a skills profile list.
SkillsListController: Gets and stores a list of skills available to the system.
SkillProfileProcess: Provides business functionality for Skills Profiles.
QuestionResponseSet: Value object representing a question/response pair.
SkillLevelInfo: Value object representing a skill level definition.
SkillQuestionSet: Value object representing a skill/question pairing.
MemberProcess: Process class for operations relating to members.
QuestionInfo: Value object representing a question definition.
ResponseInfo: Value object representing a response definition.
SkillProcess: Process class for operations relating to skills.
SkillInfo: Value object representing a Skill definition.
SkillProcessTest: Tests the features of the SkillProcess class.
StateInfo: Value object representing a State code.
ValidationUtils: Provides various validation utilities.
MemberProcessTest: Tests MemberProcess features.
BaseAction: Base Action class.
CheckLoginAction: Base Action class.
CommitMemberAction: Base Action class.
PopulateMemberFormAction: Base Action class.
PopulateSkillLevelsFormAction: Base Action class.
PopulateSkillsSurveyFormAction: Base Action class.
SaveMemberAction: Base Action class.
| Home | Contact Us | Privacy Policy | Terms of Service |