- checkCredentials(Map<String, String[]>) - Method in interface edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.dbRequestHandler.contracts.ILoginDBRequestHandler
-
Method to check user credentials.
- checkCredentials(Map<String, String[]>) - Method in class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.dbRequestHandler.services.LoginDBRequestHandler
-
This method checks credentials for successful login.
- CheckUniquenessTest() - Method in class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.workflow.tests.CreateAccountWorkflowTest
-
The method tests the uniqueness of the username field.
- ConfigurationHelper - Class in edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.configuration.services
-
Helper class to facilitate easy retrieval of configuration
properties.
- ConfigurationHelper() - Constructor for class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.configuration.services.ConfigurationHelper
-
- ConfigurationProperties - Class in edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.configuration.properties
-
- ConfigurationProperties() - Constructor for class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.configuration.properties.ConfigurationProperties
-
- ContactDBRequestHandler - Class in edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.dbRequestHandler.services
-
This class handles contact management related database transactions.
- ContactDBRequestHandler() - Constructor for class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.dbRequestHandler.services.ContactDBRequestHandler
-
- ContactManagementRequestHandler - Class in edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.managementRequestHandler.services
-
This class manages all contact related requests.
- ContactManagementRequestHandler() - Constructor for class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.managementRequestHandler.services.ContactManagementRequestHandler
-
- ContactTest() - Method in class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.workflow.tests.ContactWorkflowTest
-
- ContactWorkflowTest - Class in edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.workflow.tests
-
This class handles test cases related to contact deletion.
- ContactWorkflowTest() - Constructor for class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.workflow.tests.ContactWorkflowTest
-
- create(Map<String, String[]>) - Method in interface edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.dbRequestHandler.contracts.IAccountDBRequestHandler
-
Method to create an user account.
- create(Map<String, String[]>) - Method in class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.dbRequestHandler.services.AccountDBRequestHandler
-
This method is responsible for creating an user account in the database.
- create(Map<String, String[]>) - Method in class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.managementRequestHandler.services.AccountManagementRequestHandler
-
This method handles requests to create an account.
- CreateAccountAndTestInvalidity() - Method in class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.workflow.tests.IsValidAccountWorkflowTest
-
This method creates an account
and then uses a faulty username to
test the invalidity of the username.
- CreateAccountAndTestValidity() - Method in class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.workflow.tests.IsValidAccountWorkflowTest
-
This method creates an account and checks to see if the account created is
a valid account (i.e if it exists) in the system.
- createAccountRequest(String, String, String) - Static method in class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.workflow.tests.helpers.TestRequestBuilder
-
Build CreateAccount request
- CreateAccountWorkflowTest - Class in edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.workflow.tests
-
This class tests cases related to account creation.
- CreateAccountWorkflowTest() - Constructor for class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.workflow.tests.CreateAccountWorkflowTest
-
- CreateAndDeleteAccountTest() - Method in class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.workflow.tests.DeleteAccountWorkflowTest
-
This method tests the creation and deletion of an user
account.
- CreateMealNotification(Map<String, String[]>) - Method in interface edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.dbRequestHandler.contracts.IMealDBRequestHandler
-
Method to create a meal notification.
- CreateMealNotification(Map<String, String[]>) - Method in class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.dbRequestHandler.services.MealDBRequestHandler
-
This method is responsible for creating a meal notifcation in the database.
- createMealNotificationRequest(Map<String, String[]>) - Static method in class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.workflow.tests.helpers.TestRequestBuilder
-
Build CreateMealNotification request
- CreateTestAccount() - Static method in class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.workflow.tests.helpers.WorkflowTestHelper
-
Helper method to create a default test account.
- CreateTestAccount(String, String, String) - Static method in class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.workflow.tests.helpers.WorkflowTestHelper
-
Helper method to create a test account.
- CreateValidAccountTest() - Method in class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.workflow.tests.CreateAccountWorkflowTest
-
This method tests the creations of a valid user account.
- CredentialCheckTest() - Method in class edu.jhu.cs.oose.fall2014.group19.neverEatAlone.server.workflow.tests.LoginWorkflow
-
This method tests successful login of a valid user.