- Chad - Class in org.wso2.appserver.sample.chad
-
Contains all the logic related to Chad
- Chad() - Constructor for class org.wso2.appserver.sample.chad.Chad
-
- CHAD_HB_CONFIG - Static variable in class org.wso2.appserver.sample.chad.ChadConstants
-
- ChadAuthenticationException - Exception in org.wso2.appserver.sample.chad
-
- ChadAuthenticationException() - Constructor for exception org.wso2.appserver.sample.chad.ChadAuthenticationException
-
- ChadAuthenticationException(String) - Constructor for exception org.wso2.appserver.sample.chad.ChadAuthenticationException
-
- ChadAuthenticationException(String, Throwable) - Constructor for exception org.wso2.appserver.sample.chad.ChadAuthenticationException
-
- ChadAuthenticationException(Throwable) - Constructor for exception org.wso2.appserver.sample.chad.ChadAuthenticationException
-
- ChadChoice - Class in org.wso2.appserver.sample.chad.data
-
POJO representing a particular choice in a particular poll
- ChadChoice() - Constructor for class org.wso2.appserver.sample.chad.data.ChadChoice
-
- ChadChoiceComparator - Class in org.wso2.appserver.sample.chad
-
- ChadChoiceComparator() - Constructor for class org.wso2.appserver.sample.chad.ChadChoiceComparator
-
- ChadChoiceException - Exception in org.wso2.appserver.sample.chad
-
This exception is thrown if there is a problem with poll choices
- ChadChoiceException() - Constructor for exception org.wso2.appserver.sample.chad.ChadChoiceException
-
- ChadChoiceException(String) - Constructor for exception org.wso2.appserver.sample.chad.ChadChoiceException
-
- ChadChoiceException(String, Throwable) - Constructor for exception org.wso2.appserver.sample.chad.ChadChoiceException
-
- ChadChoiceException(Throwable) - Constructor for exception org.wso2.appserver.sample.chad.ChadChoiceException
-
- ChadCommand - Interface in org.wso2.appserver.sample.chad.command
-
Interface that represents a Chad command (Command pattern)
- ChadConstants - Class in org.wso2.appserver.sample.chad
-
- ChadData - Class in org.wso2.appserver.sample.chad.data
-
Superclass of all Chad data beans
- ChadData() - Constructor for class org.wso2.appserver.sample.chad.data.ChadData
-
- ChadDataProvider - Interface in org.wso2.appserver.sample.chad
-
All classes managing the Chad data should implement this interface
- ChadHibernateConfig - Class in org.wso2.appserver.sample.chad.data
-
Initializes & manages the Hibernate configuration
- ChadHibernateConfigFactory - Class in org.wso2.appserver.sample.chad.data
-
Caches the HibernateConfig for a particular database
- ChadHibernateConfigFactory() - Constructor for class org.wso2.appserver.sample.chad.data.ChadHibernateConfigFactory
-
- ChadPersistenceManager - Class in org.wso2.appserver.sample.chad.data
-
Manage all persistence related functionality
- ChadPersistenceManager(ChadHibernateConfig) - Constructor for class org.wso2.appserver.sample.chad.data.ChadPersistenceManager
-
- ChadPoll - Class in org.wso2.appserver.sample.chad.data
-
POJO representing a poll
- ChadPoll() - Constructor for class org.wso2.appserver.sample.chad.data.ChadPoll
-
- ChadPollResult - Class in org.wso2.appserver.sample.chad.data
-
POJO representing a poll result
- ChadPollResult() - Constructor for class org.wso2.appserver.sample.chad.data.ChadPollResult
-
- changeAdminPassword(String, String, String) - Method in class org.wso2.appserver.sample.chad.data.ChadPersistenceManager
-
Change the password of the administrator
- ChangeAdminUserPasswordCommand - Class in org.wso2.appserver.sample.chad.command
-
Command to change a administrator's password
- ChangeAdminUserPasswordCommand(String, String, String) - Constructor for class org.wso2.appserver.sample.chad.command.ChangeAdminUserPasswordCommand
-
- changePassword(String, String, String) - Method in class org.wso2.appserver.sample.chad.Chad
-
- CommandExecutor - Class in org.wso2.appserver.sample.chad.command
-
- CommandExecutor() - Constructor for class org.wso2.appserver.sample.chad.command.CommandExecutor
-
- CommmandExecutionException - Exception in org.wso2.appserver.sample.chad.command
-
- CommmandExecutionException() - Constructor for exception org.wso2.appserver.sample.chad.command.CommmandExecutionException
-
- CommmandExecutionException(String) - Constructor for exception org.wso2.appserver.sample.chad.command.CommmandExecutionException
-
- CommmandExecutionException(String, Throwable) - Constructor for exception org.wso2.appserver.sample.chad.command.CommmandExecutionException
-
- CommmandExecutionException(Throwable) - Constructor for exception org.wso2.appserver.sample.chad.command.CommmandExecutionException
-
- compare(Object, Object) - Method in class org.wso2.appserver.sample.chad.ChadChoiceComparator
-
Compares its two arguments for order.
- createPoll(String, String, boolean, String[]) - Method in class org.wso2.appserver.sample.chad.Chad
-
Create a new poll.
- currentSession() - Method in class org.wso2.appserver.sample.chad.data.ChadHibernateConfig
-